[Issue 5974] New: Incorrect nested function address in expression (f).ptr

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5974 Summary: Incorrect nested function address in expression (f).ptr Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 5872] core.demangle, core.sys.*, core.stdc.* not documented

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5872 --- Comment #5 from Jacob Carlborg d...@me.com 2011-05-10 00:21:46 PDT --- I think (In reply to comment #4) The module headers already say which spec they follow. What if I added a hyperlink to the official docs (when available) as well? To

[Issue 5975] New: [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c'

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5975 Summary: [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' Product: D Version: future Platform: Other OS/Version: Windows Status: NEW

[Issue 5975] [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c'

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5975 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2011-05-10 02:54:21 PDT --- Note, I got this with this version of DMD: https://github.com/D-Programming-Language/dmd/commit/4055820a360ae56c5469678f280e374151c18c11 Compiled in

[Issue 5971] Some BigInt ideas

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5971 --- Comment #1 from bearophile_h...@eml.cc 2011-05-10 10:26:07 PDT --- [idea 6] I'd like this code to work: import std.bigint; alias BigInt T; // Error //alias int T; // OK void main() { T x = 1; T y, z; y = z = 1; } --

[Issue 5975] [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c'

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

[Issue 5928] bigint modulo problem

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5928 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5976] New: variable used before set with foreach with ref + scope(failure) + structure method + -O

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5976 Summary: variable used before set with foreach with ref + scope(failure) + structure method + -O Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5972] CTFE: Can't assign to elements of arrays of slices

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

[Issue 5977] New: String splitting with empty separator

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5977 Summary: String splitting with empty separator Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: patch Severity: normal

[Issue 5958] const/immutable ignored passing to opAssign()

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5958 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||accepts-invalid

[Issue 5493] Able to overwrite immutable data by passing through ref function parameter

2011-05-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||marci...@gmail.com ---