Prepare for new repl #892
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "repl-prep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
I had to expose some more functions and fix some typing issues
@radrow What do you need this function for?
Created by: radrow
This sets the env to work in a given scope (eg a namespace).
push_scope
wouldn't work, because it always starts with a clean scope.REPL uses it for resolution of user-defined types. They have to be declared in
?MOCK_CONTRACT
, and so while unfolding their definitions the typechecker has to be in the context of that contract (otherwise it complains that the type is unknown)Created by: hanssv
Review: Dismissed
👍
approved this merge request
Created by: hanssv
Review: Approved
Merged by: radrow at 2022-07-25 16:46:54 UTC