[Issue 9617] ulong.max is wrongly accepted by smaller signed parameter

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9617 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-28 23:01:28 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d224d2c1103fbe220426a6c97772dc31f5af84e

[Issue 1528] [tdpl] overloading template and non-template functions

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1528 --- Comment #16 from Kenji Hara 2013-02-28 20:46:30 PST --- (In reply to comment #13) > // vs specialized parameter > int f4(int a) { return 1; } > int f4(T:int)(T b) { return 2; } > static assert(f4(1)==1); Just only this is wrong. f4(T

[Issue 7520] opDollar undocumented

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

[Issue 9260] getopt should allow setting booleans to false

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

[Issue 9619] Failed struct field typeof in inner function

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9619 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|x86

[Issue 9620] New: Error messages of failed pure enforcement

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9620 Summary: Error messages of failed pure enforcement Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 9619] New: Failed struct field typeof in inner function

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9619 Summary: Failed struct field typeof in inner function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 9618] New: DMD takes unnecessary route to alias this in certain situations

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9618 Summary: DMD takes unnecessary route to alias this in certain situations Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8993] Implement unique references/isolated memory

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8993 --- Comment #14 from bearophile_h...@eml.cc 2013-02-28 18:37:48 PST --- See also: https://github.com/D-Programming-Language/dmd/pull/1700 http://wiki.dlang.org/DIP29 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=ema

[Issue 9617] ulong.max is wrongly accepted by smaller signed parameter

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

[Issue 9617] New: ulong.max is wrongly accepted by smaller signed parameter

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9617 Summary: ulong.max is wrongly accepted by smaller signed parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-inva

[Issue 9616] SortedRange should support all range kinds

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

[Issue 9616] New: SortedRange should support all range kinds

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9616 Summary: SortedRange should support all range kinds Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Componen

[Issue 9613] Parser bug when using .init with type constructor

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9613 Andrej Mitrovic changed: What|Removed |Added Keywords||pull AssignedTo|nob...@purema

[Issue 8441] mixin containing template functions causes compiler errors

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8441 --- Comment #10 from jfanati...@gmx.at 2013-02-28 08:26:34 PST --- (In reply to comment #8) > I don't test std.signal2 module, but the two test cases work with my patch. > > https://github.com/D-Programming-Language/dmd/pull/1660 std.signal2 w

[Issue 9347] new std.signals2 implementation

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9347 --- Comment #4 from jfanati...@gmx.at 2013-02-28 07:48:50 PST --- (In reply to comment #3) > (In reply to comment #2) > > The new implementation supports wrapping delegates, this is fact was a very > > important feature for me. > > But it doesn

[Issue 9347] new std.signals2 implementation

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9347 --- Comment #3 from Denis Shelomovskij 2013-02-28 18:11:02 MSK --- (In reply to comment #2) > The new implementation supports wrapping delegates, this is fact was a very > important feature for me. But it doesn't do it correctly as it can't b

[Issue 9347] new std.signals2 implementation

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9347 --- Comment #2 from jfanati...@gmx.at 2013-02-28 05:43:16 PST --- (In reply to comment #1) > (In reply to comment #0) > > The current std.signals implementation has various short comings. > > For closure related shortcomings see Issue 9603. I a

[Issue 3502] Fix for dropped Mac OS X 10.5

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 Martin Nowak changed: What|Removed |Added Attachment #1196|0 |1 is obsolete|

[Issue 3502] Fix for dropped Mac OS X 10.5

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 --- Comment #9 from Martin Nowak 2013-02-28 04:14:37 PST --- Created an attachment (id=1196) ld64-77 patch -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3502] Fix for dropped Mac OS X 10.5

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 Martin Nowak changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9615 --- Comment #1 from monarchdo...@gmail.com 2013-02-28 01:12:58 PST --- (In reply to comment #0) > parse!(int[])(s); //Unexpected ']' when converting from type string to > type > int And if you are trying to parse a string[], you'll get a "

[Issue 9615] New: std.conv.parse!(T[]) fails on trailing comma

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9615 Summary: std.conv.parse!(T[]) fails on trailing comma Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2