Changes between Version 2 and Version 8 of Ticket #25273
- Timestamp:
- 05/01/18 11:16:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25273
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
ea2e39c7374b03b97366f264c89a0f4c75a7c172
-
Property
Dependencies
changed from
to
#25274
-
Property
Branch
changed from
to
u/jdemeyer/unprefixed_libgap_interface
-
Property
Status
changed from
-
Ticket #25273 – Description
v2 v8 1 1 Use Cython cname declarations to use unprefixed libGAP names in Sage. The libGAP package is not changed at all, only the Sage interface. 2 2 3 Obvious exceptions: 4 5 - ``libGAP_True`` 6 - ``libGAP_False`` 3 Obvious exceptions are `libGAP_True` and `libGAP_False`. We don't want to write `True` and `False` there.