[Issue 5590] Regression(2.036) ICE(e2ir.c): when using .values on enum which is associative array

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5590 --- Comment #10 from github-bugzi...@puremagic.com 2012-03-03 00:33:01 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/44dae0ddcbdd851f8f73d4332ecfd415a2889e7

[Issue 7634] New: optlink creates bad debug info for a large number of modules

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7634 Summary: optlink creates bad debug info for a large number of modules Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7631] D OSX Installer doesn't install support files

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7631 Jacob Carlborg changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7534] Allow attribute-overloading of an overridden method

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7534 --- Comment #6 from Kenji Hara 2012-03-03 07:01:05 PST --- I think this is almost same as issue 3757, and I think additional overload in derived class is useful and should work. Example: // after fixing object const correctness (bug 1824) cla

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #3 from David 2012-03-03 07:04:33 PST --- https://github.com/D-Programming-Language/phobos/pull/473 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7534] Allow attribute-overloading of an overridden method

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7534 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #7 from Kenji Hara 2012

[Issue 7534] Allow attribute-overloading of an overridden method

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7534 --- Comment #8 from Kenji Hara 2012-03-03 07:12:16 PST --- (In reply to comment #6) > I think this is almost same as issue 3757 Sorry, the original issue is bug 3282, and bug 3757 depended on it. -- Configure issuemail: http://d.puremagic.co

[Issue 3282] The overload and override issue of const/immutable member functions

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #11 from Kenji Hara 201

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #4 from Kenji Hara 2012-03-03 08:29:31 PST --- This test case with 2.059head does not raise errors, but std.format still has an issue. Reduced test case: struct Foo { int[] bar; alias bar this; } void main() { import s

[Issue 7635] New: Inconsistent naming in std.stdio - byLine(), byChunk()

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7635 Summary: Inconsistent naming in std.stdio - byLine(), byChunk() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 5590] Regression(2.036) ICE(e2ir.c): when using .values on enum which is associative array

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5590 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7635] Inconsistent naming in std.stdio - byLine(), byChunk()

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

Re: [Issue 7635] Inconsistent naming in std.stdio - byLine(), byChunk()

2012-03-03 Thread Sandeep Datta
Well it was worth a try :) Thanks anyway. On Saturday, 3 March 2012 at 20:03:45 UTC, Walter Bright wrote: http://d.puremagic.com/issues/show_bug.cgi?id=7635 Walter Bright changed: What|Removed |Added -

[Issue 7636] New: const hole for implicit conversion to base class

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7636 Summary: const hole for implicit conversion to base class Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Co

[Issue 7637] New: writeln doesn't take custom toString into account

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 Summary: writeln doesn't take custom toString into account Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity: norm

[Issue 7638] New: [CTFE] std.array.replace causes a segfault at compile time while replacing the begining of a string

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7638 Summary: [CTFE] std.array.replace causes a segfault at compile time while replacing the begining of a string Product: D Version: D2 Platform: All OS/Version: All St

[Issue 7639] New: Undefined enum AA key crashes compiler

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7639 Summary: Undefined enum AA key crashes compiler Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority:

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #5 from github-bugzi...@puremagic.com 2012-03-03 18:11:56 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9583a25fdb03a2f5187e06af6e703e0341

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #6 from Kenji Hara 2012-03-03 18:15:15 PST --- Pull request: https://github.com/D-Programming-Language/phobos/pull/473 Merged commit: https://github.com/D-Programming-Language/phobos/commit/b01e60f7195336e79dbe9e0aeef2925041d7f99b

[Issue 7640] New: CTFE: Confusing error message when looking up missing hash key

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7640 Summary: CTFE: Confusing error message when looking up missing hash key Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7628] Regression with std.string format and alias this

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

[Issue 5525] Eponymous templates should allow for overloaded eponymous members

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5525 --- Comment #5 from github-bugzi...@puremagic.com 2012-03-03 19:28:13 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/dd9bbbf78a8371dc21bbd1a0bd63b13dc8

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #9 from Walter Bright 2012-03-03 20:21:31 PST --- (In reply to comment #0) > import std.stdio; > import std.file; > void main() > { > foreach (string entry; dirEntries(".", SpanMode.shallow)) > { > writeln(entry[0..

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #10 from Vladimir Panteleev 2012-03-03 20:26:02 PST --- (In reply to comment #9) > The range error is 'entry' is a string, and you are slicing it beyond it's > end. > This is not a bug in the compiler or runtime, it's in your code

[Issue 7636] const hole for implicit conversion to base class

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7636 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from yebb

[Issue 2443] opApply should allow delegates that are not ref if it makes no sense

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2443 --- Comment #4 from github-bugzi...@puremagic.com 2012-03-03 21:25:06 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/f4a653ad068abe8436bac8dedd59753351

[Issue 6681] struct constructor call is converted to struct literal that breaks union initialization

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 --- Comment #10 from Walter Bright 2012-03-03 21:30:50 PST --- >It's a compiler structural problem: there's no way to specify a struct literal with missing fields. I don't know about in CTFE, but in the rest of the compiler the code is in pla

[Issue 6681] struct constructor call is converted to struct literal that breaks union initialization

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 --- Comment #11 from yebblies 2012-03-04 16:45:03 EST --- (In reply to comment #10) > >It's a compiler structural problem: there's no way to specify a > struct literal with missing fields. > > I don't know about in CTFE, but in the rest of the

[Issue 7641] New: std.typecons.Proxy incorrectly allows implicit conversion to class

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7641 Summary: std.typecons.Proxy incorrectly allows implicit conversion to class Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: acc

[Issue 7641] std.typecons.Proxy incorrectly allows implicit conversion to class

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7641 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2012

[Issue 7563] Class members with default template arguments have no type

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7563 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-03 22:57:50 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9225eea616ceb84e3b04d4e27c4d75db69fd282f

[Issue 7642] New: opDispatch with AA crashes dmd

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7642 Summary: opDispatch with AA crashes dmd Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD