Open xsebek opened 1 month ago
Describe the bug
Running a Swarm script from the command line does not add the definitions to the environment.
To Reproduce
cabal run swarm -O0 -- --scenario Blank --debug=all --run example/maybe.sw
> just 1:1: Unbound variable just
curl -s localhost:5357/robot/0 | yq -P '.program'
Out: - VUnit: [] - mu: [] next: 0 - []
Expected behavior
The player should be able to use the definitions from the run file.
:angry: #495
Describe the bug
Running a Swarm script from the command line does not add the definitions to the environment.
To Reproduce
Expected behavior
The player should be able to use the definitions from the run file.