[Issue 7697] New: Default argument in template method throws AssertError

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7697 Summary: Default argument in template method throws AssertError Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7698] New: can't specialize parameterized template value

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7698 Summary: can't specialize parameterized template value Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7699] New: Cannot get frame pointer to function when compiling with -inline

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7699 Summary: Cannot get frame pointer to function when compiling with -inline Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7633] Missing CTFE error message

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7633 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7681] Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7681 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 7700] New: wrong semantic scope while ordering parameterized specialization

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7700 Summary: wrong semantic scope while ordering parameterized specialization Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 6681] struct constructor call is converted to struct literal that breaks union initialization

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 --- Comment #12 from Don clugd...@yahoo.com.au 2012-03-13 05:15:23 PDT --- https://github.com/D-Programming-Language/phobos/pull/493 and then https://github.com/D-Programming-Language/dmd/pull/803 -- Configure issuemail:

[Issue 6681] struct constructor call is converted to struct literal that breaks union initialization

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 --- Comment #13 from yebblies yebbl...@gmail.com 2012-03-13 23:32:59 EST --- Thanks for doing this. I think my branch was still letting you return partially uninitialized arrays/structs from ctfe. I also think the following should work:

[Issue 7702] New: opDispatch opCall errors

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7702 Summary: opDispatch opCall errors Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 7701] New: Internal error on access of instance fn on nested templated struct type

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7701 Summary: Internal error on access of instance fn on nested templated struct type Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 7700] wrong semantic scope while ordering parameterized specialization

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7700 --- Comment #1 from d...@dawgfoto.de 2012-03-13 06:42:51 PDT --- cat bug.d CODE template foo(short lo2, short hi2 : lo2) {} template foo(byte lo, byte hi : lo) {} alias foo!(0, 0) foo00; CODE dmd -c bug bug.d(4): Error: undefined

[Issue 7702] opDispatch opCall errors

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7702 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice --- Comment #1

[Issue 7702] opDispatch goes into infinite loop

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7702 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Version|unspecified |D2

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 --- Comment #3 from Manu turkey...@gmail.com 2012-03-13 11:40:54 PDT --- Note that as yet, constant's aren't actually properly supported. There are bugs, and the feature is incomplete. Down the track, if you want to use scalar variables, you

[Issue 7703] New: [UFCS] explicit template function instantiation as property

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7703 Summary: [UFCS] explicit template function instantiation as property Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 7648] Can't open file (Windows UTF8)

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648 --- Comment #3 from Martin Krejcirik m...@krej.cz 2012-03-13 15:27:03 PDT --- (In reply to comment #2) Easy, download attached archive and extract to disk. OK, tried, same error as you reported. -- Configure issuemail:

[Issue 6547] Call to std.algorithm.remove causes compile error

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6547 Tim Keating itsallaboutthe...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7704] New: RangeError when using key optainey by AA byKey() iteration

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7704 Summary: RangeError when using key optainey by AA byKey() iteration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 3910] Explicit template instantiations for functions used as array properties?

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3910 Kasumi Hanazuki k.hanaz...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5733] Calling opDispatch As Template Results in Compiler Infinite Loop

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5733 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull --- Comment

[Issue 7702] opDispatch goes into infinite loop

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

[Issue 7705] New: lambda syntax doesn't allow some valid signatures

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7705 Summary: lambda syntax doesn't allow some valid signatures Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice, rejects-valid Severity:

[Issue 7705] lambda syntax doesn't allow some valid signatures

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

[Issue 7135] [tdpl] Multiple delegate-related issues (literal syntax, @system deduction)

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7135 --- Comment #9 from Kenji Hara k.hara...@gmail.com 2012-03-13 20:50:21 PDT --- (In reply to comment #8) Note: Unfortunately, current dmd does not support parameter type inference + type-safe variadisc like follows. //delegate (self,

[Issue 7706] New: Comparing struct rvalues

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7706 Summary: Comparing struct rvalues Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: spec Severity: normal Priority: P2

[Issue 7706] Comparing struct rvalues

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7706 --- Comment #1 from Kasumi Hanazuki k.hanaz...@gmail.com 2012-03-13 21:21:44 PDT --- Forgot to mention there is the same problem with opEquals and ==/!=. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 7707] New: Purity inference fails when template used before it's defined

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7707 Summary: Purity inference fails when template used before it's defined Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 7704] RangeError when using key optainey by AA byKey() iteration

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7704 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 7632] byValue() for associative arrays doesn't return the correct values

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7632 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 4337] Associative array assignment with dstring keys breaks lookup

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4337 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---