digitalmars.D - /usr/src/d/phobos/std/range.d(4590): Error: variable upper used
- H. S. Teoh (6/6) Oct 09 2012 Just wanted to bring to attention a compiler regression related to dmd -...
- Mehrdad (2/7) Oct 09 2012 Omg that bug looks... scary
- Jonathan M Davis (6/18) Oct 09 2012 Yeah. I'm pretty sure that it's caused by a circular dependency among
Just wanted to bring to attention a compiler regression related to dmd -O: http://d.puremagic.com/issues/show_bug.cgi?id=8790 I think this warrants a fix ASAP. :) T -- Verbing weirds language. -- Calvin (& Hobbes)
Oct 09 2012
On Wednesday, 10 October 2012 at 01:07:37 UTC, H. S. Teoh wrote:Just wanted to bring to attention a compiler regression related to dmd -O: http://d.puremagic.com/issues/show_bug.cgi?id=8790 I think this warrants a fix ASAP. :) TOmg that bug looks... scary
Oct 09 2012
On Wednesday, October 10, 2012 04:12:10 Mehrdad wrote:On Wednesday, 10 October 2012 at 01:07:37 UTC, H. S. Teoh wrote:Yeah. I'm pretty sure that it's caused by a circular dependency among templates (in this case, takeExactly and hasSlicing). I should have pull request which fixes Phobos to resolve the circular dependency relatively soon, but that won't fix the compiler bug. - Jonathan M DavisJust wanted to bring to attention a compiler regression related to dmd -O: http://d.puremagic.com/issues/show_bug.cgi?id=8790 I think this warrants a fix ASAP. :) TOmg that bug looks... scary
Oct 09 2012