Alex Wood
Alex Wood
The backtrace as obtained by `btcl` or `c_btcl` has the frame for the function that establishes the restart, but it still fails. Don't know how that's possible? The stack being...
Seems to be just crashing now.
With some of the optimizations I've been doing I've gotten a crash as Clasp doesn't seem to recognize its own condition signaled from the SIGFPE handler. Which isn't quite the...
To elaborate: On linux I do ``` (defun foo (x y) (declare (single-float x y)) (ext:with-float-traps-masked () (/ x y))) (foo 1.0 0.0) ``` and it crashes while trying to...
odd. that should be fixed by 867b98654e31631ec6ed2c879f09ace6dec307c2
Do you still get the crash?
Huh. Is this on Linux or Mac or what?
@boscodsouza82 Would basically have to be an adaptation in Cleavir (https://github.com/s-expressionists/Cleavir/) to merely macroexpand instead of generating an AST.
i think this is fixed now
Should clasp behave differently on `(:macro-char #\# :dispatch)`? I haven't really used named readtables myself and don't know much about how it works.