Arnold Noronha

Results 54 comments of Arnold Noronha

(keeping the issue opened for now)

@TatriX Okay done, try this one more time: https://github.com/tdrhq/slite/commit/766704b2179ee8a258e411f96aa4e4ecb57caddb

^ the above change will make the test results load, but rerunning in debugger appears to have broken with that change, will fix that in a second

Re-run in debugger fixed too https://github.com/tdrhq/slite/commit/df92f133f6a00d81bb88e9f2ce6d2e64065ca95c

@TatriX at which point do you get this error, just when running the tests? Or was that when rerunning in the debugger?

Also, what was the CL expression you passed to `M-x slite-run`?

@TatriX yeah, your debugging would be helpful in this situation :) In particular, here's what I'm looking for, if you run `(parachute:test :my-package)` in a repl, does it signal an...

(cmd:cmd "echo hello") still fails for me unless I put :output nil and :error-output nil, let me see if I can fix those too

Hmm, uiop:run-program seems to do a lot of work to make sure that output to interactive streams work. In particular it seems to write to a temporary file and then...

The error message I was getting on Lispworks was a little different , but I am on Linux. Can you see whether you this PR makes things work for you?...