Hunter Goldstein
Hunter Goldstein
Closing this out: I believe this one is _long_ fixed, but at the least the example given reports no errors.
I just looked at the linked file and saw that there's exactly _one_ error using the latest version of Luau, which is that we do not allow returning an under-pack,...
Can do, I'll try to find some time to do this soon.
Gave me a scare! I thought this was related to the work I was doing on bidirectional inference. Thank you for the report! I think this has been around for...
A bit of a quibble: we _ought_ to be able to infer that `addMoney` has type `(amount: T) -> ()`, but internally we'll error as we'll end up with incompatible...
To checkraisefold's point: this is out of scope for `luau`. Closing.
It looks like we double report this one right now: ``` Error: TypeError { "MainModule", Location { { line = 7, col = 16 }, { line = 7, col...
Thanks for the report! What version of `luau-lsp` are you using? This looks like a class of bug that has recently been fixed, and I'm unable to reproduce your error...
Thanks for the report! The first couple issues should have fix(es) coming out soon. ```luau local t3: { { a: "a" } } = {} table.insert(t3, { a = "a"...
Hello! Thank you for the report. Just wanted to check in to say I'm working on this class of issues. In this case we'd _like_ the function passed into `observer`...