You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Use symbols from spicy instead of hilti runtime library.
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.
0 commit comments