Skip to content

Implement the CSET machine, along with macros #5119

Implement the CSET machine, along with macros

Implement the CSET machine, along with macros #5119

Triggered via pull request November 20, 2024 08:33
Status Success
Total duration 7m 43s
Artifacts

nodejs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/createContext.ts#L428
'f' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/closure.ts#L55
'_' is assigned a value but never used
build: src/cse-machine/interpreter.ts#L84
`../alt-langs/mapper` import should occur before import of `./closure`
build: src/cse-machine/interpreter.ts#L331
'reject' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L567
'stash' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L650
'stash' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L723
'stash' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L732
'stash' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L779
'stash' is defined but never used. Allowed unused args must match /^_/u
build: src/cse-machine/interpreter.ts#L790
'stash' is defined but never used. Allowed unused args must match /^_/u