-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ceil generation of in_keys more robust (#429)
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 --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Georgy Lukyanov <georgiylukjanov@gmail.com> Co-authored-by: Georgy Lukyanov <mail@geo2a.info>
- Loading branch information
1 parent
152d94d
commit 4ab3fc3
Showing
16 changed files
with
441 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.