[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7044 --- Comment #25 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-05-30 01:05:00 PDT --- (In reply to comment #24) (In reply to comment #23) Then when compiling with -debug I get 2 different libraries linked. If I leave

[Issue 10203] std.string.toUpperInPlace is... not in place

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10203 --- Comment #2 from monarchdo...@gmail.com 2013-05-30 02:13:50 PDT --- (In reply to comment #1) Fixed here https://github.com/D-Programming-Language/phobos/pull/1322 Turns out, upon investigation, that my fix is incorrect. What is more

[Issue 10203] std.string.toUpperInPlace is... not in place

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10203 monarchdo...@gmail.com changed: What|Removed |Added See Also||http://d.puremagic.com/issu

[Issue 9629] toUpperInPlace doesn't work properly with unicode characters

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9629 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com

[Issue 10208] Module-level const/immutable variables with initialization value don't support UDAs

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10208 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 10212] New: Segfault using wrong delegate literal syntax, wrong error message

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10212 Summary: Segfault using wrong delegate literal syntax, wrong error message Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10212] Segfault using wrong delegate literal syntax, wrong error message

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10212 --- Comment #1 from Henning Pohl henn...@still-hidden.de 2013-05-30 02:40:26 PDT --- I know it's a bad time to come up with a regression :S -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 10212] Segfault using wrong delegate literal syntax, wrong error message

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10212 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 10177] irrelevant compiler error messages: should stop semantic3 passes after 1st error is encountered

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10177 --- Comment #1 from thelastmamm...@gmail.com 2013-05-30 03:08:29 PDT --- ok i managed to reduce with a bit of manual and a bit of dustmite: - main.d: import functional; import test; functional.d: void fun3(){ import

[Issue 10212] Segfault in mismatching delegate literal types

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10212 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Summary|Segfault using wrong|Segfault in

[Issue 10212] Segfault in mismatching delegate literal types

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

[Issue 10184] Port Tango's concurrent garbage collector (CDGC) to D2's druntime

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10184 Leandro Lucarella leandro.lucare...@sociomantic.com changed: What|Removed |Added URL|

[Issue 10213] New: Odd __acrtused error with WinMain

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10213 Summary: Odd __acrtused error with WinMain Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Keywords: link-failure Severity: normal

[Issue 10184] Port Tango's concurrent garbage collector (CDGC) to D2's druntime

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

[Issue 7251] GC not working

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7251 Leandro Lucarella leandro.lucare...@sociomantic.com changed: What|Removed |Added CC|

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 Leandro Lucarella leandro.lucare...@sociomantic.com changed: What|Removed |Added CC|

[Issue 9044] dmd sometimes produces object files with multiple definitions

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 Martin Nowak c...@dawg.eu changed: What|Removed |Added Severity|normal |major -- Configure

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||verylonglogin@gmail.com

[Issue 199] Label causes scope to collapse into parent

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=199 --- Comment #27 from Nick Treleaven ntrel-pub...@yahoo.co.uk 2013-05-30 08:41:41 PDT --- (In reply to comment #16) (In reply to comment #15) Walter Bright, comment #6: I don't want to change this because it could break existing code

[Issue 10214] New: Incorrect element-wise assignment is better warning

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10214 Summary: Incorrect element-wise assignment is better warning Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 199] Label causes scope to collapse into parent

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=199 --- Comment #28 from monarchdo...@gmail.com 2013-05-30 09:21:14 PDT --- (In reply to comment #27) (In reply to comment #16) (In reply to comment #15) Walter Bright, comment #6: I don't want to change this because it could break

[Issue 199] Label causes scope to collapse into parent

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=199 --- Comment #29 from Nick Treleaven ntrel-pub...@yahoo.co.uk 2013-05-30 09:29:04 PDT --- (In reply to comment #28) (In reply to comment #27) It's a trade off between either breaking working code or annoying users with deprecation messages

[Issue 199] Label causes scope to collapse into parent

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=199 --- Comment #30 from monarchdo...@gmail.com 2013-05-30 09:42:02 PDT --- (In reply to comment #29) (In reply to comment #28) (In reply to comment #27) It's a trade off between either breaking working code or annoying users with

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 --- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2013-05-30 22:13:21 MSD --- Change the title please as if Issue 9044 is dup of this, there is no need to generate multiple object files and the issue can be triggered in dmd

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-05-30 11:54:37 PDT --- (In reply to comment #3) Change the title please as if Issue 9044 is dup of this, there is no need to generate multiple object files It's multiobj not multiple objects

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de 2013-05-30 12:14:03 PDT --- Generating a UUID instead of the simple static counter in obj_write_deferred seems to fix the problem. -- Configure issuemail:

[Issue 10215] New: const causes false float calculation

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10215 Summary: const causes false float calculation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component:

[Issue 3597] Need single source for parser and documentation grammar.

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3597 brian-sch...@cox.net changed: What|Removed |Added CC||brian-sch...@cox.net ---

[Issue 10214] Incorrect element-wise assignment is better warning

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

[Issue 10215] const causes false float calculation

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

[Issue 10215] const causes false float calculation

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10215 --- Comment #2 from rswhi...@googlemail.com 2013-05-30 14:25:36 PDT --- No compiler options and on Linux / Windows with dmd 2.063. Works also on Dpaste: http://dpaste.1azy.net/e6e3bb7b and http://dpaste.1azy.net/e1975814 -- Configure

[Issue 10202] core.time durations fail property enforcement

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

[Issue 10215] const causes false float calculation

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10215 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-30 14:28:04 PDT --- (In reply to comment #2) No compiler options and on Linux / Windows with dmd 2.063. Works also on Dpaste: http://dpaste.1azy.net/e6e3bb7b and

[Issue 10215] const causes false float calculation

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10215 --- Comment #4 from rswhi...@googlemail.com 2013-05-30 14:32:50 PDT --- Maybe we should offer a patch for this bug? It's a bit annoying. ;) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 10202] core.time durations fail property enforcement

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10202 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-30 14:35:15 PDT --- (In reply to comment #1) I guess we could make it a property, but didn't we come to a conclusion that the -property switch will be removed soon? I'm

[Issue 10143] Make -property do nothing in preparation for removal

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

[Issue 10215] Regression (2.063 release): const causes wrong float calculation

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10215 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|const causes false float|Regression

[Issue 199] Label causes scope to collapse into parent

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=199 --- Comment #31 from Stewart Gordon s...@iname.com 2013-05-30 16:13:24 PDT --- (In reply to comment #29) I didn't advocate banning it. I advocate permanent deprecation, because the semantics are bug prone, and we should (arguably) never

[Issue 10216] New: Bad warning in std.process.kill

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10216 Summary: Bad warning in std.process.kill Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 10214] Incorrect element-wise assignment is better warning

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10214 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||diagnostic, pull ---

[Issue 10214] Incorrect element-wise assignment is better warning

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

[Issue 10214] Incorrect element-wise assignment is better warning

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10214 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10214] Incorrect element-wise assignment is better warning

2013-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10214 --- Comment #4 from github-bugzi...@puremagic.com 2013-05-30 20:54:05 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd