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

Make ceil generation of in_keys more robust #429

Merged
merged 5 commits into from
Dec 19, 2023
Merged

Conversation

goodlyrottenapple
Copy link
Contributor

We were previously making the assumption that the only in_keys functions are those for the default built-in maps or cell maps. However, @virgil-serbanuta has a project which defines custom maps with a custom in_keys hook. In order to find the correct in_key symbol, we need to extract the "hook" attribute when internalising symbols and build a rverse lookup map for the given key and map sorts

Copy link
Member

@jberthold jberthold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should revisit this later but needs to be fixed quickly now

@geo2a geo2a marked this pull request as ready for review December 19, 2023 13:06
@geo2a geo2a merged commit 4ab3fc3 into main Dec 19, 2023
5 checks passed
@geo2a geo2a deleted the sam/ceil-fetch-in_key-hooks branch December 19, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants