[Issue 5281] Equality among arrays of Bigints

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5281 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch, wrong-code

[Issue 5286] To avoid a problem with Template syntax

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

[Issue 5264] x86_64 changes for druntime 2

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5264 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Attachment #830 is|0 |1

[Issue 5281] Equality among arrays of Bigints

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5281 --- Comment #3 from bearophile_h...@eml.cc 2010-12-02 04:45:44 PST --- (In reply to comment #2) The problem is, that applying it causes Phobos to break, because it has been relying on this bug. If this this true then this bug gains higher

[Issue 5309] New: Add language support for external D symbols refs

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5309 Summary: Add language support for external D symbols refs Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 4172] Improve varargs

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4172 --- Comment #15 from Fawzi Mohamed fa...@gmx.ch 2010-12-02 05:51:36 PST --- To keep backward compatibility and a working D1 compiler at least for D1, if marshalling is too difficult with the current compiler I would evaluate the effort of

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 --- Comment #2 from Harry Vennik htven...@zonnet.nl 2010-12-02 07:52:48 PST --- Created an attachment (id=836) Failing code -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 --- Comment #3 from Harry Vennik htven...@zonnet.nl 2010-12-02 07:55:26 PST --- (From update of attachment 836) Compiling this results in the following error message: iasm_test.d(15): Error: this for i needs to be type S not type iasm_test.A

[Issue 5308] std.conv should also use a to function to convert to other class types

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5308 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added Component|websites|Phobos

[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541 --- Comment #7 from nfx...@gmail.com 2010-12-02 09:28:19 PST --- I'm updating this patch to new dmd versions all the time, just mail me if you're actually interested in it lol. -- Configure issuemail:

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 --- Comment #3 from nfx...@gmail.com 2010-12-02 09:43:39 PST --- As of dmd 1.065, the behaviour seems to be slightly different. Anyway, it still doesn't work. dmd keeps overwriting its own object files if there are modules with same name from

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 --- Comment #4 from nfx...@gmail.com 2010-12-02 10:16:51 PST --- (In reply to comment #3) dmd keeps overwriting its own object files if there are modules with same name from different packages. Scratch that, up on closer inspection, the

[Issue 5310] New: Variant == const(Variant) doesn't compile

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5310 Summary: Variant == const(Variant) doesn't compile Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5051] dmd flag for partial compilation (similar to just running preprocessor in C/C++)

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5051 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 4501] Can't call templated properties as properties from within class

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4501 Stanislav Blinov stanislav.bli...@gmail.com changed: What|Removed |Added CC|