Re: Location of an error

2015-01-26 Thread Christophe Gragnic
On Sat, Jan 24, 2015 at 9:07 AM, Alexander Burger a...@software-lab.de wrote: Now when the code of the user/dev contains a mistake, the location of the error is always at the line where `my_while` is called and not in its body at the line of the mistake. I'm not sure I understand the problem

Re: Location of an error

2015-01-24 Thread Alexander Burger
Hi Christophe, I emulated a «while» loop with a function defined with a `de`, say `my_while`. It has a body that allows a user defined body (the user is a developer!) to be executed, thanks to 'run. OK. Now when the code of the user/dev contains a mistake, the location of the error

Location of an error

2015-01-23 Thread Christophe Gragnic
Hi all, I emulated a «while» loop with a function defined with a `de`, say `my_while`. It has a body that allows a user defined body (the user is a developer!) to be executed, thanks to 'run. Now when the code of the user/dev contains a mistake, the location of the error is always at the line