[Issue 4639] New: Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 Summary: Built-in primitive types cannot be used as template alias parameters Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severit

[Issue 2931] Initialization struct with array from another struct

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2931 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3604] extern(C) callable function with array parameters broken

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3604 Lars T. Kyllingstad changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 3917] opEquals for Ojbect could be more efficient

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3917 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4406] Typo (bug) in std.concurrency

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4406 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2901] link error v2.029 (linux): undefined reference to `CLOCKS_PER_SEC'

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2901 Lars T. Kyllingstad changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 2901] link error v2.029 (linux): undefined reference to `CLOCKS_PER_SEC'

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2901 --- Comment #2 from Lars T. Kyllingstad 2010-08-13 02:08:20 PDT --- My bad, there is of course a CLOCKS_PER_SEC in druntime. Still, without a test case, it's hard to do anything about this. -- Configure issuemail: http://d.puremagic.com/iss

[Issue 4465] ICE: immutable type inference with ^^2

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4465 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|ICE: ass

[Issue 4640] New: nothrow before nested function signature doesn't compile

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4640 Summary: nothrow before nested function signature doesn't compile Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Keywords: rejects-v

[Issue 3312] std.string.count should use const(char)[], not immutable.

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3312 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comme

[Issue 4165] std.conv.to!int doesn't ignore whitespace

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4165 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net

[Issue 3946] schwartzSort - SwapStrategy always unstable

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3946 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net As

[Issue 3215] class method return ref but without any typename get compiled

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3215 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1960] Thread Class Causes SEGV If Not Started

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1960 Lars T. Kyllingstad changed: What|Removed |Added Keywords|ice-on-valid-code | CC|

[Issue 3348] Documentation for many std.process functions has disappeared

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3348 Lars T. Kyllingstad changed: What|Removed |Added AssignedTo|and...@metalanguage.com |bugzi...@kyllingen.net --- Comme

[Issue 4619] Can't link with std.intrinsic function(s)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4619 --- Comment #4 from Rod�ric Vicaire 2010-08-13 04:35:20 PDT --- Ok I did create a fresh project and it does work too, I still get that problem in the old one, I'm not sure whether it's worth investigating... Can anyone tell me ? -- Configure

[Issue 4619] Can't link with std.intrinsic function(s)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4619 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 --- Comment #2 from Deokjae Lee 2010-08-13 08:47:32 PDT --- (In reply to comment #1) > This is not a bug. From the spec: > "Alias parameters enable templates to be parameterized with any type of D > symbol, including global names, local names,

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 --- Comment #3 from Don 2010-08-13 12:02:20 PDT --- (In reply to comment #2) > (In reply to comment #1) > > This is not a bug. From the spec: > > "Alias parameters enable templates to be parameterized with any type of D > > symbol, including gl

[Issue 4465] ICE(symbol.c): immutable type inference with ^^2

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4465 Don changed: What|Removed |Added Keywords||patch --- Comment #3 from Don 2010-08-13 12:15:

[Issue 4641] New: Associative arrays of structs with alias this broken.

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4641 Summary: Associative arrays of structs with alias this broken. Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 2234] __traits(allMembers) returns incorrect results for mixin and template alias members of an aggregate

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2234 Justin Whear changed: What|Removed |Added CC||mrjn...@hotmail.com Version|2

[Issue 4642] New: DMD should have a command-line option to ignore pragma(lib, ...)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4642 Summary: DMD should have a command-line option to ignore pragma(lib, ...) Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 4642] DMD should have a command-line option to ignore pragma(lib, ...)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4642 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4642] DMD should have a command-line option to ignore pragma(lib, ...)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4642 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4329] Do not show error messages that refer to __error

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #11 from Leandro Lucarella 2010-08-13 20:07:43 PDT --- Another testcase: --- pragma (lib, l); void main() {} --- p.d(1): Error: undefined identifier l p.d(1): Error: pragma lib string expected for library name, not '__error' --

[Issue 4642] DMD should have a command-line option to ignore pragma(lib, ...)

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4642 Leandro Lucarella changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 --- Comment #4 from Deokjae Lee 2010-08-13 21:06:48 PDT --- Still I could not get the reason. So, I posted a message to the mailing list to discuss this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- Y

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 nfx...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 Don changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 942] a delegate defaults to 8 byte alignment when 4 byte is sufficient

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=942 Don changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 1413] not every body is guarded by if statement in DMDFE

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1413 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4554] Cyclic constructor calls cause stack overflow

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4554 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4639 --- Comment #7 from nfx...@gmail.com 2010-08-13 22:55:26 PDT --- (In reply to comment #6) > NO. I requested Walter to make this change, and he rejected this before. It is > definitely NOT a bug. A built-in type is not a D symbol. That's serious

[Issue 942] a delegate defaults to 8 byte alignment when 4 byte is sufficient

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=942 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #4 from

[Issue 942] a delegate defaults to 8 byte alignment when 4 byte is sufficient

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=942 --- Comment #5 from Mark Guidarelli 2010-08-13 23:52:24 PDT --- I have long ago abandoned using D. The fact that it took 3+ years to close this bug (incorrectly I might add) validates I made the correct choice. D is nothing more than a play-t