[Issue 6503] New: std.typecons.scoped fails to instantiate for classes that inherit from interfaces

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6503 Summary: std.typecons.scoped fails to instantiate for classes that inherit from interfaces Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5766] undefined reference to `_D3std4bind12__ModuleInfoZ'

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5766 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6463] Segfault on writeln() from a Fiber

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6463 --- Comment #3 from Danny Arends danny.are...@gmail.com 2011-08-16 01:02:02 PDT --- Created an attachment (id=1017) Segfault from fiber The file I forgot to attach -- Configure issuemail:

[Issue 6463] Segfault on writeln() from a Fiber

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6463 --- Comment #4 from Danny Arends danny.are...@gmail.com 2011-08-16 01:02:30 PDT --- Sorry forgot to attach the file. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 6499] [GSoC] Destructor not called on object returned by method.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6434] opDispatch must be considered before alias this.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6434 Max Samukha samu...@voliacable.com changed: What|Removed |Added CC|

[Issue 6434] opDispatch must be considered before alias this.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6434 --- Comment #3 from Max Samukha samu...@voliacable.com 2011-08-16 03:07:32 PDT --- On the other hand, opDispatch considered first gives much more flexibility. Then, what to do with regular inheritance: class A { int foo(); } class B : A

[Issue 6434] opDispatch must be considered before alias this.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6434 --- Comment #4 from Gor Gyolchanyan g...@boloneum.com 2011-08-16 03:55:33 PDT --- I agree. This would make more sense. Let the opDispatch be used after alias this. (In reply to comment #2) I am not sure. opDispatch is meant to be a fallback

[Issue 6499] [GSoC] Destructor not called on object returned by method.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 Cristi Cobzarenco cristi.cobzare...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 6505] Wrong code for expression involving 8 floats, only with -O

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6505 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 6501] import inside of eponymous template does not work correctly

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6501 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 6501] import inside of eponymous template does not work correctly

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6501 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2011-08-16 10:30:01 PDT --- Per TDPL, eponymous templates are supposed to be able to have multiple members (but just one with the same name as the template). So, if that's the issue

[Issue 6506] New: OS X: wrong value is passed to simple argument with a lazy parameter with -unittest -release -O

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6506 Summary: OS X: wrong value is passed to simple argument with a lazy parameter with -unittest -release -O Product: D Version: D2 Platform: Other OS/Version: Mac OS X

[Issue 6499] [GSoC] Destructor not called on object returned by method.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-08-16 11:46:47 PDT --- https://github.com/D-Programming-Language/dmd/pull/316 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 6506] OS X: wrong value is passed to simple argument along with a delegate with -O

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6506 kenn...@gmail.com changed: What|Removed |Added Summary|OS X: wrong value is passed |OS X: wrong value is passed

[Issue 6508] New: alias this doesn't work with AssignExp rhs

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6508 Summary: alias this doesn't work with AssignExp rhs Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6507] [2.055 beta] ICE: var Internal error: backend\cgcs.c 319

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6507 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2011-08-16 12:33:58 PDT --- Also, using 'enum x = stripLeft(Hi);' results in: Internal error: backend\cgcs.c 526 -- Configure issuemail:

[Issue 6507] New: [2.055 beta] ICE: var Internal error: backend\cgcs.c 319

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6507 Summary: [2.055 beta] ICE: var Internal error: backend\cgcs.c 319 Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal

[Issue 6507] [2.055 beta] ICE: var Internal error: backend\cgcs.c 319

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6507 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Severity|normal |regression

[Issue 6508] alias this doesn't work with AssignExp rhs

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6508 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-08-16 12:35:18 PDT --- Sorry, Comment#0's sample code is incomplete. template Seq(T...) { alias T Seq; } struct Tup(T...) { T field; alias field this; } void main() { int

[Issue 6455] std.string.format doesn't understand positional arguments

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6455 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4532] Position specifiers don't work in format

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added CC|

[Issue 6499] [GSoC] Destructor not called on object returned by method.

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6499 --- Comment #5 from Cristi Cobzarenco cristi.cobzare...@gmail.com 2011-08-16 12:46:41 PDT --- Thanks a lot for the fix, this stops the memory leak I had in my project. Hope it gets merged into the head soon. -- Configure issuemail:

[Issue 6509] New: [2.055 beta] ICE when compiling druntime or phobos

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6509 Summary: [2.055 beta] ICE when compiling druntime or phobos Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority:

[Issue 6510] New: [CTFE] internal error: illegal stack value stack

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6510 Summary: [CTFE] internal error: illegal stack value stack Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6511] New: [CTFE] Array op gives wrong result

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6511 Summary: [CTFE] Array op gives wrong result Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 6512] New: [CTFE] new T[][] doesn't work

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6512 Summary: [CTFE] new T[][] doesn't work Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6513] New: More info in Range violation exception message?

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6513 Summary: More info in Range violation exception message? Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 6514] New: dotProduct at compile-time too

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6514 Summary: dotProduct at compile-time too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 4424] Copy constructor and templated opAssign cannot coexist

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4424 Cristi Cobzarenco cristi.cobzare...@gmail.com changed: What|Removed |Added CC|

[Issue 6515] New: Support for a basic BinaryHeap operation

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6515 Summary: Support for a basic BinaryHeap operation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6503] std.typecons.scoped fails to instantiate for classes that inherit from interfaces

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6503 Andrew Wiley debio...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6509] [2.055 beta] ICE when compiling druntime or phobos

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6509 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 6510] [CTFE] internal error: illegal stack value stack

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6510 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6507] [2.055 beta] ICE: var Internal error: backend\cgcs.c 319

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6507 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6509] [2.055 beta] ICE when compiling druntime or phobos

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6509 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---