From: Jean Privat Date: Mon, 18 Feb 2019 16:25:04 +0000 (-0500) Subject: Merge: lib/core: handling of plus (+) sign when using to_i with Text objects X-Git-Url: http://nitlanguage.org Merge: lib/core: handling of plus (+) sign when using to_i with Text objects While doing the Advent of Code 2018 in Nit, I encountered a file with numbers prefaced with a plus (+) sign. The to_i of Text wasn't able to handle that kind of input so I added it. The PR add handling of prefacing + signs with the current - sign implementation. Also added the same logic to is_int so that assert can work. Added new tests in the documentation to show normal usage. Signed-off-by: Hugo Leblanc Pull-Request: #2729 Reviewed-by: Lucas Bajolet Reviewed-by: Alexis Laferrière --- 629f403e0ab2c138405ac3580a45e427bcd31ae0