-
Notifications
You must be signed in to change notification settings - Fork 30
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
Allocate-instance without breaks on va-class #288
Comments
Thanks for testing April with LispWorks, are you testing LW with different popular libraries? I changed the |
I am not really testing it. We try to load and compile "all" of quicklisp systems, and when we find easy to run tests also run them. I just ran (april::load-libs) and (april::run-lib-tests). It filled my shell with various stuff, and claimed that there was one failure. |
Could you find out where the failure was? You can tell by the Last time I had a friend test April with LW there were a few failures, mostly relating to trigonometry and complex numbers. Would be good to get April fully working with LW. Thanks. |
The failure is in line 39. |
april/varray/base.lisp
Line 110 in fdb6514
On LispWorks, calling allocate-instance on *va-class breaks. It happens when some code calls (class-prototype 'va-class), so it needs to work.
In our tst code. I changed this definition to:
The text was updated successfully, but these errors were encountered: