[Issue 8633] core.atomic not documented

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8633 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-09 23:57:07 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8633] core.atomic not documented

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8633 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5206] stat_t is not the same as struct stat

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5206 --- Comment #14 from Iain Buclaw ibuc...@ubuntu.com 2012-10-10 00:09:13 PDT --- (In reply to comment #13) Can we close this? I do believe so yes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8727] __traits(is_reserved_word, ) ?

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8727 monarchdo...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3696] SuperStack

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3696 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 8556] Using take results in a corrupted call to opSlice

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8556 --- Comment #5 from Jonathan M Davis jmdavisp...@gmx.com 2012-10-10 00:34:05 PDT --- https://github.com/D-Programming-Language/phobos/pull/854 should fix the regression portion of this bug, as it fixes the circular dependency between

[Issue 4332] C files in druntime should be converted to D

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 8788] The super constructor call can be prevented by mentioning return.

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8788 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 8793] New: Another problem with pure inference of inner delegate

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8793 Summary: Another problem with pure inference of inner delegate Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 8751] Problem with pure inference of inner delegate

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8751 --- Comment #7 from bearophile_h...@eml.cc 2012-10-10 04:22:47 PDT --- (In reply to comment #6) This code, that is derived more closely from my use case, gives an error, after merging the patch: Moved to Issue 8793 -- Configure

[Issue 8793] Another problem with pure inference of inner delegate

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8793 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 5206] stat_t is not the same as struct stat

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5206 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4332] C files in druntime should be converted to D

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #18 from Alex R�nne Petersen a...@lycus.org 2012-10-10 16:25:14 CEST --- (In reply to comment #17) While I know little of druntime internals I don't think this was delt with. Why are critical.c and monitor.c still here in the

[Issue 4332] C files in druntime should be converted to D

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 8793] Another problem with pure inference of inner delegate

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8793 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-10 08:23:38 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 4862] modfl() missing for FreeBSD

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4862 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8794] New: DDoc should provide qualified symbol names suitable for anchors

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8794 Summary: DDoc should provide qualified symbol names suitable for anchors Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 8061] std.algorithm.joiner breaks when used with InputRangeObject

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8061 --- Comment #4 from hst...@quickfur.ath.cx 2012-10-10 09:17:06 PDT --- By inner ranges will be invalidated I meant, inner ranges will be consumed, so the .save'd copy of the range isn't actually a saved position in the original range. --

[Issue 8794] DDoc should provide qualified symbol names suitable for anchors

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8794 --- Comment #1 from Nick Treleaven ntrel-pub...@yahoo.co.uk 2012-10-10 09:19:23 PDT --- I have a pull request almost ready to address this. https://github.com/D-Programming-Language/dmd/pull/1174 -- Configure issuemail:

[Issue 8061] std.algorithm.joiner breaks when used with InputRangeObject

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8061 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 8794] DDoc should provide qualified symbol names suitable for anchors

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8794 Brad Anderson e...@gnuk.net changed: What|Removed |Added CC||e...@gnuk.net ---

[Issue 8794] DDoc should provide qualified symbol names suitable for anchors

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8794 --- Comment #3 from Nick Treleaven ntrel-pub...@yahoo.co.uk 2012-10-10 09:44:03 PDT --- Yes, bug #6017 is very similar. I thought my dmd pull request might need a separate issue as it is purely for dmd, whereas the other issue may need a small

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2012-10-10 21:01:09 MSD --- As a proof of this issue odiousness: http://forum.dlang.org/thread/csqzdgdlgtuklmnwa...@forum.dlang.org -- Configure issuemail:

[Issue 8727] __traits(is_reserved_word, ) ?

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8727 --- Comment #7 from monarchdo...@gmail.com 2012-10-10 10:09:19 PDT --- (In reply to comment #6) (In reply to comment #5) OK, I think this can be implemented as a library trait. Anyone want to send a pull request that adds it to

[Issue 8714] Missing error message with circular use of CTFE

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

[Issue 4332] C files in druntime should be converted to D

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #21 from Alex R�nne Petersen a...@lycus.org 2012-10-10 20:54:00 CEST --- No prob! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4332] C files in druntime should be converted to D

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #20 from Dmitry Olshansky dmitry.o...@gmail.com 2012-10-10 11:53:27 PDT --- (In reply to comment #19) See: https://github.com/D-Programming-Language/druntime/tree/master/src/rt Closing again. Okay. Sorry for the confusion. Must

[Issue 8795] New: mixing in switch or interface; makes dmd segfault

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8795 Summary: mixing in switch or interface; makes dmd segfault Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal

[Issue 8796] New: Optimizer bug on 64bit

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8796 Summary: Optimizer bug on 64bit Product: D Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: critical Priority: P2 Component:

[Issue 8797] New: std.traits std.typetuple.Alias is private and used in std.traits

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8797 Summary: std.traits std.typetuple.Alias is private and used in std.traits Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 8797] std.traits std.typetuple.Alias is private and used in std.traits

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8797 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8798] New: Tuple curry example not really curry

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8798 Summary: Tuple curry example not really curry Product: D Version: D2 Platform: All URL: http://dlang.org/tuple.html OS/Version: All Status: NEW Severity:

[Issue 8799] New: Tuple Expand Property

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8799 Summary: Tuple Expand Property Product: D Version: D2 Platform: All URL: http://dlang.org/tuple.html OS/Version: All Status: NEW Severity: enhancement

[Issue 8556] Using take results in a corrupted call to opSlice

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8556 --- Comment #6 from hst...@quickfur.ath.cx 2012-10-10 20:39:08 PDT --- When will this pull request be merged? One of my Phobos pull requests is affected by this bug. :-( -- Configure issuemail:

[Issue 8556] Using take results in a corrupted call to opSlice

2012-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8556 --- Comment #7 from Jonathan M Davis jmdavisp...@gmx.com 2012-10-10 21:29:44 PDT --- The pull request is less than 24 hours old, and Phobos pull requests are frequently around for weeks before they get merged in. We've been doing better about