[Issue 8542] crosstalk between template instantiations

2013-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #12 from github-bugzi...@puremagic.com 2013-02-03 19:24:48 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #6 from hst...@quickfur.ath.cx 2013-01-03 21:39:09 PST --- Here's an unexpected data point: I discovered that this bug may be linked to the -property compiler flag. To reproduce this odd effect, checkout the code from:

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #7 from hst...@quickfur.ath.cx 2013-01-03 21:43:08 PST --- Hmm, the -property effect also happens with the simpler test case I posted earlier in comment 4: $ dmd test.d $ # Compiled successfully $ dmd -property test.d test.d(5):

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #8 from hst...@quickfur.ath.cx 2013-01-03 21:49:54 PST --- Actually, nevermind that. I just realized that -property requires () for map and joiner because they aren't declared with @property (and UFCS does not alleviate the need for

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #9 from hst...@quickfur.ath.cx 2013-01-03 22:01:51 PST --- Hmph. It seems that Timon's original code also compiles fine in git head (without -property). With -property it fails, but seems the reason is that -property requires

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #10 from hst...@quickfur.ath.cx 2013-01-03 22:28:37 PST --- git bisect appears to indicate that it was dmd commit 688f7ce593eef75997a2b8f2527d3cd9338692aa that fixed this issue. -- Configure issuemail:

[Issue 8542] crosstalk between template instantiations

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8542] crosstalk between template instantiations

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 8542] crosstalk between template instantiations

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

[Issue 8542] crosstalk between template instantiations

2012-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8542 --- Comment #1 from timon.g...@gmx.ch 2012-08-12 12:45:44 PDT --- importing std.bigint is not required to reproduce. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: