François Perrad
François Perrad
MkDocs is a great tool, see http://www.mkdocs.org - write the documentation source (Markdown) in `master` branch: mkdocs.yml docs/*.md - generate & push the generated stuff (HTML, ...) in `gh-pages` branch:...
the test suite [lua-Harness](fperrad.frama.io/lua-Harness/) detects many failures with 1.0-beta4 (and 1.0-beta5). for example with the conversion string to number. currently, `ravi` gives ``` $ ../../../RAVI/bin/ravi -v -e "print(3 & '7')"...
Alternate implementation of som which does not follow the rules.
that avoids problem like previous commit (require + file naming)
The repo https://github.com/hundt98847/multi-language-bench contains many language implementations of Havlak. By comparison, I found over complicating in https://github.com/smarr/are-we-fast-yet. I do the job only with Ruby, but I understand that these refactoring...
the use of [debug](https://www.lua.org/manual/5.4/manual.html#6.10) library could be not safe. this commit protects two calls of `debug` there are two other occurences of `debug`: - in [http/util/lua](https://github.com/daurnimator/lua-http/blob/master/http/util.lua#L244), which concerns only PUC...
I've worked in order to fill the compatibility gap between LuaJIT and Lua 5.2/5.3. All my PRs and their status are summarized [here](https://github.com/fperrad/LuaJIT/blob/tiny_fork/README.md). If they fit the goal of this...
some minor improvements found with a linter