[Bug-apl] I just can't help myself

2018-10-08 Thread Bill Daly
Hello Jürgen I've been working on two projects utl, my utility workspace with better documentation and better function names and lpr, a workspace to print directly from apl. Now I've melted down the interpretor so I've sent three logs. I'm not sending all the workspace I loaded to create the

Re: [Bug-apl] bad character in execute+

2018-10-08 Thread Hans-Peter Sorge
Hello Jürgen, compile fails with Executable.cc: In member function 'void Executable::setup_lambdas()': Executable.cc:529:46: error: no matching function for call to 'Executable::setup_one_lambda(ShapeItem&, int&)'   b = setup_one_lambda(b, ++lambda_num) - 1;   // -1 due to ++b in loop(b)

Re: [Bug-apl] bad character in execute+

2018-10-08 Thread Juergen Sauermann
Hi Hans-Peter, it looks like you compile an new Executable.hh with an old Executable.cc. The current executable looks - apart from other differences - like this: ... line 546: Assert(end != -1);