Changes between Initial Version and Version 2 of Ticket #20850
- Timestamp:
- Jun 20, 2016, 9:17:56 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20850
- Property Cc vdelecroix removed
-
Ticket #20850 – Description
initial v2 8 8 }}} 9 9 10 It's dangerous to call `_add_` without checking. Either this should just be `x + y`, or there should be type checking for `x` and `y` .10 It's dangerous to call `_add_` without checking. Either this should just be `x + y`, or there should be type checking for `x` and `y`, or there should be conversion of `x` and `y` to the correct parent.