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

Remove notinline declaration in CCL #35

Closed
wants to merge 3 commits into from

Conversation

rpgoldman
Copy link
Contributor

At least some versions of CCL object to declaring the random function notinline before defining it.

I get an error claiming that I'm trying to make an inline declaration on a function not yet defined.

Update the versions of the actions we use: cache and checkout.

Specify the lisp versions to install with roswell.
This has worked better than my by-hand version in the tests for XMLS.
CCL errors out when I declare `random` (as yet undefined) to be
`notinline`.

> ;   In HISTOGRAM: INLINE declaration for unknown function RANDOM
@rpgoldman
Copy link
Contributor Author

Best to merge #34 before this.

@rpgoldman
Copy link
Contributor Author

rpgoldman commented Aug 19, 2023

Suggest we drop this in favor of moving the histogram functions out of toolkit. See new pull request.

@rpgoldman rpgoldman closed this Aug 19, 2023
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

Successfully merging this pull request may close these issues.

1 participant