[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 --- Comment #7 from Brad Roberts bra...@puremagic.com 2010-08-31 23:00:44 PDT --- A recursion limiting patch has been added to bug 4753. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 4430] Regression(2.037) erroneous matching on specialized template function

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 --- Comment #3 from Don clugd...@yahoo.com.au 2010-09-01 00:19:06 PDT --- Even further reduced, shows that a class template is not required. --- struct Ghost {} void bug4430(T)(int x) {} void bug4430(T)(Ghost x) {} void spirit4430() {

[Issue 4009] OPTLINK ruins the day yet again

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4009 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4780] New: d-programming-language.org: CSS is completely borked

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4780 Summary: d-programming-language.org: CSS is completely borked Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority:

[Issue 3870] Unexpected OPTLINK Termination at EIP=00403208

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3870 --- Comment #3 from nfx...@gmail.com 2010-09-01 02:13:59 PDT --- I wonder if the fix for bug 4009 fixes this too http://ftp.digitalmars.com/link.8.00.6.zip -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4781] New: Segfault(mtype.c) with forward referenced typeof and .init

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4781 Summary: Segfault(mtype.c) with forward referenced typeof and .init Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Keywords:

[Issue 4781] Segfault(mtype.c) with forward referenced typeof and .init

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4781 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

[Issue 4009] OPTLINK ruins the day yet again

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4009 Tomasz Stachowiak h3r3...@mat.uni.torun.pl changed: What|Removed |Added CC|

[Issue 3382] Implement uniform function call syntax

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3382 Torarin torar...@gmail.com changed: What|Removed |Added CC||torar...@gmail.com ---

[Issue 3382] TDPL Implement uniform function call syntax

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3382 Torarin torar...@gmail.com changed: What|Removed |Added Summary|Implement uniform function |TDPL Implement uniform

[Issue 3870] Unexpected OPTLINK Termination at EIP=00403208

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3870 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4782] New: atomicOp!+= hangs with floating point

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4782 Summary: atomicOp!+= hangs with floating point Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4783] New: atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 Summary: atomicOp!^^ doesn't work b/c it doesn't have access to std.math Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 4783] atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4783] atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 --- Comment #2 from Don clugd...@yahoo.com.au 2010-09-01 07:59:05 PDT --- (In reply to comment #1) That's correct. You need to import std.math if you want to use ^^. Oh sorry. Misunderstood. Yes, ^^ should not be used anywhere in core.* --

[Issue 4783] atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 --- Comment #3 from David Simcha dsim...@yahoo.com 2010-09-01 08:10:51 PDT --- Then if ^^ isn't going to be usable w/o importing std.math anytime soon, I guess we need to get rid of it from core.atomic. -- Configure issuemail:

[Issue 4777] www.d-programming-language.org Language Reference has link to Const and Invariant

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

[Issue 4783] atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 --- Comment #4 from David Simcha dsim...@yahoo.com 2010-09-01 08:38:37 PDT --- ...or, since the whole thing is based on doing the operation and CASing back the result, we could make a version of atomicOp that takes an arbitrary lambda

[Issue 4784] New: [ICE] with count()

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4784 Summary: [ICE] with count() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4785] New: auto return of a function with in contract

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4785 Summary: auto return of a function with in contract Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 4009] OPTLINK ruins the day yet again

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4009 --- Comment #9 from nfx...@gmail.com 2010-09-01 10:38:34 PDT --- It's like the fixing of bug 424 all over again! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 4783] atomicOp!^^ doesn't work b/c it doesn't have access to std.math

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4783 --- Comment #5 from Don clugd...@yahoo.com.au 2010-09-01 11:03:58 PDT --- (In reply to comment #3) Then if ^^ isn't going to be usable w/o importing std.math anytime soon, I guess we need to get rid of it from core.atomic. Yes. Something so

[Issue 4430] Regression(2.037) erroneous matching on specialized template function

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch, rejects-valid ---

[Issue 4786] New: enum of run-time array length

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4786 Summary: enum of run-time array length Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 4787] New: std.algorithm.bisectRight()

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4787 Summary: std.algorithm.bisectRight() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 4786] enum of run-time array length

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4786 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4786] enum of run-time array length

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4786 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #2

[Issue 4397] const/CTFE does not work

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4397 --- Comment #11 from nfx...@gmail.com 2010-09-01 12:34:43 PDT --- Btw. this is a CTFE problem, and the first example is in D1. I don't know what the hell is with D2 and immutable and implicit dups, but to get the same behavior on D2, replace

[Issue 4761] std.array.mul()

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4761 --- Comment #2 from bearophile_h...@eml.cc 2010-09-01 14:35:02 PDT --- A more general version: import std.traits: isArray, Unqual; /// ... T mul(T)(T items, int times) if(isArray!T) { alias Unqual!(typeof(items[0])) E; // dangerous?

[Issue 3999] Enum equality to an int

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3999 --- Comment #3 from bearophile_h...@eml.cc 2010-09-01 15:13:03 PDT --- This simple example shows a possible way to implement this (currently with dmd 2.048 this program runs firing no asserts): enum V1 = 10; enum { V2 = 20 } enum : int { V2b

[Issue 2378] Win32 OPTLINK crashes when it links some kind of static library into a executeable.

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2378 --- Comment #3 from Walter Bright bugzi...@digitalmars.com 2010-09-01 17:32:23 PDT --- I can't duplicate the optlink crash, but I can the needs FIXLIB problem. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2378] Win32 OPTLINK crashes when it links some kind of static library into a executeable.

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2378 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2010-09-01 17:47:07 PDT --- I'm not sure what the FIXLIB warning is about, but I think it can be safely ignored. -- Configure issuemail:

[Issue 2436] Unexpected OPTLINK termination EIP = 00425303 with /co

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2436 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2010-09-01 18:14:17 PDT --- I can duplicate the problem, and I know where in optlink it is failing, but I don't know why. -- Configure issuemail:

[Issue 2817] optlink crashes because of utf8 string?

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2817 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3372] optlink silently mistreats object files with more than 16384 symbols

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3544] optlink termination 0041338f with recursive nested functions

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 --- Comment #17 from Walter Bright bugzi...@digitalmars.com 2010-09-01 19:01:47 PDT --- I cannot reproduce this problem. Please show exactly what commands are given to dmd and the linker. -- Configure issuemail:

[Issue 4035] Unexpected optlink termination

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4035 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4275] Unexpected optlink termination when 'export' attribute is missing

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4275 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4645] to!string(const char*) in library causes Optlink to issue warning

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4645 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2378] Win32 OPTLINK crashes when it links some kind of static library into a executeable.

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2378 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4645] to!string(const char*) in library causes Optlink to issue warning

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4645 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4788] New: extern (System) not documented

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4788 Summary: extern (System) not documented Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 4788] extern (System) not documented

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4788 --- Comment #1 from AdamB cru...@gmail.com 2010-09-01 21:25:50 PDT --- Correction: My second site search was against www.d-programming-language.org -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4771] fail_compilation/fail274.d hits a halt in iasm.c

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4771 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED