Re: Issue with bit shift in Lua 5.4 Work releases
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Issue with bit shift in Lua 5.4 Work releases
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 6 Jul 2018 13:02:34 -0300
> > It is a (stupid) bug, but not in bit shift:
> >
> >> foo = 13.37
> >> print(foo // 1) --> 13.7
>
> When is a bug not stupid?
When it is not detectable by a minimum test?
For an example, see the other bug being discussed now, about the garbage
collector.
-- Roberto