Re: Weird parsing error in Pike 8.1
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmp6g_YWYMmScBduoqOQybo-w6Wf4yN5JkGTUQESQLSc3g@mail.gmail.com> |
On Thu, Nov 20, 2014 at 7:18 PM, Stephen R. van den Berg <[email protected]> wrote: > Could someone take a look at the difference between these two > commits, and then fix the parsing problem in Pike? > My first attempt at reducing the problem to something which > could be stuck into the testsuite failed, so I'm presenting it as is: Well, I don't know what the actual cause of the problem is, but I found a stick that I can poke the bug with. Have a look at commit 22dbe6 - there was a typo in an apparently-unrelated piece of code, the final _processloop function. I've no idea why that didn't result in its own compilation error. But with that fixed, reverting c7de86 doesn't reinstate the behaviour you referred to. Is that any sort of clue? It doesn't say anything to my mind. ChrisA