[Issue 6014] New: rt_finalize Segmentation fault , dmd 2.053 on linux freebsd

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 Summary: rt_finalize Segmentation fault , dmd 2.053 on linux freebsd Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 6015] New: [CTFE] Strange behavior of assignment appears in a situation

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6015 Summary: [CTFE] Strange behavior of assignment appears in a situation Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity:

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux freebsd

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #1 from changlon chang...@gmail.com 2011-05-16 02:21:42 PDT --- I notice that if throw exception in dtor will cause some problem , but in this case is no exception, and also no dtor exists . the package I post here dtor is still

[Issue 6016] New: Struct named Object with class in one module

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6016 Summary: Struct named Object with class in one module Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: trivial Priority: P2

[Issue 6017] New: std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 Summary: std.algorithm.remove has a wrong link Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 5995] string append negative integer causes segfault

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #4 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-16 10:39:26 PDT --- Ddoc always generates a link to the first identifier with a given name. How it does that, I don't know. But it makes no attempt to make the links represent

[Issue 6018] New: Multiple includes of std.parallelism causes DMD to segfault.

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6018 Summary: Multiple includes of std.parallelism causes DMD to segfault. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com 2011-05-16 10:40:49 PDT --- My suggestion was to simply give one of them the anchor name remove_2, or something like that. -- Configure issuemail:

[Issue 5995] string append negative integer causes segfault

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #6 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-16 10:52:51 PDT --- They do need unique anchor names, but those anchor names should probably include the hiercharchy in some manner rather than simply having numbers tagged onto

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #7 from Vladimir Panteleev thecybersha...@gmail.com 2011-05-16 10:56:42 PDT --- Yeah, I never said that this is a GOOD solution, but it's a quick and dirty one, and it'll allow linking to stuff in StackOverflow answers until

[Issue 5995] string append negative integer causes segfault

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #5

[Issue 5995] string append negative integer causes segfault

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 --- Comment #6 from timon.g...@gmx.ch 2011-05-16 11:07:36 PDT --- (In reply to comment #4) Implicitly converting to the same-size _unsigned_ integral type might be fine, but converting to a signed type would be a narrowing conversion. I'd

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #9 from Vladimir Panteleev thecybersha...@gmail.com 2011-05-16 11:17:40 PDT --- __ makes some sense since it's unlikely to ever be the case that you'll end up with underscores at the beginning and/or end of identifiers such that

[Issue 6017] std.algorithm.remove has a wrong link

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6017 --- Comment #10 from Jonathan M Davis jmdavisp...@gmx.com 2011-05-16 11:24:05 PDT --- Ah. I didn't know that. I wrongly assumed that it wouldn't. That solves the problem quite nicely then. The obvious solution is then to represent the hiearchy

[Issue 4957] std.concurrency does not allow to pass Tid in struct fields

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4957 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5995] string append negative integer causes segfault

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5995 --- Comment #8 from Steven Schveighoffer schvei...@yahoo.com 2011-05-16 11:26:52 PDT --- (In reply to comment #6) void main(){ uint i=-1; //fine dchar c=-1; //compile time error } Just tried this and it indeed produces an error:

[Issue 6019] New: Implicit linking with D DLLs doesn't work

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6019 Summary: Implicit linking with D DLLs doesn't work Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6018] Multiple includes of std.parallelism causes DMD to segfault.

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

[Issue 4760] core.atomic.atomicLoad() should be public

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4760 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6020] New: Dead link: http://d-programming-language.org/32-64-portability.html

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6020 Summary: Dead link: http://d-programming-language.org/32-64-portability.ht ml Product: D Version: D2 Platform: Other OS/Version: Windows

[Issue 6019] Implicit linking with D DLLs using import switch doesn't work

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6019 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-05-16 18:41:33 PDT --- Also the guide which shows how to write and use D DLLs using a similar technique and .def files exhibits the same problem (and it also imports the

[Issue 6019] Implicit linking with D DLLs using import switch doesn't work

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6019 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-05-16 18:47:19 PDT --- (In reply to comment #0) One more thing: Apparently in v2.053 linking with core.dll_helper doesn't work anymore: import core.dll_helper; void

[Issue 6014] rt_finalize Segmentation fault , dmd 2.053 on linux freebsd

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6014 --- Comment #2 from changlon chang...@gmail.com 2011-05-16 18:48:44 PDT --- The same code work fine in Win32, the runtime rt_finalize error is since dmd 2.052. The Win32 dmd 2.052 has same problem , but fiexd in dmd 2.053 . -- Configure

[Issue 6021] New: std.parallelism missing from dpl.org

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6021 Summary: std.parallelism missing from dpl.org Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6023] New: std.random.uniform and std.bigint.BigInt compilation error

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 Summary: std.random.uniform and std.bigint.BigInt compilation error Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal

[Issue 6003] BigInt length and conversion properties problems

2011-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6003 Paul D. Anderson paul.d.ander...@comcast.net changed: What|Removed |Added Status|NEW |RESOLVED