François Perrad

Results 13 comments of François Perrad

@Tieske take a look at , socket & event loop features stay outside the protocol.

note: with beta4 & 5, you must toggle `nocvts2n` in `profile_ravi.lua` see https://framagit.org/fperrad/lua-Harness/-/blob/master/test_lua/profile_ravi.lua#L34

as https://github.com/smarr/are-we-fast-yet/pull/30 is merged, I add the refactor in Lua

> This library provides the functionality of the debug interface (§4.7) to Lua programs. You should exert care when using this library. Several of its functions violate basic assumptions about...

not with the test suite using `busted` which depends on `debug`.

see https://gist.github.com/fperrad/694cb6d1c851a388aebe939ff9f393bb

> have you done this mechanically? @LiamBindle, on linux, run the following command in each directory: ``` sed -i -E 's/[ \t]+$//;' *.[ch] ```

The answer is the few used `;`

At this time, with an unmodified `tl`, I just patch the generated files with a simple command `sed -e 's/bit32/bit/g;'`.

quoted from > The `` annotation works in Teal like it does in Lua 5.4 (it works at compile time, even if you're running a different version of Lua).