[Issue 4398] dmd always uses Windows name mangling for _d_throw

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

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #15 from nfx...@gmail.com 2010-10-10 05:48:52 PDT --- (In reply to comment #14) patch I mean bug. Uf dmd had a healthy development model, this should have been fixed 5 minutes after the bug was reported. -- Configure issuemail:

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #16 from Marenz dmdtrac...@supradigital.org 2010-10-10 06:20:39 PDT --- (In reply to comment #5) To avoid code duplication in case extern(System) won't help you here you can use string mixins. P.S. Is it the only issue that

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #17 from Jacob Carlborg d...@me.com 2010-10-10 06:29:39 PDT --- I don't think that the attached patches are correct. As far as I can see looking at the makefiles, deh.c is used on windows and deh2.d is used on posix. So _d_throw in

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #18 from Jacob Carlborg d...@me.com 2010-10-10 06:30:33 PDT --- (In reply to comment #17) I don't think that the attached patches are correct. As far as I can see looking at the makefiles, deh.c is used on windows and deh2.d is

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #19 from Marenz dmdtrac...@supradigital.org 2010-10-10 06:35:05 PDT --- (In reply to comment #18) (In reply to comment #17) I don't think that the attached patches are correct. As far as I can see looking at the makefiles,

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #20 from Jacob Carlborg d...@me.com 2010-10-10 06:42:16 PDT --- (In reply to comment #19) (In reply to comment #18) (In reply to comment #17) I don't think that the attached patches are correct. As far as I can see looking

[Issue 3092] Indexing a tuple produces a tuple containing the indexed element

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #5 from Manuel K�nig manuel...@gmx.net 2010-10-10 06:55:54 PDT --- Some updates: template TupleBug(values...) { pragma(msg, values: , values); } alias TupleBug!(int, int) _0; // prints 'values: (int, int)' alias TupleBug!(int,

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 Johannes Pfau johannesp...@gmail.com changed: What|Removed |Added Attachment #685 is|0 |1

[Issue 4398] dmd always uses Windows name mangling for _d_throw

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4398 --- Comment #22 from Johannes Pfau johannesp...@gmail.com 2010-10-10 08:54:35 PDT --- True, deh.c should stay as it is. My understanding of C and druntime wasn't that great at the time I wrote the patch. I'll attach an updated patch, but

[Issue 5033] Add explicit 'frame context' and 'this' type modifiers for callback functions

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5033 Austin Hastings ah0801...@yahoo.com changed: What|Removed |Added Severity|normal |enhancement --

[Issue 5034] New: Ranged (or bounded) array initializer

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5034 Summary: Ranged (or bounded) array initializer Product: D Version: D2 Platform: Other OS/Version: Other Status: NEW Keywords: spec Severity: enhancement

[Issue 5034] Ranged (or bounded) array initializer

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5034 --- Comment #1 from Shin Fujishiro rsi...@gmail.com 2010-10-10 13:47:50 PDT --- A syntax for filling the rest would also help. I don't come up with any good syntax though. Maybe something like follows: int[char.max+1] table = [ 'a':

[Issue 5035] New: Schrödinger's Stride

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5035 Summary: Schrödinger's Stride Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 5036] New: Remove caching from ranges

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5036 Summary: Remove caching from ranges Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 5036] Remove caching from ranges

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5036 Tomasz Sowiński tomeks...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5037] New: std.variant.Algebraic test use case

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5037 Summary: std.variant.Algebraic test use case Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5035] Schrödinger's Stride

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5035 --- Comment #1 from Tomasz Sowiński tomeks...@gmail.com 2010-10-10 15:04:46 PDT --- Please also see to that this passes: auto m = [1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4]; // 3 rows, 4 columns auto col = stride(m[1..$], 4); assert(equal(col, [2,

[Issue 5038] Change class 'invariant' syntax to emulate 'unittest'

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5038 Austin Hastings ah0801...@yahoo.com changed: What|Removed |Added Severity|normal |enhancement --

[Issue 5038] Change class 'invariant' syntax to emulate 'unittest'

2010-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5038 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---