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

feat: verify non-raw to raw param transitions in phase2-cli #1239

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

DrPeterVanNostrand
Copy link
Contributor

@DrPeterVanNostrand DrPeterVanNostrand commented Aug 4, 2020

Allows phase2 to verify non-raw to raw contributions.

Copy link
Collaborator

@porcuquine porcuquine left a comment

Choose a reason for hiding this comment

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

LGTM

);
error!("{}", err_msg);
panic!("{}", err_msg);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why both?

Copy link
Contributor Author

@DrPeterVanNostrand DrPeterVanNostrand Aug 4, 2020

Choose a reason for hiding this comment

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

Participant's may not be familiar with tmux commands, if an error occurs it's better to have the error in a sendable file rather than asking them to mess with tmux scolling to the top of the backtrace.

@DrPeterVanNostrand DrPeterVanNostrand merged commit 9225fd1 into master Aug 4, 2020
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