Just FYI, the failure in CI is because the test/lib test is run with both the stable compiler and the bootstrap compiler, and the stable compiler doesn't support UTF-8 yet. (That will require a stable rev). So it's enough to add tests in, e.g. test/core for this.
Just FYI, the failure in CI is because the
test/lib
test is run with both the stable compiler and the bootstrap compiler, and the stable compiler doesn't support UTF-8 yet. (That will require a stable rev). So it's enough to add tests in, e.g.test/core
for this.