-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- introduce `julia_to_gap_internal`, which takes always three arguments: the Julia object to be converted, the auxiliary cache object, and a Boolean indicating whether recursive conversion is wanted - turn all `julia_to_gap` methods into `julia_to_gap_internal` methods - define default `julia_to_gap` methods (with 1 to 3 arguments) that call `julia_to_gap_internal` - admit `nothing` as an allowed value for the auxiliary cache object, and create dictionary objects only inside the methods in question where they are needed; introduce the type `GapCacheDict` for that
- Loading branch information
1 parent
a8674da
commit f279fb0
Showing
2 changed files
with
77 additions
and
60 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