François Perrad
François Perrad
`const` is fine too. For an example (with a small module) of the tedious syntax of annotation, see
In fact, the check coming with the annotation `` needs some update.
`self` usually brings the message `invoked method as a regular function: consider using ':' instead of '.'`
First, my trouble comes from the case with `fcts`. Only after, I try to write a contrary case with `fcts2`, but it is no really my point. A message like...
just one more regression test which is now also fixed ```lua local fcts: {string:function(val: any, opt?: string)} local function bar (val: number) print(val) end local function bar2 (val: number, val2:...
now, we need a `manifest-5.5` on https://luarocks.org see https://github.com/luarocks/luarocks-site/pull/232
with Alpine 3.23.0 ``` / # cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.23.0 PRETTY_NAME="Alpine Linux v3.23" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" / # / # apk add lua5.4 luarocks5.4 ... OK: 14 MiB in...