Commit graph

5 commits

Author SHA1 Message Date
Roni Nevalainen
f13cc5486e
Merge branch 'master' of https://github.com/Roblox/luau 2021-11-05 21:22:46 +02:00
Roni Nevalainen
d75f60a2d7
Look for .luau before .lua in REPL & Analyze (#97)
As discussed in the issue, Luau has evolved from Lua to the point
where a new default extension `.luau` would be needed.

This change makes the REPL and Analyze look for `.luau`
extension first and if not found, fall back to `.lua`.
2021-11-04 19:22:57 +02:00
Arseny Kapoulkine
98fa75e911 Fix fallout from #114: T is the right thread to use 2021-11-04 10:09:25 -07:00
Grant Hernandez
e3f8c25e9e
Fix CLI abort when non lua string passed to error (#114) 2021-11-03 21:17:07 -07:00
Arseny Kapoulkine
d01addc625 Sync to upstream/release/501 (#20)
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-01 14:52:34 -07:00