[Issue 10354] DIP37: ICE with using indirectly imported template through package.d

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10354 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 201

[Issue 10354] New: DIP37: ICE with using indirectly imported template through package.d

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10354 Summary: DIP37: ICE with using indirectly imported template through package.d Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 9534] Distributed CHM file lacks styling

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9534 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10337] Error: mutable method glwtf.input.SignalWrapper!().SignalWrapper.Signal!().~this

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10337 --- Comment #2 from Kenji Hara 2013-06-13 19:16:28 PDT --- (In reply to comment #0) > This code fails in DMD 2.063 (+ current git) with an Error in the glue layer, > it worked under 2.063 > > module glwtf.input; > import std.signals; > struct

[Issue 9533] CHM generation crashes

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9533 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 10353] Parser should accept 'super' template argument without parenthesis

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10353 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10353] New: Parser should accept 'super' template argument without parenthesis

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10353 Summary: Parser should accept 'super' template argument without parenthesis Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: en

[Issue 10352] New: Regression (2.063): --eval is broken in RDMD

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10352 Summary: Regression (2.063): --eval is broken in RDMD Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 C

[Issue 10341] Range case at out of switch crashes dmd

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10341 Andrej Mitrovic changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 10341] Range case at out of switch crashes dmd

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10341 --- Comment #4 from github-bugzi...@puremagic.com 2013-06-13 17:09:16 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/095b58a301fee80eb212631b6a7dd7ce6d158c0

[Issue 10019] std.conv numeric parse functions do not work with std.container Array ranges

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10019 w0rp changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9923] [ICE] (interpret.c line 167) with countUntil on Typedef[]

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9923 --- Comment #2 from bearophile_h...@eml.cc 2013-06-13 09:41:03 PDT --- (In reply to comment #1) > There's a bug in Phobos. That type of bug no longer triggers a crash in CTFE. Do you suggest me to open some kind of Phobos bug report? -- Conf

[Issue 10344] Exiting _Dmain should flush all FILE*s and return nonzero on failure

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10344 --- Comment #3 from Steven Schveighoffer 2013-06-13 07:25:43 PDT --- (In reply to comment #2) > (In reply to comment #1) > > On one hand, I disagree that stdout failing to flush on program exit should > > trump whatever main returns. The app

[Issue 6470] postblits not called on arrays of structs

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6470 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 6182] _d_arraycopy should take TypeInfo as final argument instead of simply element size

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6182 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6182] _d_arraycopy should take TypeInfo as final argument instead of simply element size

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6182 Benjamin Thaut changed: What|Removed |Added CC||c...@benjamin-thaut.de --- Comment #4

[Issue 10351] New: GC deadlocks in thread_suspendAll()

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10351 Summary: GC deadlocks in thread_suspendAll() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: dru

[Issue 10064] opDollar called on garbage

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10064 Denis Shelomovskij changed: What|Removed |Added Summary|opDollar+final interface|opDollar called on garbage

[Issue 6182] _d_arraycopy should take TypeInfo as final argument instead of simply element size

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6182 Peter Alexander changed: What|Removed |Added CC||peter.alexander...@gmail.co

[Issue 6182] _d_arraycopy should take TypeInfo as final argument instead of simply element size

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6182 --- Comment #2 from Kenji Hara 2013-06-13 03:38:24 PDT --- I checked this with 2.064a(fbd6c9f) struct S { static int cnt; this(this) { ++cnt; } } void main() { S[3] sa1; S[3] sa2; sa1[] = sa2[]; printf("S.cnt = %d\n", S

[Issue 10341] Range case at out of switch crashes dmd

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10341 Kenji Hara changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 10346] No line number error with undefined template identifier

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10346 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|x86

[Issue 8000] [UFCS] property in WithStatement

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8000 Kenji Hara changed: What|Removed |Added CC||al...@ucora.com --- Comment #1 from Kenji

[Issue 10349] UFCS fails under a with statement block

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10349 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10341] Range case at out of switch crashes dmd

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10341 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10341] Range case at out of switch crashes dmd

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10341 --- Comment #2 from github-bugzi...@puremagic.com 2013-06-13 02:14:12 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8e982d8c81d0c4c8689fb55975ce43d22d3191

[Issue 10334] ddoc should prefer simple syntax for template instantiations with one parameter

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10334 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 201

[Issue 9595] The thread priority can be setted only after the start()

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9595 Maxim Fomin changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8960] DMD tester: Unable to set thread priority

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8960 Maxim Fomin changed: What|Removed |Added CC||bitwo...@qq.com --- Comment #5 from Maxi

[Issue 8960] DMD tester: Unable to set thread priority

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8960 Maxim Fomin changed: What|Removed |Added Keywords||pull Component|DMD

[Issue 9923] [ICE] (interpret.c line 167) with countUntil on Typedef[]

2013-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9923 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|