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

testscript: remove "large files differ" diff size limit #206

Merged
merged 1 commit into from Mar 22, 2023

Conversation

mvdan
Copy link
Collaborator

@mvdan mvdan commented Mar 22, 2023

(see commit message)

Now that we no longer have to worry about pkg/diff's quadratic space
memory usage, we can remove this limitation.

Note that big_diff now includes the relatively big diff,
but having the file go from two thousand lines to four thousand lines
seems reasonable enough, and keeps the test script simple.

I intended to do this as part of the previous commit,
but clearly forgot to do this last piece.
@mvdan mvdan requested review from rogpeppe and myitcv March 22, 2023 18:27
@mvdan
Copy link
Collaborator Author

mvdan commented Mar 22, 2023

CC @thepudds

Copy link
Collaborator

@myitcv myitcv left a comment

Choose a reason for hiding this comment

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

Lgtm

@mvdan mvdan merged commit 00e5e28 into rogpeppe:master Mar 22, 2023
7 checks passed
@mvdan mvdan deleted the big-diff branch March 27, 2023 09:36
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