[Issue 8081] pure nothrow unittest problem in generated 'header' file

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8081 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8475] postblits fails attributes qualifying when in a template.

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8475 --- Comment #2 from github-bugzi...@puremagic.com 2012-09-22 23:39:46 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8150] Throwing nothrow struct constructor?

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 --- Comment #2 from github-bugzi...@puremagic.com 2012-09-22 23:43:35 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8475] postblits fails attributes qualifying when in a template.

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8475 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8309] ICE in typeMerge on 'void main(){auto x = [()=1.0, ()=1]; }'

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8309 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3

[Issue 8709] New: toLower on alias this

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8709 Summary: toLower on alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 8709] toLower on alias this

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8709 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8710] New: std.typecons.Tuple and double declared nested struct crashes dmd

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8710 Summary: std.typecons.Tuple and double declared nested struct crashes dmd Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice

[Issue 8711] New: Missing line number and bad error messages with a wrong functions array initialization

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8711 Summary: Missing line number and bad error messages with a wrong functions array initialization Product: D Version: D2 Platform: x86 OS/Version: Windows Status:

[Issue 8712] New: There is no staticFilter in std.typetuple

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8712 Summary: There is no staticFilter in std.typetuple Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8712] There is no staticFilter in std.typetuple

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8712 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 8713] New: Allow passing arguments to templates in CTFE

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8713 Summary: Allow passing arguments to templates in CTFE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8714] New: Instantiate template within CTFE with same CTFE returned value

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8714 Summary: Instantiate template within CTFE with same CTFE returned value Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 8712] There is no staticFilter in std.typetuple

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8712 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8608] ICE(interpret.c): CTFE using runtime variable as ref parameter

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8608 --- Comment #7 from github-bugzi...@puremagic.com 2012-09-23 15:41:48 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8715] New: zipWith

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8715 Summary: zipWith Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos AssignedTo:

[Issue 8715] zipWith

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8715 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #1

[Issue 8715] zipWith

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8715 --- Comment #2 from bearophile_h...@eml.cc 2012-09-23 17:48:57 PDT --- A simpler alternative idea is to just extend zip() to optionally accept a function/constructor (it's also good for map() to accept a struct name): import std.range; void

[Issue 8715] zipWith

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8715 --- Comment #3 from timon.g...@gmx.ch 2012-09-23 18:04:46 PDT --- (In reply to comment #2) A simpler alternative idea is to just extend zip() to optionally accept a function/constructor (it's also good for map() to accept a struct name):

[Issue 8608] ICE(interpret.c): CTFE using runtime variable as ref parameter

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8608 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8510] No line number in error message for conflicting aliases

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8510 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8484] [CTFE] Assertion failure: 'thisval thisval-op == TOKclassreference' on line 4896 in file 'interpret.c'.

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8484 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 8559] void and function type prints redundant error message with init property

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8559 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8673] enum z = [0][(()=$-1)()]; crashes the compiler

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8673 --- Comment #1 from github-bugzi...@puremagic.com 2012-09-23 20:57:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8673] enum z = [0][(()=$-1)()]; crashes the compiler

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8673 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8716] New: `package` restricts members usage in same module if there is no package name

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8716 Summary: `package` restricts members usage in same module if there is no package name Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 3252] undefined reference to package function called from an interface

2012-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3252 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|