Changes between Version 13 and Version 17 of Ticket #16934
- Timestamp:
- Sep 5, 2014, 1:44:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16934
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Peter Bruin
-
Property
Component
changed from
coercion
tofinite rings
-
Property
Summary
changed from
Finite fields coercion bug
toFix factory keys for finite fields to avoid repeated construction
-
Property
Dependencies
changed from
to
#16930
-
Property
Branch
changed from
to
u/pbruin/16934-FiniteField_factory_key
-
Property
Commit
changed from
to
c33a718235e86d268b025a01561a2f14b7dc5937
-
Property
Status
changed from
-
Ticket #16934 – Description
v13 v17 15 15 False 16 16 }}} 17 This double construction of the same finite field is caused by slightly different `UniqueFactory` keys arising during the construction of a common parent (for the computation of `a/2`) by the coercion system. 17 18 18 19 Related: #16855