lib/core: remove ascii method on Int and 'b' prefix
authorLucas Bajolet <lucas.bajolet@gmail.com>
Tue, 5 Jun 2018 21:40:55 +0000 (17:40 -0400)
committerLucas Bajolet <lucas.bajolet@gmail.com>
Fri, 8 Jun 2018 15:48:48 +0000 (11:48 -0400)
commita805fd5fa850a6e3ccd50c6ee29e3530edb8c90e
tree75507f3306e38142ba5ff3f748de08e743c638e2
parent3635f7753b038b8952f8789038fe5c3a1000bd27
lib/core: remove ascii method on Int and 'b' prefix

Since no distinction is to be done between both Int and Byte when
dealing with strings, there is no need to have both an 'ascii' and a
'code_point' service on both Int and Char.

Therefore, we remove the ascii method, as our Chars are first and
foremost Unicode-compliant.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>
13 files changed:
lib/core/fixed_ints.nit
lib/core/kernel.nit
lib/crypto/bytes.nit
src/compiler/abstract_compiler.nit
src/interpreter/naive_interpreter.nit
src/literal.nit
src/modelize/modelize_property.nit
src/semantize/typing.nit
tests/sav/nitce/fixme/base_gen_reassign_alt4.res
tests/sav/nitce/fixme/base_gen_reassign_alt5.res
tests/sav/nitce/fixme/base_gen_reassign_alt6.res
tests/sav/nituml_args3.res
tests/sav/nituml_args4.res