Skip to content
New issue

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

fix: transitin meta command #326

Merged
merged 1 commit into from
Oct 3, 2024
Merged

fix: transitin meta command #326

merged 1 commit into from
Oct 3, 2024

Conversation

arthurpaulino
Copy link
Member

Remove code that was evaluating transition arguments, as that might turn expressions such as '(1 2 3) into (1 2 3), which is not a valid argument for a call.

Extra:

  • Remove useless path in apply coroutine
  • Add a test for the demo files

Remove code that was evaluating transition arguments, as that might
turn expressions such as `'(1 2 3)` into `(1 2 3)`, which is not a
valid argument for a call.

Extra:
* Remove useless path in `apply` coroutine
* Add a test for the demo files
"demo/protocol.lurk",
"demo/bank.lurk",
"demo/mastermind.lurk",
];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be easier to maintain the list of demo files in a single tests.lurk as done in lib above.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. Will keep that in mind

@arthurpaulino arthurpaulino merged commit f960d22 into main Oct 3, 2024
3 checks passed
@arthurpaulino arthurpaulino deleted the ap/fix-transition branch October 3, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants