[Issue 10963] New: filter.save in map changes the behavior of filter

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10963 Summary: filter.save in map changes the behavior of filter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10950] [CTFE] enum char[] not correctly duplicated when used.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10950 --- Comment #5 from Don clugd...@yahoo.com.au 2013-09-04 01:24:33 PDT --- You seem to be expecting the .dup to act as a macro, and be automatically applied to any code that uses the enum? But it doesn't work like that. The expression is

[Issue 10950] [CTFE] enum char[] not correctly duplicated when used.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10950 --- Comment #6 from monarchdo...@gmail.com 2013-09-04 02:00:40 PDT --- (In reply to comment #5) You seem to be expecting the .dup to act as a macro, and be automatically applied to any code that uses the enum? No, not at all. I expect that

[Issue 10950] [CTFE] enum char[] not correctly duplicated when used.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10950 --- Comment #7 from Don clugd...@yahoo.com.au 2013-09-04 04:53:51 PDT --- My thinking on this is still not completely clear. If you have an enum, by definition it does not have an address - it's a manifest constant. If you are using it in an

[Issue 10573] Weird linking problem with associative array cast [DMD 2.63]

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10573 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||link-failure, pull

[Issue 10944] [ICE](interpret.c line 310) with arith operation on missing variable

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10944 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added CC|

[Issue 10173] std.algorithm.remove should throw exception on wrong ordering of indices to remove

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10173 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 10909] std.conv.to!(bool)(int): conversion from integer to bool

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10909 --- Comment #6 from github-bugzi...@puremagic.com 2013-09-04 07:57:28 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 10173] std.algorithm.remove should throw exception on wrong ordering of indices to remove

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10173 --- Comment #3 from hst...@quickfur.ath.cx 2013-09-04 08:07:35 PDT --- Hmm, nevermind, just tested on git HEAD, it still asserts. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 9565] Index of static array should not print literal suffix

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 --- Comment #5 from github-bugzi...@puremagic.com 2013-09-04 07:58:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 10909] std.conv.to!(bool)(int): conversion from integer to bool

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10909 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10964] New: [REG][2.063] Static array assign/blit exception slips through catch block.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10964 Summary: [REG][2.063] Static array assign/blit exception slips through catch block. Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10965] New: Allow alias initializer as enum member to avoid counter reset

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10965 Summary: Allow alias initializer as enum member to avoid counter reset Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10964] [REG][2.063] Static array assign/blit exception slips through catch block.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10964 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-09-04 19:27:06 PDT --- Introduced by the commit: https://github.com/D-Programming-Language/dmd/commit/b4a5c9cf3a82678b7f0c8de022115de5d7244b4f -- Configure issuemail:

[Issue 10964] [REG][2.063] Static array assign/blit exception slips through catch block.

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10964 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---