Re: tentative bug report for 'task

2021-05-18 Thread polifemo
I see, I had misunderstood the @'s meaning there. Thanks for the clarification! On Tue, May 18, 2021 at 12:03 AM Alexander Burger wrote: > On Mon, May 17, 2021 at 04:53:50PM -0500, polifemo wrote: > > So, running: > > (task -5000 (/ @ 5) (tty (println 'a))) > > > > does not save in *Run my

Re: tentative bug report for 'task

2021-05-17 Thread Alexander Burger
On Mon, May 17, 2021 at 04:53:50PM -0500, polifemo wrote: > So, running: > (task -5000 (/ @ 5) (tty (println 'a))) > > does not save in *Run my expected: > (-5000 -1000 (tty (println 'a))) > > but instead it saves this: > (-5000 NIL (tty (println 'a))) > > my guess is that `(eval (++ Prg) 1)`

tentative bug report for 'task

2021-05-17 Thread polifemo
I'm not sure if this is really a bug, since the behaviour I expected only runs in a version of 'task I'm refactoring right now. But I'll try anyways. So, running: (task -5000 (/ @ 5) (tty (println 'a))) does not save in *Run my expected: (-5000 -1000 (tty (println 'a))) but instead it saves