Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complications with ecl bundling from symbol-calls in iolib.common-lisp.asd #61

Open
jesseoff opened this issue Jul 27, 2020 · 0 comments

Comments

@jesseoff
Copy link

Because those symbol-calls in the .asd of iolib.common-lisp.asd do not get carried along in the building of bundling ops like monolithic-lib-op, they will not be run when they're needed.

In this particular case, it sets up a built ECL static library of iolib/syscalls to fail on load because the close function is still a function and not a generic.

This is just a FYI. I worked around this by calling (gray::redefine-cl-functions) through an eval before attempting to initialize the iolib library. Its somewhat surprising to need to setup gray streams just to use iolib/syscalls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant