pike 7.8 alpha

2014-01-14 Thread H. William Welliver III
I've uploaded a tentative alpha release, 7.8.808. Please feel free to download and comment. If everything looks good, I'll promote it to beta in a week or so (or will prepare a new alpha if things don't look so good). http://pike.lysator.liu.se/download/pub/pike/alpha/7.8.808/ Best, Bill

do crash pike

2014-01-14 Thread Martin Bähr
hi, in pike 7.6 the following leads to a clean error: void do(){}; mixed ___HilfeWrapper() { return do; } crash.pike:1:do is a reserved word. crash.pike:2:do is a reserved word. crash.pike:2:syntax error, unexpected ';' Pike: Failed to compile script: Compilation failed. in 7.8 or 7.9 it leads

Re: do crash pike

2014-01-14 Thread Chris Angelico
On Wed, Jan 15, 2014 at 3:19 PM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: in 7.8 or 7.9 it leads to a fatal crash: Also SIGABRTs with 8.0 latest. ChrisA