luvit
luvit copied to clipboard
Lua + libUV + jIT = pure awesomesauce
> > [Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.](https://travis-ci.org/) > > We'll probably want to migrate our travis stuff to Github...
luvit version: 2.17.0 luvi version: v2.10.1 rex version: 8.37 2015-04-28 libuv version: 1.34.1 ssl version: OpenSSL 1.1.1d 10 Sep 2019, lua-openssl 0.7.7 os:macOS 10.15.7 (19H2) directories xxx/luas cluster/mq.lua main.lua cluster/mq.lua...
#1 failed test make: *** [Makefile:12: test] Error 255 :/
I am running into an issue where I cannot debug the results of a SQL query. The output contains a JSON string. Oddly, only when the function allows the passthrough...
In the documentation, it is written that the callback for fs.exists() “is called with true or false and an error or nil in the first and second args respectively. ”...
Pressing backspace/arrow keys while writing a code that's longer than the terminal width will result in duplicated lines. According to @truemedian on luvit's Discord server, this is caused by this...
Use integers instead of functions as decoder state machine mode. It may improve JIT efficiency on this code as JIT compiler may be able to use a static jump table...
In an effort to get closer to the proposed luvit 3.x that's a minimal core, this PR removes most the optional standard libraries that are also available via lit.
This is the start for the proposed luvit 3.0 change. This change in particular is a breaking change for some edge cases of require usage.
On Lua 5.3.5, `ustring.new("") == {}` This is rather unexpected behavior, so this PR fixes it by ensuring both types are the same. (I'm open to suggestions on how better...