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 re-enabling repl lines #1005

Merged
merged 5 commits into from Jul 15, 2022
Merged

Fix re-enabling repl lines #1005

merged 5 commits into from Jul 15, 2022

Conversation

jmcardon
Copy link
Member

No description provided.

@emilypi
Copy link
Member

emilypi commented Jun 27, 2022

LGTM pending green

src/Pact/Eval.hs Outdated Show resolved Hide resolved
src/Pact/Repl.hs Outdated
@@ -132,7 +132,7 @@ initEvalEnv ls = do
mv <- newMVar ls
return $ EvalEnv (RefStore nativeDefs) mempty Null Transactional
def def mv repldb def pactInitialHash freeGasEnv
permissiveNamespacePolicy (spvs mv) def def def
permissiveNamespacePolicy (spvs mv) def def def True
Copy link
Member

Choose a reason for hiding this comment

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

what's this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

it's the new flag for the EvalEnv. I can make this look a lot better actually.

@emilypi emilypi merged commit 0ec7e92 into master Jul 15, 2022
@emilypi emilypi deleted the jose/fix-repl-lines branch July 15, 2022 21:20
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.

None yet

2 participants