[Issue 9638] 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 --- Comment #4 from hotcocoa...@gmail.com 2013-03-02 23:52:51 PST --- I am sorry, I tried uninstalling & installing dmd2.062, the bug doesnt appear. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9638] 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 hotcocoa...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9638] 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 --- Comment #3 from Andrej Mitrovic 2013-03-02 23:40:44 PST --- Token 216 does not exist though, I don't know why that would be emitted. Did you use try a clean 2.062 installation? Otherwise if you're building from source you should do a clean

[Issue 9638] 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 --- Comment #2 from hotcocoa...@gmail.com 2013-03-02 23:26:26 PST --- I tested in dmd2.062 . But DPaste compiler hasnt say error, I'm not sure about this bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 9638] 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 9638] New: 'TOK216' come in sight

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9638 Summary: 'TOK216' come in sight Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2 Component: druntime

[Issue 9480] The template name in the JSON output contains template and function arguments

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9480 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9480] The template name in the JSON output contains template and function arguments

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9480 --- Comment #2 from github-bugzi...@puremagic.com 2013-03-02 20:35:55 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c817dac712372de43999477e85db92aafe95eef

[Issue 9495] Win64 vararg issue when first argument is > 8 byte

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

[Issue 9495] Win64 vararg issue when first argument is > 8 byte

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9495 --- Comment #2 from github-bugzi...@puremagic.com 2013-03-02 18:49:19 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/43bcad18862f8698bb2b527f2c23f7ffb6bc98b8

[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9625] assertNotThrown should print exception msg if no msg is provided

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9625 --- Comment #4 from Andrej Mitrovic 2013-03-02 13:40:38 PST --- (In reply to comment #3) > Hmm github bot hasn't posted here. It's fixed though: > https://github.com/D-Programming-Language/phobos/commit/ba4095de5f2c6c62dbec45b71ec3e4ba3d802f90

[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 9637] New: std.typecons.nullable and nullableRef functions

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9637 Summary: std.typecons.nullable and nullableRef functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7520] opDollar undocumented

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7520 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #3 from hst..

[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265 --- Comment #3 from bearophile_h...@eml.cc 2013-03-02 12:48:12 PST --- (In reply to comment #2) > Commits pushed to master at https://github.com/D-Programming-Language/phobos > > https://github.com/D-Programming-Language/phobos/commit/e2831a5f2

[Issue 9636] New: null initialization for std.typecons.Nullable

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9636 Summary: null initialization for std.typecons.Nullable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 9583] std.getopt.getopt does not consume options terminator "--" from args list, as docs claim

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9583 --- Comment #6 from hst...@quickfur.ath.cx 2013-03-02 12:30:11 PST --- I don't understand, isn't that a bug with rdmd, not with this fix? Besides, one of my programs depends on this fix, because sometimes it needs getopt to not processing subseq

[Issue 9583] std.getopt.getopt does not consume options terminator "--" from args list, as docs claim

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9583 --- Comment #7 from Vladimir Panteleev 2013-03-02 22:32:47 EET --- Yeah, you're right. The old behavior made no sense. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 9635] New: Improved error message for failed access of array field properties from static method

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9635 Summary: Improved error message for failed access of array field properties from static method Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9630] DMD git: can't access array field properties from static method

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9630 --- Comment #17 from bearophile_h...@eml.cc 2013-03-02 12:08:43 PST --- (In reply to comment #16) > Feel free to open an enhancement for these. OK, filed as Issue 9635 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=e

[Issue 3652] Allow explicit and implicit casting of dynamic array slices of known size to static array

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

[Issue 3652] Allow explicit and implicit casting of dynamic array slices of known size to static array

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3652 --- Comment #4 from github-bugzi...@puremagic.com 2013-03-02 11:12:56 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/82b79c071c9ca13785e16c9faea901fa2c45531

[Issue 9625] assertNotThrown should print exception msg if no msg is provided

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9625 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9634] New: std.regex.ctRegex chokes on (?:a+)

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9634 Summary: std.regex.ctRegex chokes on (?:a+) Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265 --- Comment #2 from github-bugzi...@puremagic.com 2013-03-02 10:06:08 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e2831a5f2a7f3a8b0df4e475ff4f79fea

[Issue 9633] New: compiles trait wrongly returns true even when object method call actually does not compile

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9633 Summary: compiles trait wrongly returns true even when object method call actually does not compile Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 9631] Error message not using fully qualified name when appropriate.

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9631 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 9627] Not good enough error messages in some cases when using UCFS

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9627 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 9630] DMD git: can't access array field properties from static method

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9630 --- Comment #16 from Andrej Mitrovic 2013-03-02 07:24:23 PST --- (In reply to comment #15) > Currently gives: > > temp.d(4): Error: need 'this' for i type int[1u]. This is already a bad message. 'i' should be quoted and the wording should be

[Issue 9632] Detect Non-Mutating Call Statements to Pure Functions

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

[Issue 3882] Unused result of pure functions

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3882 bearophile_h...@eml.cc changed: What|Removed |Added CC||per.nord...@gmail.com --- Comm

[Issue 9630] DMD git: can't access array field properties from static method

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

[Issue 9631] Error message not using fully qualified name when appropriate.

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

[Issue 9632] New: Detect Non-Mutating Call Statements to Pure Functions

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9632 Summary: Detect Non-Mutating Call Statements to Pure Functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 9631] New: Error message not using fully qualified name when appropriate.

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9631 Summary: Error message not using fully qualified name when appropriate. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 9622] Range violation in rdmd

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622 --- Comment #5 from github-bugzi...@puremagic.com 2013-03-02 01:05:39 PST --- Commits pushed to master at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/7049ccf0bbc51e0663eb5ab33c01dc5212d

[Issue 9628] Lambda in foreach loop Vs. lambda in static foreach loop

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9628 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #1 from