Skip to content

dev deps: Upgrade checks to 0.3.0, handling breaking changes #502

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

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

chrisbobbe
Copy link
Collaborator

Copy link
Member

@gnprice gnprice left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this! One nit, which appears in several places.

..field.equals('file')
..length.equals(length)
..filename.equals(filename)
..has<Future<List<int>>>((f) => f.finalize().toBytes(), 'contents')
.completes(it()..deepEquals(content.expand((l) => l)))
.completes((it) => it..deepEquals(content.expand((l) => l)))
Copy link
Member

Choose a reason for hiding this comment

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

nit:

Suggested change
.completes((it) => it..deepEquals(content.expand((l) => l)))
.completes((it) => it.deepEquals(content.expand((l) => l)))

Similarly in a few other places — wherever there's just one .. cascading call.

@chrisbobbe
Copy link
Collaborator Author

Thanks for the review! Revision pushed, with those tweaks.

@chrisbobbe
Copy link
Collaborator Author

Er, try now! 😁

@gnprice
Copy link
Member

gnprice commented Feb 2, 2024

Thanks! LGTM; merging.

@gnprice gnprice merged commit 2ae5530 into zulip:main Feb 2, 2024
@chrisbobbe chrisbobbe deleted the pr-upgrade-checks branch February 2, 2024 01:03
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