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

Make the Adapter trait methods take &self instead of &mut self. #249

Merged
merged 5 commits into from
Apr 8, 2023

Conversation

obi1kenobi
Copy link
Owner

  • Make the Adapter trait methods take &self instead of &mut self.
  • Update trustfall, pytrustfall, trustfall_wasm and Rust examples.
  • Fix experiments and hytradboi demo.
  • Update fuzz target.

Fixes #205.

@obi1kenobi
Copy link
Owner Author

I've manually verified that the fuzzer's previously-discovered errors don't reproduce anymore. I just need to port the repro out of the fuzzer and into the actual test suite, and this will be ready to merge and release as a new beta.

@obi1kenobi obi1kenobi marked this pull request as ready for review April 8, 2023 15:03
@obi1kenobi obi1kenobi enabled auto-merge (squash) April 8, 2023 15:03
@obi1kenobi obi1kenobi merged commit 08b3098 into main Apr 8, 2023
@obi1kenobi obi1kenobi deleted the the_great_immutening branch April 8, 2023 15:08
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.

already borrowed: BorrowMutError
1 participant