Hunter Goldstein

Results 23 comments of Hunter Goldstein

One problem is that `Float` requires `Copy`, which is a bit of an issue as `BigInt` cannot be `Copy`'d. EDIT: In addition I guess you could represent `nan` and `inf`...

Hello! Thank you for the report, and for beta testing the new type solver. It looks like this issue has been resolved, in fact your example has been added to...

Hello! Thank you for the report, and for beta testing the new type solver. It looks like this issue has been resolved, and in fact your example has been added...

I think if we _wanted_ to make this work, we'd have to make `table.create` special somehow: if you get a `{ nil }` from somewhere, you shouldn't be able to...

Huh, things are definitely _better_ as of this writing, but we're still not quite doing the right thing: ![Image](https://github.com/user-attachments/assets/d2bff692-7c7b-4439-94e4-51d0d73cdfa2) That should really be `GET_USERID_FROM_NAME_ASYNC : (self: Players, userName: string) ->...

Hello! Sorry to report so late, but this should be fixed as of a couple Luau releases ago. If I remember correctly, the root cause was that the aforementioned expected...

> It's theoretically possible that the while true loop would run indefinitely and not return anything ... In that case the appropriate typing would be `never`: this function _cannot_ return....

Sorry, to be clear I'm referring to the exact case when a function does not return (it diverges: gets stuck in a loop, throws an error, etc.). For this function...

Thanks for the report! The fix for this _barely_ missed this week's release, it should land next week.