Commit graph

20 commits

Author SHA1 Message Date
ajeffrey@roblox.com
7e3fd38633 Pin hackage again :( 2022-04-08 18:45:19 -05:00
ajeffrey@roblox.com
6fe94e0664 Pin bytestring again :( 2022-04-08 18:44:27 -05:00
ajeffrey@roblox.com
d25c501e4a YAML syntax 2022-04-08 18:07:28 -05:00
ajeffrey@roblox.com
7410ac966b YAML syntax 2022-04-08 18:06:34 -05:00
ajeffrey@roblox.com
a74f968fcf YAML syntax 2022-04-08 18:03:19 -05:00
ajeffrey@roblox.com
63e9d555fa YAML syntax 2022-04-08 17:58:40 -05:00
ajeffrey@roblox.com
36566cd741 YAML syntax 2022-04-08 17:48:45 -05:00
ajeffrey@roblox.com
9bcd346bd3 YAML syntax 2022-04-08 17:42:39 -05:00
ajeffrey@roblox.com
011409b92d Pin hackage version instead of lib versions 2022-04-08 17:38:17 -05:00
ajeffrey@roblox.com
ea6cc6dbce Actually pin bytestring version 2022-04-08 11:11:58 -05:00
ajeffrey@roblox.com
24e0143800 Pin bytestring version 2022-04-08 10:01:27 -05:00
ajeffrey@roblox.com
c9d9277fc1 Pin package versions 2022-04-07 17:57:18 -05:00
Lily Brown
6c923b8802
Prototyping: strings (#390) 2022-03-02 15:26:58 -08:00
Arseny Kapoulkine
db3a8a2f0f
Update prototyping.yml (#398)
This limits the scope of prototyping action to PRs to prototyping branch to minimize the GHA cost / latency, as cabal install sometimes takes forever
2022-02-24 17:08:54 -08:00
Arseny Kapoulkine
a9bdce6cc0
Rename tests to tests.py (#374) 2022-02-18 10:04:38 -08:00
Lily Brown
1ac64af484
Prototyping: Revise CI (#371)
Introduces a test runner with test cases. Also significantly overhauls the GHA configuration.
2022-02-17 17:15:33 -08:00
Lily Brown
c8d6dc2758
Revise GHA workflows for prototyping (#367)
Changed the GHA workflows to:
- Not run `build` and `release` workflows for PRs that only affect `prototyping/`
- Run `prototyping` workflow when PRs affect `Analysis/**`, `Ast/**`, or the `luau-ast` source files
2022-02-15 14:24:51 -08:00
Alan Jeffrey
db90c7da48
Add a typeToString function to the prototype (#354)
* Added Luau.Type.ToString
2022-02-11 14:38:35 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter (#353)
* First cut interpreter
2022-02-09 17:14:29 -06:00
Alan Jeffrey
041838a942
Prototyping a small subset of Luau in Agda (#350)
* First cut reading JSON into an Agda representation of Luau syntax
2022-02-08 18:26:58 -06:00