Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support
gap_to_julia(::AbstractVector)
(#989)
* support `gap_to_julia(::BitVector)` This had been claimed already before the change, but it was not tested. * adjust the conversion of ranges After generalizing the three-argument method of `julia_to_gap` from `Vector` to `AbstractVector`, the default method that discards the last two arguments is no longer applicable to `AbstractRange{<:Integer}`, hence the special one-argument method does not get called. For the moment, install a three-argument method for `AbstractRange{<:Integer}`. (And add tests that check whether we really get a GAP `IsRange` object in the end.) * polish - do not show `C_NULL` but just its type (since printing has changed in Julia) - fix a typo
- Loading branch information