[Issue 6403] Upgrade std.regex to Unicode UTS #18 Level 1 support

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6403 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4468] std.string.join() for lazy iterable of strings

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 --- Comment #2 from bearophile_h...@eml.cc 2011-07-30 06:54:17 PDT --- This is a very common need. Another example: import std.range; void main() { auto aa = [1:[hello, red], 2:[blue, yellow]]; auto r1 = join(aa.values); // OK

[Issue 6408] New: string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 Summary: string[].init gives a wrong type Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 6409] New: std.array.empty for associative arrays too

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6409 Summary: std.array.empty for associative arrays too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6407] New: take(map) problem

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6407 Summary: take(map) problem Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal Priority: P2

[Issue 6410] New: Few common exceptions in std.exception

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6410 Summary: Few common exceptions in std.exception Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6261] [2.054 beta regression] Regex cannot take a char[]

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6261 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 5652] Add \p and \P unicode properties to std.regex

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5652 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6383] Unpacking from dynamic array, lazy ranges

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 6383] Unpacking from dynamic array, lazy ranges

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 --- Comment #4 from Dmitry Olshansky dmitry.o...@gmail.com 2011-07-30 08:43:44 PDT --- (In reply to comment #3) (In reply to comment #2) (In reply to comment #1) Sorry, this is not correct: auto (start,end) = array(match(r,

[Issue 6383] Unpacking from dynamic array, lazy ranges

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 --- Comment #3 from bearophile_h...@eml.cc 2011-07-30 08:42:48 PDT --- (In reply to comment #2) (In reply to comment #1) Sorry, this is not correct: auto (start,end) = array(match(r, r^(-?\d+)(-?(-?\d+))?$).captures); auto (start,end)

[Issue 6408] string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 kenn...@gmail.com changed: What|Removed |Added Keywords|wrong-code |accepts-invalid CC|

[Issue 6403] Upgrade std.regex to Unicode UTS #18 Level 1 support

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6403 --- Comment #2 from Dmitry Olshansky dmitry.o...@gmail.com 2011-07-30 08:51:08 PDT --- Indeed, and it's already here, though with a couple of quirks. To the best of my knowledge my project addresses all of the present issues with std.regex.

[Issue 6411] New: Undefined reference to __dgliteral in mixin

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6411 Summary: Undefined reference to __dgliteral in mixin Product: D Version: D1 D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 6408] string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 --- Comment #2 from bearophile_h...@eml.cc 2011-07-30 09:13:40 PDT --- (In reply to comment #1) Apparently DMD shouldn't accept string[].init at all, e.g. int[].init is a parser error: Isn't it better to modify DMD to accept both

[Issue 5652] Add \p and \P unicode properties to std.regex

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5652 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 4773] Rebindable should be castable to bool

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4773 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5652] Add \p and \P unicode properties to std.regex

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5652 --- Comment #3 from Dmitry Olshansky dmitry.o...@gmail.com 2011-07-30 10:51:12 PDT --- Right, and it's definitely better this way. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5256] null Rebindable testing not supported

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5256 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4773] Rebindable should be castable to bool

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4773 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 6403] Upgrade std.regex to Unicode UTS #18 Level 1 support

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6403 --- Comment #3 from Walter Bright bugzi...@digitalmars.com 2011-07-30 11:42:12 PDT --- That's great to hear! It's a little embarassing that we don't have this already. -- Configure issuemail:

[Issue 6408] string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 --- Comment #3 from kenn...@gmail.com 2011-07-30 12:03:14 PDT --- (In reply to comment #2) (In reply to comment #1) Apparently DMD shouldn't accept string[].init at all, e.g. int[].init is a parser error: Isn't it better to modify DMD

[Issue 6408] string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 --- Comment #4 from bearophile_h...@eml.cc 2011-07-30 12:37:31 PDT --- (In reply to comment #3) You could also just add a pair of parenthesis: (string[]).init (int[]).init This was my last example. I'm not sure about allowing

[Issue 6404] Cannot check ref-ness of auto ref parameter in template constraint

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6404 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6408] string[].init gives a wrong type

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 --- Comment #5 from kenn...@gmail.com 2011-07-30 13:41:25 PDT --- (In reply to comment #4) (In reply to comment #3) You could also just add a pair of parenthesis: (string[]).init (int[]).init This was my last example.

[Issue 6399] [CTFE] struct member array.length -= x doesn't work, while array[0..$-x] works

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6399 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4401] auto functions cannot be inner functions

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4401 --- Comment #6 from klickverbot c...@klickverbot.at 2011-07-30 15:37:38 PDT --- For newer DMD versions, the error messages seems to have moved a level higher: �function declaration without return type. (Note that constructors are always named

[Issue 5045] auto type inference for nest function

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5045 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6412] New: Include rdmd.d in releases

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6412 Summary: Include rdmd.d in releases Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6413] New: 2.054 Debian package doesn't install properly on Ubuntu

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6413 Summary: 2.054 Debian package doesn't install properly on Ubuntu Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: major

[Issue 6414] New: Possible problem with pure and const attribute

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6414 Summary: Possible problem with pure and const attribute Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6415] New: Placement of pure and nothrow for invariant()

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6415 Summary: Placement of pure and nothrow for invariant() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity:

[Issue 6041] std.algorithm.remove wrong code in assert

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6041 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED