-
Example file structure:
```
test/
main.lua
```
All breakpoints work when I set program.file to `./main.lua`, but when I change program.file to `../test/main.lua`, the lua interpreter runs to the e…
-
### User Story
As script developer, I want to be sure that no other script can overwrite the variables which refer to OrbiterSDK constants and enums, so that its impossible to cause bugs in a differe…
-
The #! magic number isn't working properly.
When writing lua scripts that begin with
`#!/usr/bin/lua`
you would expect the lua interpreter to be used.
Instead, the OS tries to use ksh, which doesn't w…
ibara updated
6 years ago
-
```
cmake_minimum_required(VERSION 3.12)
project(Lua)
add_definitions(-DLUA_COMPAT_5_3)
if(UNIX)
add_definitions(-DLUA_USE_LINUX)
endif(UNIX)
### force options
if(WIN32)
add_c…
-
### Xmake Version
2.3.7
### Operating System Version and Architecture
deepin 20.7.1
### Describe Bug
安装失败
error: @programdir/core/base/interpreter.lua:625: @programdir/core/sandbox/modules/inter…
-
Hello,
I'm trying to understand how I could use this plugin to get completion to work for an embedded lua interpreter.
Basically, this embedded interpreter is pre-loaded with a lot of globals and met…
-
- [x] I have checked that a similar [feature request](https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist.
Issue:
I'm a rhythm…
-
The current Windows installation instructions are incorrect. Installing as described will give an error saying "failed finding Lua header files".
The instructions say only that a _lua installation…
hyphz updated
9 months ago
-
## Description
@teto and I are working on promoting LuaRocks for Neovim plugin distribution, using the [luarocks-tag-release GitHub action](github.com/nvim-neorocks/luarocks-tag-release) - in the h…
-
We want a new profile implementation because the current one is too slow. The lua interpreter is the issue. We have a few options:
- keep lua but figurr out how to improve performance
- use an alter…