[Issue 9700] std.typecons.Proxy with invaliant and in-place operation causes Access Violation

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9700 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 9599] File.byLine doesn't function properly with take

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 monarchdo...@gmail.com changed: What|Removed |Added AssignedTo|nob...@puremagic.com|monarchdo...@gmail.com ---

[Issue 9700] std.typecons.Proxy with invaliant and in-place operation causes Access Violation

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9700 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 8735] Can't use alias this on template + ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8735 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9709] New: ice with template and alias this

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9709 Summary: ice with template and alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority: P2

[Issue 8735] Can't use alias this on template + ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8735 Zhenya Chapovsky zh...@list.ru changed: What|Removed |Added CC||zh...@list.ru ---

[Issue 9709] ice with template and alias this

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9709 Zhenya Chapovsky zh...@list.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 --- Comment #8 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-13 12:17:24 PDT --- (In reply to comment #7) It's a little hacky though, because returning false is interpreted as failed tests. Yeah, I've realized that after posting.

[Issue 9710] New: Pointer enums crash dmd

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9710 Summary: Pointer enums crash dmd Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9710] Pointer enums crash dmd

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9710 --- Comment #1 from ncras...@gmail.com 2013-03-13 13:05:45 PDT --- Appears only at Windows. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9710] Pointer enums crash dmd

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9710 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9711] New: extend IFTI to deduce static array length

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9711 Summary: extend IFTI to deduce static array length Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 9712] New: IFTI does not support static arrays

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9712 Summary: IFTI does not support static arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9711] extend IFTI to deduce static array length

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9711 Zhenya Chapovsky zh...@list.ru changed: What|Removed |Added CC||zh...@list.ru ---

[Issue 9712] IFTI does not support deducing static array types from array literal arguments

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9712 timon.g...@gmx.ch changed: What|Removed |Added Summary|IFTI does not support |IFTI does not support

[Issue 9711] extend IFTI to deduce static array length

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9711 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9712] IFTI does not support deducing static array types from array literal arguments

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9712 --- Comment #2 from timon.g...@gmx.ch 2013-03-13 15:25:17 PDT --- *** Issue 9711 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 9712] IFTI does not support deducing static array types from array literal arguments

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9712 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 --- Comment #9 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-13 16:27:36 PDT --- (In reply to comment #7) It's a little hacky though, because returning false is interpreted as failed tests. Perhaps we could change ModuleUnitTester

[Issue 9712] IFTI does not support deducing static array types from array literal arguments

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9712 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 --- Comment #10 from Martin Nowak c...@dawg.eu 2013-03-13 20:42:41 PDT --- This always confused me a little because the documentation is inconsistent. http://dlang.org/phobos/core_runtime.html#moduleUnitTester

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 --- Comment #11 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-13 20:49:45 PDT --- (In reply to comment #10) This always confused me a little because the documentation is inconsistent.

[Issue 5091] main runs after unittests

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5091 --- Comment #12 from Martin Nowak c...@dawg.eu 2013-03-13 21:58:50 PDT --- (In reply to comment #11) Speaking of which I just noticed that `runAll` doesn't wrap `runModuleUnitTests()` in a try/catch. That seems like a bug to me. It does