-
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.
for backward compatibility, reintroduce
julia_to_gap
(#1056)
* for backward compatibility, reintroduce `juliao_gap` - provide generic methods that delegate to `GapObj_internal` - add tests - move an `end` of a `@testset` to a better place * next iteration - change the `julia_to_gap` methods such that `GapObj_internal` gets called with the same `recursive` value; this way, we get the same behaviour for `julia_to_gap` as before the switch to `GapObj_internal`, - extend the tests of the backwards compatibility to the conversions promised in the documentation, - fix the conversion rule for matrices: call the conversion of the row objects with the given `recursive` value in order to convert the matrix entries or not, as requested, - and use the term `FFE` in the documentation, not `GapFFE`
- Loading branch information
1 parent
5ba3c3f
commit 7d1ab87
Showing
4 changed files
with
86 additions
and
11 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