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

Error in clasp while compiling esrap, seems to stem from sicl #124

Open
kpoeck opened this issue Dec 2, 2018 · 1 comment
Open

Error in clasp while compiling esrap, seems to stem from sicl #124

kpoeck opened this issue Dec 2, 2018 · 1 comment

Comments

@kpoeck
Copy link
Contributor

kpoeck commented Dec 2, 2018

In https://github.com/robert-strandh/SICL/blob/master/Code/Cleavir/Kildall/Specializations/Type-inference/insert-type-checks.lisp#L73:

shouldn't that be:

(destructuring-bind (&optional (car '*) (cdr '*)) (rest typespec) ...)

instead of

(destructuring-bind (&optional (car '*) (cdr '*)) typespec ...)

The later
`(cons ,car-d ,cdr-d) seems to confirm that.

Original issue with context:
clasp-developers/clasp#644

@kpoeck
Copy link
Contributor Author

kpoeck commented Apr 24, 2019

I closed the clasp issue since as you said it belongs to sicl, so lets try again here

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