[Issue 5596] Regression(2.052): Different template alias parameters to the same literal result in different template instances

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5596 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||k.hara...@gmail.com

[Issue 6353] New: No stacktraces on x86_64

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6353 Summary: No stacktraces on x86_64 Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component:

[Issue 6354] New: Optimizer bug on x86_64: Bitshift optimized out when foreach and scope(failure) are used

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6354 Summary: Optimizer bug on x86_64: Bitshift optimized out when foreach and scope(failure) are used Product: D Version: unspecified Platform: x86_64 OS/Version: Linux

[Issue 6347] Switch to posix.mak is not listed in changelog, and linux.mak is still in zip

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6347 --- Comment #2 from Alexander d...@metis.utfs.org 2011-07-20 02:03:53 PDT --- okay, with posix.mak it works. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6355] New: Template constructor cannot initialize non-mutable field

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6355 Summary: Template constructor cannot initialize non-mutable field Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 6355] Template constructor cannot initialize non-mutable field

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6355 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 6310] Missing template instantiation traceback when an error happens in the template parameter of an alias.

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6310 --- Comment #3 from kenn...@gmail.com 2011-07-20 03:22:10 PDT --- One more test case. --- void f()() {} @safe int g(alias key)() { typeof(key(0)) k; // line 3. f(); return 0; } void main() {

[Issue 6356] New: Pure/nothrow/@safe-inference failed for a template function if it is instantiated without evaluating at the global scope

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6356 Summary: Pure/nothrow/@safe-inference failed for a template function if it is instantiated without evaluating at the global scope Product: D Version: D2 Platform:

[Issue 4625] in operator for AAs in SafeD code

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4625 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6357] New: Almost all AA methods are not pure/nothrow/@safe

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6357 Summary: Almost all AA methods are not pure/nothrow/@safe Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Keywords: rejects-valid Severity:

[Issue 6356] Pure/nothrow/@safe-inference failed for a template function if it is instantiated without evaluating at the global scope

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6356 kenn...@gmail.com changed: What|Removed |Added Platform|Other |All OS/Version|Mac OS X

[Issue 6358] New: ICE when using an member template (not a template instance) in an expression.

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6358 Summary: ICE when using an member template (not a template instance) in an expression. Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 6359] New: Pure/@safe-inference should not be affected by __traits(compiles)

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6359 Summary: Pure/@safe-inference should not be affected by __traits(compiles) Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 1471] Linker error on template function. Error 42: Symbol Undefined ...

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1471 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1471] Linker error on template function. Error 42: Symbol Undefined ...

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1471 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2011-07-20 15:48:06 PDT --- https://github.com/D-Programming-Language/dmd/commit/be6a395ae8b36f2b62788ed00dddc502902c4c5f

[Issue 6281] [CTFE] A null pointer '!is null' returns 'true'.

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

[Issue 6024] Windows 2000 SP4 is not supported any more? And what is still supported?

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6024 twk twkr...@gmail.com changed: What|Removed |Added CC||twkr...@gmail.com --- Comment

[Issue 6135] Thread/GC interaction bug on OS X

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 klickverbot c...@klickverbot.at changed: What|Removed |Added Status|ASSIGNED|RESOLVED