-
With this code:
```
test\test() \test "?"
```
The linter fails with:
```
/usr/bin/lua: (error object is a table value)
stack traceback:
[C]: in function 'error'
/usr/share/lua/5.3/m…
-
because honestly `@infile` and `@outfile` are ugly
currently blocked by leafo/moonscript#384 (fixed by leafo/moonscript#410 which isn't merged yet)
-
To reproduce:
1. Create main module:
``` moonscript
-- test.moon
require "moon.all"
hi = require "hi"
p hi.hi!
```
1. Create `hi` module:
``` moonscript
hi = -> "Hi!"
{ :hi }
```
1. Launch using …
pavel updated
8 years ago
-
```moon
variable = \function
```
Generates the error :
```
test.moon Compile error: ...l/share/lua/5.1/moonscript/transform/transformer.lua:23: table index is nil
stack traceback:
…
-
This would allow Nginx to execute MoonScript code without it having to be manually compile.
leafo updated
10 years ago
-
Missing dependencies for itorch:
lbase64
luacrypto
uuid
lzmq >= 0.4.2
Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/torch/rocks/master - Failed …
-
Xml library is dead and can't compile on Mojave. Please remove it.
Installing https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lua-requests-1.2-0.src.rock...
Using ht…
-
When pressing the run button, it sends the ?lang=moonscript parameter. How can I configure the console to use ?lang=lua ?
-
-
### Please read the following before submitting:
- Please do NOT submit bug reports for questions. Ask questions in the [Gitter
chat-room](https://gitter.im/luarocks/luarocks).
- Please do NOT su…