[Issue 4967] member default initializers not working in static struct initializers

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4967 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8172] New: OSX: symbols mangled on gdb,ggdb,cgdb,lldb but not on ubuntu; no line numbers on stacktraces

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8172 Summary: OSX: symbols mangled on gdb,ggdb,cgdb,lldb but not on ubuntu; no line numbers on stacktraces Product: D Version: D2 Platform: All OS/Version: Mac OS X Stat

[Issue 6412] Include rdmd.d in releases

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6412 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com ---

[Issue 6628] [RDMD] Ability to choose which DMD to use.

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6628 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com ---

[Issue 6628] [RDMD] Ability to choose which DMD to use.

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6628 thelastmamm...@gmail.com changed: What|Removed |Added Severity|enhancement |normal -- Configure issuema

[Issue 7899] rdmd doesn't compile using dmd 2.059

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7899 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com

[Issue 7999] rdmd eval fails on OSX, works on windows

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7999 thelastmamm...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8173] New: rdmd -g --build-only main looses debug info

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8173 Summary: rdmd -g --build-only main looses debug info Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 6926] std.process.system return wrong exit code

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6926 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6175] String corruption when passing static char arrays to std.conv

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6175 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7022] File.byLine doesn't release file handle

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7022 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7348] to!string(null) matches more than one template declaration

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7348 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7796] std.typecons.Unique is using writeln without importing std.stdio

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7796 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7824] isInputRange fails to recognize inout(T)[]

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7824 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8015] std.typecons.Tuple does not support struct with alias method this

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8015 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8040] writeln(null) too

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8040 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8171] [Regression 2.060head] Broken std.algorithm.move for nested struct has no member

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8171 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #19 from Leandro Lucarella 2012-05-31 04:29:21 PDT --- Just a simple example (I've used to see if the progress on the bug fixed some of the problems I had :): --- extern (C) { struct lldiv_t { long quot,

[Issue 808] using properties as lvalues

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=808 Leandro Lucarella changed: What|Removed |Added CC||leandro.lucarella@sociomant

[Issue 3702] Replace __traits and is(typeof()) with a 'magic namespace'

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3702 Leandro Lucarella changed: What|Removed |Added CC||leandro.lucarella@sociomant

[Issue 808] using properties as lvalues

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=808 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #4

[Issue 808] using properties as lvalues

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=808 --- Comment #6 from Dmitry Olshansky 2012-05-31 04:47:51 PDT --- Thx Vladimir, I haven't tried ref return. So silly. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Issue 808] using properties as lvalues

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=808 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8152] Linking C library causes Seg-fault

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8152 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 8062] UFCS and operator overloading

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

[Issue 8174] short floating point literals not catched in the parser

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8174 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #1 fr

[Issue 8174] New: short floating point literals not catched in the parser

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8174 Summary: short floating point literals not catched in the parser Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic

[Issue 8174] short floating point literals not catched in the parser

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8174 --- Comment #2 from Trass3r 2012-05-31 17:34:21 CEST --- Ah didn't think of UFCS! The error message could still be more helpful I guess. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving t

[Issue 808] using properties as lvalues

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=808 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #7 f

[Issue 8174] short floating point literals not catched in the parser

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8174 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #3

[Issue 8174] short floating point literals not catched in the parser

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8174 --- Comment #4 from Trass3r 2012-05-31 18:05:32 CEST --- Don't know. Maybe it could mention it's trying UFC. Whatever. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 3701] Incorrect initialisation of static arrays of floating-point values (Linux only)

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3701 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8175] New: aa.c assert(0)

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8175 Summary: aa.c assert(0) Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD Assigned

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #20 from Walter Bright 2012-05-31 12:39:49 PDT --- (In reply to comment #19) > Just a simple example (I've used to see if the progress on the bug fixed some > of the problems I had :): > > --- > extern (C) > { > struct lldiv_t

[Issue 8175] aa.c assert(0)

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8175 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 8175] aa.c assert(0)

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8175 --- Comment #2 from simendsjo 2012-05-31 13:18:15 PDT --- By "the library" you mean phobos? Whenever I update head, I do a full clean and rebuild of dmd, druntime and phobos, so that should not be the issue. -- Configure issuemail: http://d.p

[Issue 8176] New: Error: cannot implicitly convert expression (record) of type CsvRecord!(string, cast(Malformed)0, string, dchar) to string

2012-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8176 Summary: Error: cannot implicitly convert expression (record) of type CsvRecord!(string,cast(Malformed)0,string,dchar) to string Product: D Version: D2