We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
😠 #495
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: