Commit graph

7 commits

Author SHA1 Message Date
Pelanyo Kamara
bb987daf19
Merge branch 'Roblox:master' into webrepl 2021-11-06 22:21:09 +00:00
Pelanyo Kamara
92f9b7363e
create simple interface 2021-11-06 22:14:45 +00:00
Roni N. (Kittenz)
1e1d1f58e9
Look for .luau before .lua in REPL & Analyze (#97) (#124)
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-05 19:11:26 -07:00
Pelanyo Kamara
c4fbdf55c0
flesh out webrepl base 2021-11-05 18:34:38 +00: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