Commit 86e0495
committed
feat: migrate to the new spago (spago.yaml + published package set)
Build against the published purescript-lua package set via
workspace.packageSet.url instead of the old spago.dhall + packages.dhall
(upstream-ps // upstream-lua) merge. The new spago drives spago.yaml/spago.lock
and dropped Dhall.
- spago.dhall/packages.dhall -> spago.yaml (package name lua-control; the new
spago rejects the purescript- prefix). backend.cmd "true" keeps codegen on
corefn; the pslua invocation that used to live in spago.dhall's backend now
runs from scripts/build over the emitted corefn.
- flake.nix: spago 0.21.0 -> 1.x; drop the now-unused dhall dev-shell tool.
- treefmt.nix: drop the dead Dhall formatter. AGENTS.md: spago 1.x, src/packages.json.
- CI action versions bumped to current majors (checkout v5, install-nix v31).
- Remove the upstream PureScript test sources under test/Test (never built: old
sources globbed src/ only, and they carry JS FFI that doesn't target Lua). The
Lua regression tests under test/regression stay.1 parent 4fa4051 commit 86e0495
11 files changed
Lines changed: 905 additions & 60 deletions
File tree
- .github/workflows
- scripts
- test/Test
- Control
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
This file was deleted.
0 commit comments