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

Repin clvm_tools_rs==0.1.34 #15455

Merged
merged 2 commits into from
Jun 7, 2023
Merged

Repin clvm_tools_rs==0.1.34 #15455

merged 2 commits into from
Jun 7, 2023

Conversation

Quexington
Copy link
Contributor

@Quexington Quexington commented Jun 6, 2023

This should mainly fix the problem with CLVM constantly recompiling during pytest runs. However, in an update to the compiler, hex files are now emitted with a new line (just a \n not a \r\n on Windows). This means we also had to update all of those, but if you hide whitespace in the diff you can verify that this is the only thing that has changed. However this will result in a bit of tumult for people pulling main after this change because they will have to rebuild their venv in order to pass the pre-commit check.

@Quexington Quexington added the Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog label Jun 6, 2023
@Quexington Quexington changed the title Repin clvm_tools_rs Repin clvm_tools_rs==0.1.34 Jun 6, 2023
@Quexington Quexington marked this pull request as ready for review June 6, 2023 21:44
@Quexington Quexington requested a review from a team as a code owner June 6, 2023 21:44
Copy link
Contributor

@arvidn arvidn left a comment

Choose a reason for hiding this comment

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

it was awkward to not have a newline at the end of those files anyway

Copy link
Contributor

@altendky altendky left a comment

Choose a reason for hiding this comment

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

thanks!

@Quexington Quexington added the ready_to_merge Submitter and reviewers think this is ready label Jun 7, 2023
@wallentx wallentx merged commit 8e5441c into main Jun 7, 2023
202 checks passed
@wallentx wallentx deleted the quex.repin_clvm_tools_rs_0.1.34 branch June 7, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog ready_to_merge Submitter and reviewers think this is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants