[Issue 4964] New: casting to undefined types crash dmd

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4964 Summary: casting to undefined types crash dmd Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4965] New: Lacking int, uint etc. versions of most std.math functions

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4965 Summary: Lacking int, uint etc. versions of most std.math functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 4965] Lacking int, uint etc. versions of most std.math functions

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4965 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Severity|normal

[Issue 4960] dmd 2.049 rejects code containing templates with a uint as template parameter

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4960 --- Comment #3 from captainsi...@web.de 2010-10-01 02:00:22 PDT --- I agree, your issue sounds similar, but in contrast to your code where there might be a slight difference between the types because the template takes an uint and you

[Issue 4965] Lacking int, uint etc. versions of most std.math functions

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

[Issue 4966] New: Loops and closures break immutable

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4966 Summary: Loops and closures break immutable Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Keywords: wrong-code Severity: critical

[Issue 4965] Lacking int, uint etc. versions of most std.math functions

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4965 --- Comment #2 from Peter Alexander peter.alexander...@gmail.com 2010-10-01 05:17:33 PDT --- (In reply to comment #1) Essentially, they are hack for the fact that integer literals don't implicitly convert to double. Aside from labelling it

[Issue 4965] Lacking int, uint etc. versions of most std.math functions

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4965 --- Comment #3 from Don clugd...@yahoo.com.au 2010-10-01 05:44:29 PDT --- (In reply to comment #2) (In reply to comment #1) Essentially, they are hack for the fact that integer literals don't implicitly convert to double. Aside from

[Issue 4967] New: { } struct literals not documented, and not working

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4967 Summary: { } struct literals not documented, and not working Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2

[Issue 4967] { } struct literals not documented, and not working

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4967 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com

[Issue 4967] { } struct literals not documented, and not working

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4967 --- Comment #2 from Austin Hastings ah0801...@yahoo.com 2010-10-01 07:31:35 PDT --- If they're deprecated in D2 but present in D1, why is this now a D1 ticket? The problem (for me) is with D2. If they're deprecated, etc., then all the more

[Issue 4967] { } struct literals not documented, and not working

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

[Issue 4965] Lacking int, uint etc. versions of most std.math functions

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4965 --- Comment #4 from Peter Alexander peter.alexander...@gmail.com 2010-10-01 09:30:26 PDT --- (In reply to comment #3) Have you seen the code in std.math? It is a really foul hack. If you have a function with 3 arguments, you need to write

[Issue 4623] Non-integer type allowed as static array size

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4623 --- Comment #5 from Iain Buclaw ibuc...@ubuntu.com 2010-10-01 11:18:20 PDT --- I haven't ran dstress using the DMD compiler. I think I stumbled upon the case somewhere from an archived message on the ML that probably got forgotten about. I

[Issue 4968] New: inout is sticky to function return type

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4968 Summary: inout is sticky to function return type Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 620] Can't use property syntax with a template function

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

[Issue 4407] Catch wrong argument-attribute assignments in methods

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4407 --- Comment #3 from bearophile_h...@eml.cc 2010-10-01 16:57:39 PDT --- Another similar class of bugs, suggested by JimBob: class Foo { int m_x; this(int x) { int m_x = x; } } -- Configure issuemail:

Re: [Issue 4623] Non-integer type allowed as static array size

2010-10-01 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=4623 --- Comment #5 from Iain Buclaw ibuc...@ubuntu.com 2010-10-01 11:18:20 PDT --- I haven't ran dstress using the DMD compiler. I think I stumbled upon the case somewhere from an archived message on the ML that

[Issue 4969] New: nothrow check can't handle multiple catches

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4969 Summary: nothrow check can't handle multiple catches Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4970] New: Failed template instantiations need to propogate

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4970 Summary: Failed template instantiations need to propogate Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement

Documentation bug.

2010-10-01 Thread anonymous
I downloaded DMD 2.049, which is the latest version available. I tried to write a program using std.thread (incorrectly documented to exist at http://www.digitalmars.com/d/2.0/phobos/std_thread.html), only to find that module thread is in file 'std\thread.d' which cannot be read. Further

[Issue 4971] New: to!() fails with static arrays

2010-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4971 Summary: to!() fails with static arrays Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2