[Issue 9277] New: [diagnostic] bad error message on illegal cast inside foreach

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9277 Summary: [diagnostic] bad error message on illegal cast inside foreach Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8754] Function commonPrefix returns invalid string when passing two cyrillic utf-8 strings

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

[Issue 8890] std.algorithm.commonPrefix does not handle unicode correctly

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

[Issue 8890] std.algorithm.commonPrefix does not handle unicode correctly

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8890 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 9268] [ice-on-invalid] void assignment in fail44.d no longer caught in frontend

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

[Issue 9268] [ice-on-invalid] void assignment in fail44.d no longer caught in frontend

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9268 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-01-07 06:30:43 PST --- (In reply to comment #0) Maybe d_do_test should generally check the error messages for Internal error instead of just testing the exit value? I added the code to

[Issue 6707] Error message for mismatch of const/non-const property functions needs to improve

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6707 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||dmitry.o...@gmail.com

[Issue 8552] Bogus diagnostic when member function call doesn't match constancy

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8552 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment

[Issue 9277] [diagnostic] bad error message on illegal cast inside foreach

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9277 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||diagnostic,

[Issue 3970] Problem with cast -1.0L == uint/ulong

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3970 --- Comment #2 from Don clugd...@yahoo.com.au 2013-01-07 09:07:42 PST --- This passes on Linux32 and 64, on 1.076 and 2.061. Also tested on D1.073 so it has been working for quite some time on Linux. Need to check if it is Windows-specific.

[Issue 9191] Unhelpful error message on failing override

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9191 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||diagnostic,

[Issue 9277] [diagnostic] bad error message on illegal cast inside foreach

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9277 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords|diagnostic, pull|

[Issue 9191] Unhelpful error message on failing override

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9191 --- Comment #2 from github-bugzi...@puremagic.com 2013-01-07 09:51:28 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9268] [ice-on-invalid] void assignment in fail44.d no longer caught in frontend

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9268 --- Comment #3 from github-bugzi...@puremagic.com 2013-01-07 10:05:54 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5243] dmd -run potentially removes user files

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5243 --- Comment #2 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-01-07 10:46:33 PST --- Can you(In reply to comment #1) Created an attachment (id=1170) [details] patch Possible patch added. I don't have a Posix build system to

[Issue 9047] Expression requiring std.math fails with function-local import

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9047 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords|diagnostic

[Issue 3970] Problem with cast -1.0L == uint/ulong

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3970 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 9047] Expression requiring std.math fails with function-local import

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9047 --- Comment #2 from bearophile_h...@eml.cc 2013-01-07 11:14:42 PST --- (In reply to comment #1) I don't think this is a diagnostic bug, it's a problem where the compiler rewrites the call to: void main() { import std.math; auto f

[Issue 9278] New: ICE todt.c:692 when float containing struct is defined after use

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9278 Summary: ICE todt.c:692 when float containing struct is defined after use Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Keywords:

[Issue 5243] dmd -run potentially removes user files

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5243 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-07 12:31:42 PST --- (In reply to comment #2) Can you convert this into a pull request? It will make reviewing more easy. I'll do it later tonight. All your changes are

[Issue 7659] std.stdio.File.close() erases file.name

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7659 Mike Wey mike-...@planet.nl changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9047] Expression requiring std.math fails with function-local import

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9047 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-07 14:59:29 PST --- https://github.com/D-Programming-Language/dmd/pull/1438 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9047] Expression requiring std.math fails with function-local import

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9047 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-07 15:13:35 PST --- *** Issue 4845 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4845] Bad error message with missing math import for ^^

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4845 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8635] Allow postfix expressions for new

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8635 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||aziz.koek...@gmail.com

[Issue 8826] PostExpression cannot follow NewExpression

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8826 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5091] main runs after unittests

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

[Issue 4813] trait for getting at access modifiers

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4813 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5450] no match for implicit super() call in constructor

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

[Issue 5450] no match for implicit super() call in constructor

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5450 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9280] New: Runtime range violation with named capture groups in regex

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9280 Summary: Runtime range violation with named capture groups in regex Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 5003] regex(replace with delegate) sample doesn't work

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5003 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added AssignedTo|and...@erdani.com

[Issue 6066] std.container: BinaryHeap interface is broken.

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6066 --- Comment #1 from Andrei Alexandrescu and...@erdani.com 2013-01-07 23:31:58 PST --- https://github.com/D-Programming-Language/phobos/pull/1057 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5773] sort() and topN() fail on sliced/resized array of tuples

2013-01-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5773 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED