[Issue 10552] Cannot apply access specifiers to individual anonymous enum members

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10552 --- Comment #2 from Kenji Hara 2013-07-06 00:47:36 PDT --- (In reply to comment #0) > - > enum > { > private A = 1, > B = 2, > } > - > > $ dmd test.d > > Error: basic type expected, not private I cannot see any benefits there

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 --- Comment #9 from github-bugzi...@puremagic.com 2013-07-06 02:24:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0a710876007bf8509d4f62453311e0bb

[Issue 10543] std.algorithm.map incorrectly uses source range length for narrow strings

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10543 Kenji Hara changed: What|Removed |Added Keywords||pull Status|ASSIGNED

[Issue 9857] UFCS for struct opCall

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9857 --- Comment #17 from Kenji Hara 2013-07-06 02:29:24 PDT --- (In reply to comment #16) > > and to open a more detailed enhancement request for using > > local symbols with UFCS instead if that is desired. > > That's a quite different need. It

[Issue 10554] New: Remove size restriction from std.socket.SocketSet

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10554 Summary: Remove size restriction from std.socket.SocketSet Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement

[Issue 10343] Cannot resolve a forward reference to a template inside global typeof

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10343 Tomoya Tanjo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10552] Cannot apply access specifiers to individual anonymous enum members

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10552 --- Comment #3 from Henning Pohl 2013-07-06 05:17:51 PDT --- (In reply to comment #2) > I cannot see any benefits there. > You can just separate public anonymous enum and private one. > > private enum > { > A = 1, > } > enum > { > B

[Issue 10555] New: enumerator can no longer increment beyond maximum of initializer

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10555 Summary: enumerator can no longer increment beyond maximum of initializer Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regr

[Issue 10552] Cannot apply access specifiers to individual anonymous enum members

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10552 --- Comment #4 from Andrej Mitrovic 2013-07-06 07:08:29 PDT --- (In reply to comment #2) > (In reply to comment #0) > > - > > enum > > { > > private A = 1, > > B = 2, > > } > > - > > > > $ dmd test.d > > > Error: basic type e

[Issue 10556] New: mixin template fails overload resolution

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10556 Summary: mixin template fails overload resolution Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10556] mixin template fails overload resolution

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10556 monarchdo...@gmail.com changed: What|Removed |Added See Also||http://d.puremagic.com/issu

[Issue 10125] readln!dchar misdecodes Unicode non-BMP

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10125 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 10557] New: __traits(== __parameters) should accept function pointer/delegate type

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10557 Summary: __traits(== __parameters) should accept function pointer/delegate type Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

[Issue 10557] __traits(== __parameters) should accept function pointer/delegate type

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

[Issue 10548] [REG 2.064a] argument has no identifier

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10548 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7364] Better Eponymous Template syntax

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7364 Tommi changed: What|Removed |Added CC||tommitiss...@hotmail.com --- Comment #7 from T

[Issue 5911] Closure destroys the thrown Exception .

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5911 --- Comment #3 from hst...@quickfur.ath.cx 2013-07-06 10:22:37 PDT --- P.S. This is on Linux 64-bit. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5911] Closure destroys the thrown Exception .

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5911 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 10558] New: Assertion failure on struct.c:741

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10558 Summary: Assertion failure on struct.c:741 Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 10559] New: Symbol Undefined with Complicated Import and Subobject Graph

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10559 Summary: Symbol Undefined with Complicated Import and Subobject Graph Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 10440] shared library on osx: worked in 2.062, fails in 2.063 / 2.063.2

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10440 --- Comment #6 from github-bugzi...@puremagic.com 2013-07-06 13:19:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5fc0480d13705c57daadf067801d

[Issue 10560] New: Enum typed as int with value equal to 0 or 1 prefer bool over int overload

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10560 Summary: Enum typed as int with value equal to 0 or 1 prefer bool over int overload Product: D Version: D2 Platform: All OS/Version: All Status: NEW Seve

[Issue 9999] Integer literal 0 and 1 should prefer integer type in overload resolution

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id= yazan.dab...@gmail.com changed: What|Removed |Added CC||yazan.dab...@gmail.com --- Com

[Issue 10561] New: Regression (2.064 HEAD): anon enum members no longer have enum base type

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10561 Summary: Regression (2.064 HEAD): anon enum members no longer have enum base type Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severi

[Issue 10440] shared library on osx: worked in 2.062, fails in 2.063 / 2.063.2

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

[Issue 10561] Regression (2.064 HEAD): anon enum members no longer have enum base type

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10561 Henning Pohl changed: What|Removed |Added Keywords||pull, rejects-valid CC|

[Issue 10562] New: Cannot initialize arrays by an element value when the elements are fixed-length arrays

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10562 Summary: Cannot initialize arrays by an element value when the elements are fixed-length arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10563] New: Accessing const/immutable string array in CTFE crashes dmd.

2013-07-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10563 Summary: Accessing const/immutable string array in CTFE crashes dmd. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal