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

Use symbols from spicy instead of hilti runtime library. #30

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

bbannier
Copy link
Member

@bbannier bbannier commented Mar 5, 2024

Previously Spicy would allow references to hilti, even though names from spicy should have been used. The most recent development version of Spicy got more strict here, so the code as written is now rejected.

This patch fixes the Spicy code to use symbols from spicy instead of hilti. We also add previously implicitly available imports.

Previously Spicy would allow references to `hilti`, even though names from
`spicy` should have been used. The most recent development version of Spicy got
more strict here, so the code as written is now rejected.

This patch fixes the Spicy code to use symbols from `spicy` instead of `hilti`.
We also add previously implicitly available imports.
@bbannier bbannier self-assigned this Mar 5, 2024
@bbannier bbannier marked this pull request as ready for review March 5, 2024 10:58
@bbannier bbannier requested a review from rsmmr March 5, 2024 10:58
@bbannier bbannier merged commit 9569bba into main Mar 5, 2024
2 checks passed
@bbannier bbannier deleted the topic/bbannier/correct_rt_module branch March 5, 2024 11:52
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.

2 participants