[Issue 11937] Unresolved Symbol when template is instantiated as default value for function in another module

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11937 --- Comment #2 from Kenji Hara 2014-01-16 17:21:42 PST --- Is this link-failure issue? This report is not sufficient to reproduce errors. Please also post: - Directory tree - Command line - Caused error messages -- Configure issuemail: htt

[Issue 8882] map, filter, iota and zip in pure (and nothrow) functions

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8882 --- Comment #5 from bearophile_h...@eml.cc 2014-01-16 13:50:42 PST --- (In reply to comment #4) > Bah, I think illegal input should Error. Problem solved. Changing an exception -> error changes the API of iota(), but in this case I think ther

[Issue 8882] map, filter, iota and zip in pure (and nothrow) functions

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8882 --- Comment #6 from monarchdo...@gmail.com 2014-01-16 13:53:55 PST --- (In reply to comment #5) > (In reply to comment #4) > > > Bah, I think illegal input should Error. Problem solved. > > Changing an exception -> error changes the API of io

[Issue 11939] New: selective imports inside a scope(failure) block cause compiler segfault

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11939 Summary: selective imports inside a scope(failure) block cause compiler segfault Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severi

[Issue 8882] map, filter, iota and zip in pure (and nothrow) functions

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8882 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 11938] New: "Ifti!T" for std.traits

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11938 Summary: "Ifti!T" for std.traits Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 5550] std.range.enumerate()

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5550 --- Comment #11 from Jakob Ovrum 2014-01-16 09:32:06 PST --- (In reply to comment #10) > > This could also be implemented in the language (though > > potentially ambiguous with automatic foreach unpacking), > > but here's a library solution f

[Issue 11937] Unresolved Symbol when template is instantiated as default value for function in another module

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11937 --- Comment #1 from Orvid King 2014-01-16 08:48:54 PST --- (In reply to comment #0) > I wish I could think of a shorter name for this, but oh well. This is an issue > caused by one of the PRs merged within the last 24 hours. After reducing my

[Issue 11937] New: Unresolved Symbol when template is instantiated as default value for function in another module

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11937 Summary: Unresolved Symbol when template is instantiated as default value for function in another module Product: D Version: D2 Platform: All OS/Version: All Stat

[Issue 5550] std.range.enumerate()

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5550 Jakob Ovrum changed: What|Removed |Added CC||jakobov...@gmail.com --- Comment #9 fro

[Issue 5550] std.range.enumerate()

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5550 --- Comment #10 from bearophile_h...@eml.cc 2014-01-16 08:13:27 PST --- (In reply to comment #9) > Posted a pull request for a library implementation. [...] > > https://github.com/D-Programming-Language/phobos/pull/1866 Seems nice. A commen

[Issue 9118] typo in github tools repo

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9118 --- Comment #3 from hst...@quickfur.ath.cx 2014-01-16 07:28:52 PST --- Ah, sorry, wasn't looking carefully enough. I guess maybe ask on the forum? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11922] [REG2.065a] ICE on nonexistent identifier in templated auto method

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11922 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11922] [REG2.065a] ICE on nonexistent identifier in templated auto method

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11922 --- Comment #4 from github-bugzi...@puremagic.com 2014-01-16 05:54:31 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/91a5c8acbdcf6310475c412232b9b03f7aa8c

[Issue 11936] New: Allow non-`ref` parameters in `foreach` over range `delegate`/`opApply`

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11936 Summary: Allow non-`ref` parameters in `foreach` over range `delegate`/`opApply` Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severi

[Issue 11929] Disallow `ref` in front tuple expansion in foreach over range

2014-01-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11929 --- Comment #4 from Denis Shelomovskij 2014-01-16 11:57:32 MSK --- (In reply to comment #3) > (In reply to comment #2) > > > > Ranges of tuples generally contains generated somehow based on source ranges > > tuples (e.g. `zip` and `group`) s