-
#253
```lua
local _ = `asdf{}`
```
This currently passes, but it should fail.
Luau errors with "SyntaxError: Malformed interpolated string, expected expression inside '{}"
-
> _I'm working on a project that uses embed **lua puc-rio**, but I'm interested in **luau-analyzer** to check for inconsistent types and other lints._
The issue is that I have globals externally, a…
-
NOTES From Rick:
Built to speed up and help ROBLOX devs. Can be used under MIT licence.
[Luau - Luau (luau-lang.org)](https://luau-lang.org/)
Also found this;
[SciLua](https://scilua.org/ind…
-
The type `T & any` reduces to `any`, and we should lint against it since it's redundant.
This may be out of scope for selene, considering it starts us down the road of analyzing types, but it's pro…
-
**Describe the bug**
Unable to Obsfucate if you use the buffer Library
**To Reproduce**
`local ABuffer = buffer.create(1048)` Trying to obsfucate this, fails.
-
here is some random code written, when using the `--annotate` option, output is a disaster:
```lua
type foo = {
value: number
}
local foos: { number } = table.create(500)
local _unused = {…
-
From time to time (somewhere on the order of 1% of runs), with no pattern I can discern, I get a `io error: snappy: corrupt input (expected stream header but got unexpected chunk type byte 112)` error…
-
When building on debian, a fresh install, i ran into a few packages that are also needed.
pkg-config // for the ./configure script - not sure if this used to be bundled by default. if you buil…
-
```luau
type foo = {
--- foo bar baz
field: number,
}
local a: foo
a.field -- this gives the information "foo bar baz" when using the old solver, but the new solver gives nothing
````
-
### Describe the project you are working on
GDExtension running Luau inside Godot.
### Describe the problem or limitation you are having in your project
Having to protect Luau states from mul…