[Issue 6390] [CTFE] Struct constructor fails to call another method

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

[Issue 6337] [CTFE] ICE when touching member variable of struct during CTFE

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

[Issue 6345] A different kind of vector operation

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

[Issue 5667] [GSoC] clear does not call destructors on structs embedded in structs

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5667 --- Comment #9 from Cristi Cobzarenco cristi.cobzare...@gmail.com 2011-07-28 04:07:39 PDT --- Created a pull request with the fix and a unittest. https://github.com/D-Programming-Language/druntime/pull/45 -- Configure issuemail:

[Issue 6345] A different kind of vector operation

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6345 --- Comment #4 from bearophile_h...@eml.cc 2011-07-28 05:15:59 PDT --- (In reply to comment #3) All these operations require the use of strided slices, which would be a huge amount of work to implement. Also, there are a plethora of corner

[Issue 5728] rol in core.bitop

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5728 --- Comment #1 from bearophile_h...@eml.cc 2011-07-28 05:35:18 PDT --- Now DMD too is able to figure by itself when a rol is needed, but I think I'd like the instrinsic still:

[Issue 4333] Cannot use tuple of local symbols in constraint nor static if

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4333 --- Comment #4 from yebblies yebbl...@gmail.com 2011-07-28 23:51:23 EST --- (In reply to comment #3) No, it still doesn't work. I tried making a template and passing it a tuple of mixed literals and local variable names and the same error

[Issue 4333] Cannot use tuple of local symbols in constraint nor static if

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4333 --- Comment #5 from Gor Gyolchanyan g...@boloneum.com 2011-07-28 07:09:35 PDT --- Created an attachment (id=1014) A struct, using which causes some problems. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 4333] Cannot use tuple of local symbols in constraint nor static if

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4333 --- Comment #6 from Gor Gyolchanyan g...@boloneum.com 2011-07-28 07:10:37 PDT --- (In reply to comment #4) (In reply to comment #3) No, it still doesn't work. I tried making a template and passing it a tuple of mixed literals and local

[Issue 6392] New: function pointers should be convertible to delegates

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6392 Summary: function pointers should be convertible to delegates Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: enhancement

[Issue 6392] function pointers should be convertible to delegates

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6392 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4476] __traits for more kinds of names

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4476 Gor Gyolchanyan g...@boloneum.com changed: What|Removed |Added CC||g...@boloneum.com

[Issue 6393] allow undefined aliases as template parameters and alias tuples

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6393 --- Comment #1 from Gor Gyolchanyan g...@boloneum.com 2011-07-28 08:38:52 PDT --- Also i would suggest to disallow passing arbitrary aliases into variadic templates like: template foo(Item...) { } and allow only type names, because the

[Issue 6393] New: allow undefined aliases as template parameters and alias tuples

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6393 Summary: allow undefined aliases as template parameters and alias tuples Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 6394] New: template type constraints embedded in the function parameters.

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6394 Summary: template type constraints embedded in the function parameters. Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 6394] template type constraints embedded in the function parameters.

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6394 --- Comment #1 from Gor Gyolchanyan g...@boloneum.com 2011-07-28 08:49:18 PDT --- Given the code: --- template SomeStruct(Type) { static if(is(Type == struct) || is(Type == class) || is(Type == interface)) enum

[Issue 6373] More descriptive 'hidden by X is deprecated' error

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6373 klickverbot c...@klickverbot.at changed: What|Removed |Added Keywords||patch

[Issue 6395] New: Multiple-at-a-time bug breaking e.g. DustMite

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6395 Summary: Multiple-at-a-time bug breaking e.g. DustMite Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Keywords: ice-on-valid-code

[Issue 6395] Multiple-at-a-time bug breaking e.g. DustMite

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6395 --- Comment #1 from kenn...@gmail.com 2011-07-28 11:27:13 PDT --- Bug 5754? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6395] Multiple-at-a-time bug breaking e.g. DustMite

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6395 --- Comment #2 from klickverbot c...@klickverbot.at 2011-07-28 11:29:40 PDT --- Probably related, yes, but I don't know if it is really the same bug, as it depends on multiple modules, etc. -- Configure issuemail:

[Issue 6396] New: enums + struct initializers == wrong code

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6396 Summary: enums + struct initializers == wrong code Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: major

[Issue 6397] New: D1: Empty const string causes bad obj

2011-07-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6397 Summary: D1: Empty const string causes bad obj Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2