Changes between Version 1 and Version 3 of Ticket #17692
- Timestamp:
- 01/31/15 14:50:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17692
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Vincent Delecroix
-
Property
Dependencies
changed from
to
#17694
-
Property
Branch
changed from
to
u/vdelecroix/17692
-
Property
Commit
changed from
to
e3aa70371159bf5faf231260e8d6e766665f5c04
-
Property
Status
changed from
-
Ticket #17692 – Description
v1 v3 6 6 This results in a coercion of the integer 1 into the appropriate parent structure. Better would be to do 7 7 {{{ 8 return self.parent().one _element() / self8 return self.parent().one() / self 9 9 }}} 10 10