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

[WIP] Multi-chain repl support #110

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

jmcardon
Copy link
Member

@jmcardon jmcardon commented Feb 26, 2024

This PR aims to implement #96. To achieve this, we need to do a few things:

  • load must be moved from a repl special form to a native. That said: There's no meaningful return value for load, so we may just return anything.
  • We need to change the way we do repl tests/inspect values for failure/passing. Currently load allows all repl script values to be inspectable by the repl tests. We may want to instead append them to some sort of logger to make the repl tests work.
  • TODO: we want a few natives to set the chain, resume on a target chain, etc.

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.

1 participant