Closed
Description
This sort of confusion keeps cropping up: https://groups.google.com/forum/#!topic/julia-users/aycsd2iAktE. Two possibilities seem possible:
- Eliminate
1.
as a short syntax for1.0
; - Allow
1.
but make ambiguous cases like1.+2
a syntax error.
Related: #18714 – in that it also relates to making potentially ambiguous cases errors.