[Issue 12025] Wrong purity violation accessing the length of a fixed size array

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12025 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12210] dlang.org home page example - Run button does not work

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12210 --- Comment #2 from Ivan Kazmenko ga...@mail.ru 2014-02-20 01:28:46 PST --- Correction: it still does not work 100%. New hypothesis: the compilation often times out for harder cases. I've managed to run an empty program 10/10 times

[Issue 12213] New: DMD accepts invalid alias declaration

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12213 Summary: DMD accepts invalid alias declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 12213] DMD accepts invalid alias declaration

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12213 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12197] 'invalid array operation' errror message with valid array operation

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12197 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-20 04:42:41 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8172] OSX: symbols mangled on gdb,ggdb,cgdb,lldb but not on ubuntu; no line numbers on stacktraces

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8172 --- Comment #12 from David Nadlinger c...@klickverbot.at 2014-02-20 09:46:09 PST --- (In reply to comment #11) As for demangling support in GDB, I have committed it into upstream development. If anyone wants to test this on OSX, be my

[Issue 8384] std.conv.to should allow conversion between any pair of string/wstring/dstring/char*/wchar*/dchar*

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8384 --- Comment #23 from Sobirari Muhomori dfj1es...@sneakemail.com 2014-02-20 10:21:15 PST --- (In reply to comment #19) So, you're suggesting that we remove a useful feature because newbies coming from C/C++ keep mistakingly thinking that

[Issue 2660] Change #line to pragma(line)

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2660 --- Comment #14 from Sobirari Muhomori dfj1es...@sneakemail.com 2014-02-20 11:29:31 PST --- It's probably as simple as --- else if (id == Id::assume_line) { poundLine(); continue; // processed, overwrite the token with whatever

[Issue 6157] to!string should work for various pointer types

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6157 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-20 13:45:37 PST --- (In reply to comment #6) The example is not good, dup duplicated only 3 chars, so the resulting strings are not null-terminated. IIRC these used to

[Issue 9584] Exceptions in D are ludicrously slow (far worse than Java)

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9584 --- Comment #24 from Adam D. Ruppe destructiona...@gmail.com 2014-02-20 13:59:42 PST --- The pull request was just merged with my new code for linux, and windows already had improved code. Jonathan, can you confirm the new version is better

[Issue 12203] typeof(null) does not convert to void delegate(float)

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12203 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-20 15:53:35 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 1566] Nested template issue

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 --- Comment #8 from github-bugzi...@puremagic.com 2014-02-20 16:49:24 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12203] typeof(null) does not convert to void delegate(float)

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12203 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1566] Nested template issue

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12025] Wrong purity violation accessing the length of a fixed size array

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12025 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12214] New: GIT HEAD: AA.length is not nothrow

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12214 Summary: GIT HEAD: AA.length is not nothrow Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: regression

[Issue 12214] GIT HEAD: AA.length is not nothrow

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12214 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 12215] New: Click on URL's in source code

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12215 Summary: Click on URL's in source code Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 12166] Template Argument Pattern Matching Fails for Struct With Multiple Nested Template Arguments

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12166 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2014-02-20 20:55:38 PST --- (In reply to comment #4) However, it also seems this is bad behaviour. Shadowing *module level* symbols by declared local symbols is legitimate. Currently

[Issue 12211] Assignment expression is not an lvalue

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12211 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2014-02-20 21:33:01 PST --- Note that, an assignment expression should make an lvalue will be consistent with the behavior of the implicitly generated opAssign methods for user defined

[Issue 12216] New: Overloading templates using alias

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12216 Summary: Overloading templates using alias Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 12211] Assignment expression is not an lvalue

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12211 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3

[Issue 1856] [Tracker] Outstanding template issues

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1856 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 12007] cartesianProduct does'nt work with ranges of immutables

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12007 --- Comment #4 from monarchdo...@gmail.com 2014-02-20 23:24:42 PST --- https://github.com/D-Programming-Language/phobos/pull/1895 https://github.com/D-Programming-Language/phobos/pull/1897 -- Configure issuemail:

[Issue 12217] New: Unstable instance mangled name of function local template

2014-02-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12217 Summary: Unstable instance mangled name of function local template Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major