[Issue 6933] Segfault(declaration.c) using struct with destructor in CTFE

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6933 Don changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Don 2011-12-1

[Issue 6934] [CTFE] can't use $ in a slice of an array passed by ref

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6934 Don changed: What|Removed |Added CC||youx...@gmail.com --- Comment #4 from Don 2011-

[Issue 7109] [CTFE] Error with slicing ref string

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7109 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6255] Add support for different base conversions in std.conv

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255 Kenji Hara changed: What|Removed |Added Keywords||patch Platform|Other

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 Kenji Hara changed: What|Removed |Added Keywords||ice-on-valid-code, patch Platfor

[Issue 3187] Nested foreach over opApply doesn't work

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3187 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6964] Error message with __error: static assert(undefined+1)

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6964 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6985] [CTFE] Non-constant case expressions can't be interpreted

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6985 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6934] [CTFE] can't use $ in a slice of an array passed by ref

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6934 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7111] New: New regex engine cannot match beginning of empty string

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7111 Summary: New regex engine cannot match beginning of empty string Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal

[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541 --- Comment #11 from Walter Bright 2011-12-14 11:13:12 PST --- See also https://github.com/D-Programming-Language/dmd/pull/169 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 6077] CTFE: Cannot append null array to null array.

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6077 Don changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #3 from Do

[Issue 7046] CTFE: append null does nothing

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7046 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7109] [CTFE] Error with slicing ref string

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7109 Don changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 --- Comment #5 from pelo 2011-12-14 07:30:41 PST --- (In reply to comment #4) > Thanks. I'll post a patch to fix it. Thanks. I'll test your patch against my code when it's available. -- Configure issuemail: http://d.puremagic.com/issues/use

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 --- Comment #4 from Kenji Hara 2011-12-14 07:26:35 PST --- Thanks. I'll post a patch to fix it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 --- Comment #2 from pelo 2011-12-14 07:23:09 PST --- (In reply to comment #1) > I found a null dereference bug in TraitsExp::semantic(). > Following code kills dmd. > > static assert(!__traits(hasMember, int, "x")); > > In your environment, c

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 --- Comment #3 from pelo 2011-12-14 07:24:29 PST --- Back trace to your simplified case above: #0 0x00520227 in TraitsExp::semantic(Scope*) () (gdb) bt #0 0x00520227 in TraitsExp::semantic(Scope*) () #1 0x0047a1aa in

[Issue 7108] ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 --- Comment #1 from Kenji Hara 2011-12-14 07:14:50 PST --- I found a null dereference bug in TraitsExp::semantic(). Following code kills dmd. static assert(!__traits(hasMember, int, "x")); In your environment, can you get similar backtrace?

[Issue 7110] opSlice() & opIndex functions works unstable as template arguments

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Denis changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 7110] static opSlice & opIndex functions don't work as template arguments

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Denis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7110] static opSlice & opIndex functions don't work as template arguments

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Robert Clipsham changed: What|Removed |Added CC||rob...@octarineparrot.com --- Commen

[Issue 7110] New: static opSlice & opIndex functions don't work as template arguments

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Summary: static opSlice & opIndex functions don't work as template arguments Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW S

[Issue 7109] New: [CTFE] Error with slicing ref string

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7109 Summary: [CTFE] Error with slicing ref string Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 7108] New: ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7108 Summary: ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Seve

[Issue 7107] Compiled program aborts when using foreach and std.regex.splitter

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7107 --- Comment #1 from Kenji Hara 2011-12-14 04:26:02 PST --- This problem does not occurs in Windows 7 64bit. Output is: hoge fuga 9 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 7107] New: Compiled program aborts when using foreach and std.regex.splitter

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7107 Summary: Compiled program aborts when using foreach and std.regex.splitter Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 4831] Optlink failed to parse PATH env variable with -g option

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831 --- Comment #2 from Walter Bright 2011-12-14 02:03:34 PST --- As a workaround for the time being, try enclosing the path in "". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 7106] New: DMD Segmentation faults!

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7106 Summary: DMD Segmentation faults! Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: DMD

[Issue 6365] AutoTupleDeclaration

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6365 --- Comment #40 from bearophile_h...@eml.cc 2011-12-14 00:01:37 PST --- Some people agree with me that mass assignment syntax for tuples is bad, it's an anti-feature: auto (i, j) = 10; assert(i == 10); assert(j == 10); Like Alex R. Petersen: