-
https://github.com/luvit/luvi/releases/download/v2.14.0/luvi-regular-Darwin_arm64 is missing when I do `curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh` to install
Is it possible to…
-
Everytime I try to install luvit, either via the make.bat or `lit make github://luvit/luvit` it says the process was successful, but no luvit.exe was created.
-
Currently, any runtime errors within a callback don't affect the exit code of Lua (they are just printed to stderr and then execution continues). This seems to have changed in https://github.com/luvit…
-
`lit publish` fails for an unknown reason with `Signature verification failure`:
```
$ lit publish
lit version: 2.2.16
luvi version: v2.4.0
command: publish
load config: .../.litconfig
checking for u…
ghost updated
8 years ago
-
-
Sometimes luvit will segfault during unit tests or normal usage on linux. It's not consistent. This task is to reproduce and fix at least one segfault.
-
The stacktrace that tap shows is from the time when `error()` is called and not from the time the `assert()` failed:
```
[string ".../libs/tap.lua"]:81: [string ".../tests/test..."]:8: expected: ..…
ghost updated
5 years ago
-
- [ ] https://github.com/neovim/neovim/issues/12045
- [ ] https://github.com/neovim/neovim/issues/18359
- [ ] https://github.com/luvit/luv/issues/701
-
## Phase 0
- [ ] Add pty bindings to luvit
- [ ] Add hostinfo to initiate session
- [ ] Implement relay server in luvit (accepts websocket connections from browser and tls from agent)
- [ ] Write web …
-
When my luvit app crashes, it reports full path of lua files.
When the path is too long to display, it was truncated with ...
This is not friendly for look up errors and not for possible for editors …