-
I just let you know that I wrote another Japanese version based on current latest document 7050b94453510325561694122e24af495d9c91a3 today.
https://github.com/Makopo/the-little-mongodb-book/tree/mas…
-
## The linux and mac binaries need to be chmod +x in order to run.
### Expected behavior
lslint should run.
### Actual behavior
lslint doesn't run (errno 13)
Makopo/siblime-text-lsl does …
-
To prevent having to use the following workaround:
https://github.com/Makopo/sublime-text-lsl/blob/e50c37795ef16c4703412e0f89f3791eaf58f3cf/init.py#L1-L18
on Linux and macOS maybe `archive_lslin…
-
Here is issue that I've posted on lslint repo few days ago: https://github.com/Makopo/lslint/issues/47.
My problem is that your plugin ignores files icluded by preprocessor and produces errors about …
ghost updated
7 years ago
-
#### Referring to the README
Actually, if the only point in using the [makopo/sublime-text-lsl](https://github.com/makopo/sublime-text-lsl) package is to add the included binaries to one's PATH, then…
-
@sei-lisa how do I avoid this warning?
```lsl
default
{
state_entry()
{
list ugu = ["nya"];
llOwnerSay((string)ugu[0]);
}
}
```
-
using `lslint v1.0.9` with `Sublimelinter-contrib-lslint` and `MCPP V.2.7.2`:
The following script causes lslint.exe to crash on __every__ lint attempt:
```lsl
default
{
state_entry()
…
-
While writing some syntax test files, I noticed that `lslint` (v1.0.8) reports a "variable not declared" error for declared variables who've been assigned invalid syntax.
---
Minimal example bel…
-
Here is example with descriptions:
![temp](https://user-images.githubusercontent.com/405685/31523851-b86667cc-afbe-11e7-8fe4-aa33e435fa7c.png)
ghost updated
7 years ago
-
```lsl
// default.lsl
default
{
state_entry()
{
list a= ["b"];
llOwnerSay((string)a[0]);
}
}
```
and
```lsl
default
{
state_entry()
{
list …