Skip to content
Snippets Groups Projects
Commit 8a30ea5a authored by Liam Healy's avatar Liam Healy
Browse files

Pass functions with function-designators only; no make-callback

Functions to pass to GSL are no longer "declared" with make-callback.
Instead, callbacks for each application that needs them are created at
compile time.  These callbacks will funcall a dynamic (special)
variable which will be bound to a "funcallable" function that is
generated and compiled at object-creation time or defmfun runtime.
All expected tests pass:
SBCL 64: TOTAL: 1451 assertions passed, 5 failed, 0 execution errors.
CCL 64:  TOTAL: 1454 assertions passed, 2 failed, 0 execution errors.

Merge branch 'dynamic-callback'
parents d3d82a26 c54985ee
No related branches found
No related tags found
No related merge requests found
Showing
with 1116 additions and 810 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment