Re: [ANN] Lua 5.4.0 (rc4) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc4) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 8 Jun 2020 16:25:37 -0300
> Are the tests the same as for RC3?
>
> I get an assertion failure:
>
> ***** FILE 'utf8.lua'*****
> testing UTF-8 library
> [...]
> utf8.lua:11: assertion failed!
> stack traceback:
> [...]
The tests are different. (This error regards a change in the text
of some error messages.)
-- Roberto