Files
Nim/tests/misc
Vindaar 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
* deprecate `0c`, `0C` prefix for octal literals

Deprecates the previously allowed syntax of `0c` and `0C` as a prefix for
octal literals to bring the literals in line with the behavior of
`parseOct` from parseutils.

* add `msgKind` arg to `lexMessageLitNum` for deprecation messages

* change literal tests to check all valid integer literals

Also adds the `tinvaligintegerlit3` test to test for the (still)
invalid `0O` prefix.
2018-07-03 01:56:36 +02:00
..
2014-06-03 19:05:13 -04:00
2017-12-15 13:24:47 +01:00
2017-07-25 09:28:23 +02:00
2018-02-10 20:55:22 +01:00
2018-02-10 20:55:22 +01:00
2017-07-25 09:28:23 +02:00
2018-02-10 20:55:22 +01:00
2015-06-05 14:53:49 +01:00
2017-10-01 07:46:13 +02:00
2018-02-10 20:55:22 +01:00
2015-06-05 14:53:49 +01:00
2016-12-18 23:32:15 +01:00
2014-08-31 15:15:26 +02:00
2014-08-31 15:15:26 +02:00
2017-10-10 09:34:03 +02:00
2018-05-05 21:45:07 +02:00
2018-02-10 20:55:22 +01:00
2015-03-28 00:38:15 +01:00
2018-02-10 21:20:48 +01:00
2015-01-27 01:33:47 +01:00
2015-01-02 23:58:24 +02:00
2017-11-01 00:20:40 +01:00