[Issue 7578] New: ICE on indexing result of vararg opDispatch

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Summary: ICE on indexing result of vararg opDispatch Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7579] New: disabled postblit called for array appending of Rvalues

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7579 Summary: disabled postblit called for array appending of Rvalues Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7579] disabled postblit not checked for array appending

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7579 d...@dawgfoto.de changed: What|Removed |Added Summary|disabled postblit called|disabled postblit not

[Issue 7580] New: Identity assignment of Nullable crashes dmd

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7580 Summary: Identity assignment of Nullable crashes dmd Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal

[Issue 7581] New: Compiler uses wrong instructions to move complex value from ST to xmm registers

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7581 Summary: Compiler uses wrong instructions to move complex value from ST to xmm registers Product: D Version: D1 D2 Platform: x86_64 OS/Version: All Status: NEW

[Issue 7581] Compiler uses wrong instructions to move complex value from ST to xmm registers

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7581 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 7582] New: Untyped nested delegate literals don't compile

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7582 Summary: Untyped nested delegate literals don't compile Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2

Re: setlocale not working as expected

2012-02-25 Thread John Chapman
On Friday, 24 February 2012 at 18:47:34 UTC, Jonathan M Davis wrote: On Friday, February 24, 2012 08:10:31 Frank De prins wrote: Hello, When I use setlocale with LC_ALL it does not seem to work. I use nlb_belgium and, when I print (writeln in console) a floating point number, I expect the

[Issue 7583] New: [CTFE] Pushing to Token array results in interpreter assert

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7583 Summary: [CTFE] Pushing to Token array results in interpreter assert Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Keywords:

[Issue 7521] Add const inference for templated method and delegate parameters

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7521 --- Comment #2 from timon.g...@gmx.ch 2012-02-25 07:06:34 PST --- This probably shouldn't be done for virtual functions of templated classes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7511] attribute inference does not work for methods of templated aggregates

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7511 --- Comment #3 from timon.g...@gmx.ch 2012-02-25 07:26:51 PST --- This should probably not be done for virtual template class member functions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7580] Identity assignment of Nullable crashes dmd

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

[Issue 7584] New: contract checking is too conservative for inherited contracts

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7584 Summary: contract checking is too conservative for inherited contracts Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7585] New: functions in templates inferred as delegate

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 Summary: functions in templates inferred as delegate Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

Linux DMD 2.058 shared library support still broken

2012-02-25 Thread Kris Dawson
2.058 can create a .so file when compiling with -fPIC and -shared but when using 'nm -D' to see the addresses, the numbers are all over the place. Linking a library compiled with dmd to a test file doesn't work with a ton of Phobos linking errors.

[Issue 7586] New: Equality lambda inference problem on tuples

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7586 Summary: Equality lambda inference problem on tuples Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 7587] New: reduce() of a const array of tuples too

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7587 Summary: reduce() of a const array of tuples too Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: enhancement

[Issue 7588] New: Segfault with alias this and function templates

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7588 Summary: Segfault with alias this and function templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal

[Issue 5964] std.stdio.readln can throw a UnicodeException

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

[Issue 5833] To read a key

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

[Issue 6926] std.process.system return wrong exit code

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6926 --- Comment #2 from hst...@quickfur.ath.cx 2012-02-25 11:46:14 PST --- https://github.com/D-Programming-Language/phobos/pull/460 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5964] std.stdio.readln can throw a UnicodeException

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5964 --- Comment #2 from github-bugzi...@puremagic.com 2012-02-25 12:06:15 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 6826] stdio.File.readf docs incorrect

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6826 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5964] std.stdio.readln can throw a UnicodeException

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5964 --- Comment #3 from github-bugzi...@puremagic.com 2012-02-25 15:17:56 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 5964] std.stdio.readln can throw a UnicodeException

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5964 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7580] Identity assignment of Nullable crashes dmd

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7580 --- Comment #2 from github-bugzi...@puremagic.com 2012-02-25 15:59:22 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7580] Identity assignment of Nullable crashes dmd

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7580 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7084] Missing writeln Unicode normalization

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

[Issue 7588] Segfault with alias this and function templates

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7588 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 7588] Segfault with alias this and function templates

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7588 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7580] Identity assignment of Nullable crashes dmd

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7580 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||mrmoc...@gmx.de ---

[Issue 7586] Equality lambda inference problem on tuples

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7586 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-02-25 20:01:34 PST --- The root issue is bug 5783, and lambda inference isn't related. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7585] functions in templates inferred as delegate

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7585 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-02-25 20:21:04 PST --- The root cause is conservative escape analysis for nested template instantiation. extern(C) alias void function() Callback; template Wrap(alias dg) { extern(C)

[Issue 7578] ICE on indexing result of vararg opDispatch

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7578 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull --- Comment

[Issue 7577] Delegate implicitly marked as system

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7577 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-02-25 21:24:01 PST --- (In reply to comment #0) 88 import std.datetime; import std.stdio; struct A{ auto fun(A a){ return 0; } }

[Issue 7582] Untyped nested delegate literals don't compile

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7582 --- Comment #1 from github-bugzi...@puremagic.com 2012-02-25 22:07:49 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd