[dmd-internals] [D-Programming-Language/dmd] 2a7a61: regression test for tuple expansion bug in foreach

2011-09-13 Thread noreply
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 2a7a61edf1318249f497d15741169ce1d5de2436 https://github.com/D-Programming-Language/dmd/commit/2a7a61edf1318249f497d15741169ce1d5de2436 Author: dawg d...@dawgfoto.de Date: 2011-09-12 (Mon, 12

[dmd-internals] [D-Programming-Language/dmd] 0a927f: Add 'gaggedErrors' to the gagging system

2011-09-13 Thread noreply
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0a927f258e89f92f280c0e855a93ceb05e34a260 https://github.com/D-Programming-Language/dmd/commit/0a927f258e89f92f280c0e855a93ceb05e34a260 Author: Don Clugston dclugs...@googlemail.com Date:

[dmd-internals] Fixing forward ref bugs for good

2011-09-13 Thread Walter Bright
Don, just so you know, I've been thinking for a while about transitioning from doing the semantic pass in order to doing it completely on demand. In other words, try to semantic a declaration. In the process, any declarations it depends on are semantic'd if not already, recursively.

Re: [dmd-internals] Fixing forward ref bugs for good

2011-09-13 Thread Walter Bright
No, sorry. On 9/13/2011 3:18 PM, David Simcha wrote: Does this mean we'll be allowed to forward reference nested functions? If so, yay! On Tue, Sep 13, 2011 at 6:04 PM, Walter Bright wal...@digitalmars.com mailto:wal...@digitalmars.com wrote: Don, just so you know, I've been thinking

Re: [dmd-internals] Fixing forward ref bugs for good

2011-09-13 Thread Walter Bright
On 9/13/2011 4:58 PM, Brad Roberts wrote: On Tue, 13 Sep 2011, Walter Bright wrote: Don, just so you know, I've been thinking for a while about transitioning from doing the semantic pass in order to doing it completely on demand. In other words, try to semantic a declaration. In the process,