[Issue 5900] std.math.radians(), std.math.degrees()

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5900 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4372] type of enumerator values reduced to base type in debug info

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4372 --- Comment #2 from Aldo Nunez aldonun...@gmail.com 2011-04-28 01:03:55 PDT --- I think I have a simpler fix. If we write a mostly blank LF_ENUM record with only the right name and the forward reference flag (128) in the property field, the

[Issue 4372] type of enumerator values reduced to base type in debug info

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4372 Aldo Nunez aldonun...@gmail.com changed: What|Removed |Added Attachment #674 is|0 |1 obsolete|

[Issue 4372] type of enumerator values reduced to base type in debug info

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4372 Aldo Nunez aldonun...@gmail.com changed: What|Removed |Added Attachment #951 is|0 |1 obsolete|

[Issue 4815] CodeView: Global and Static symbols should have unmangled names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4815 --- Comment #1 from Aldo Nunez aldonun...@gmail.com 2011-04-28 01:14:05 PDT --- Created an attachment (id=953) Set and check prettyIdent. We can fix this by setting and checking symbol::prettyIdent in the right places. -- Configure

[Issue 4817] CodeView: Enum members should have simple names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4817 --- Comment #1 from Aldo Nunez aldonun...@gmail.com 2011-04-28 01:18:42 PDT --- Created an attachment (id=954) Use toChars instead of toPrettyChars. We can fix this by using toChars instead of toPrettyChars when writing LF_ENUMERATE records

[Issue 5900] std.math.radians(), std.math.degrees()

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5900 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #3

[Issue 5590] ICE when using .values on enum which is associative array

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5590 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4460] Regression(2.036) ICE(e2ir.c) when compiling foreach over associative array literal

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4460 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||jmdavisp...@gmx.com ---

[Issue 5059] String assignment in foreach loop breaks immutability

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5059 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 4817] CodeView: Enum members should have simple names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4817 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #4

[Issue 5903] New: Overloading template functions with typeof() parameter type fails.

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5903 Summary: Overloading template functions with typeof() parameter type fails. Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 5904] New: std.json parseString doesn't handle chars outside the BMP

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5904 Summary: std.json parseString doesn't handle chars outside the BMP Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal

[Issue 4424] Copy constructor and templated opAssign cannot coexist

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4424 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2011-04-28 12:53:39 PDT --- Created an attachment (id=955) test cases Patch created: https://github.com/9rnsr/dmd/compare/master...fix4424 Behaviors: - if template opAssign exists, check it

[Issue 4197] __error iso assert failure in struct function in/out statement

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4197 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||ice-on-invalid-code

[Issue 3473] Mac 10.5: doc.c compiling is broken

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3473 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 3235] Function literals must be deduced as function or delegate

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3235 --- Comment #5 from Andrei Alexandrescu and...@metalanguage.com 2011-04-28 13:39:40 PDT --- BTW this is in TDPL now, with Walter's approval. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4460] Regression(2.036) ICE(e2ir.c) when compiling foreach over associative array literal

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4460 --- Comment #8 from Iain Buclaw ibuc...@ubuntu.com 2011-04-28 13:49:27 PDT --- You know I never actually checked to see if this patch worked in DMD... ... it doesn't work DMD. Now why would that be? Seems to because of a similar reason to

[Issue 1840] Fix ambiguity errors over struct static opCall and regular opCall

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1840 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5905] New: Error message with const fixed-size array

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5905 Summary: Error message with const fixed-size array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: minor

[Issue 5906] New: Just pre-conditions at compile-time when arguments are static

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5906 Summary: Just pre-conditions at compile-time when arguments are static Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 5907] New: CTFE: Ref assignments are noop at compile time

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5907 Summary: CTFE: Ref assignments are noop at compile time Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: major Priority:

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2011-04-28 17:07:25 PDT --- Um, have to be careful about two unittests on the same line! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5907] CTFE: Ref assignments are noop at compile time

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5907 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-04-28 17:07:42 PDT --- Oh btw sorry about using float[2] instead of int[2] there. I was quickly converting some existing code. The bug is still there if ctfe_ok and ctfe_fail

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 --- Comment #1 from bearophile_h...@eml.cc 2011-04-28 18:55:10 PDT --- Some code I have written for arrays of floats: float dot(float[] a, float[] b) { enum size_t UNROLL_MASK = 0b111; assert(a.length == b.length, dot(): the two array

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 --- Comment #2 from Andrei Alexandrescu and...@metalanguage.com 2011-04-28 20:10:55 PDT --- Nice work. Got some benchmarks? Also, I wonder what version flag I should use to guard the assembler implementation. Don? -- Configure issuemail:

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---