Skip to content

Fix analyzer issues in bsdiff - #342

Merged
stuartmorgan-g merged 1 commit into
flutter:masterfrom
stuartmorgan-g:bsdiff-analyzer-fixes
May 5, 2021
Merged

Fix analyzer issues in bsdiff#342
stuartmorgan-g merged 1 commit into
flutter:masterfrom
stuartmorgan-g:bsdiff-analyzer-fixes

Conversation

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Fixes minor issues flagged by the analyzer in preparation for fixing the
CI to run checks against the packages in third_party/packages.

Does not update metadata since nothing here warrants publishing.

Pre-launch Checklist

  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

Fixes minor issues flagged by the analyzer in preparation for fixing the
CI to run checks against the packages in third_party/packages.

@cyanglazcyanglaz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm

@stuartmorgan-g
stuartmorgan-g merged commit 75a2100 into flutter:masterMay 5, 2021
@stuartmorgan-g
stuartmorgan-g deleted the bsdiff-analyzer-fixes branch May 5, 2021 14:38
stuartmorgan-g added a commit to stuartmorgan-g/packages that referenced this pull request May 10, 2021
Enabling the new publishing checks was done in a PR that touched at
least one package, so didn't actually run on the whole repo, causing
post-submit breakage.
This fixes the publish errors:
- Corrects a version mismatch in fuchsia_ctl and standardizes the format
it uses for listing recent versions.
- Removes all pre-release SDK requirements now that null safety is
stable.
- Fixes a publish warning about the use of 'docs' rather than 'doc' in
pigeon.
It also fixes the test in error in bsdiff by reverting flutter#342 and fixing
it correctly. That change was completely wrong, but CI didn't catch it
since it wasn't running any tests for third_party/packages/ yet.
@stuartmorgan-gstuartmorgan-g mentioned this pull request May 10, 2021
11 tasks
stuartmorgan-g added a commit that referenced this pull request May 10, 2021
Enabling the new publishing checks was done in a PR that touched at
least one package, so didn't actually run on the whole repo, causing
post-submit breakage.
This fixes the publish errors:
- Corrects a version mismatch in fuchsia_ctl and standardizes the format
it uses for listing recent versions.
- Removes all pre-release SDK requirements now that null safety is
stable.
- Fixes a publish warning about the use of 'docs' rather than 'doc' in
pigeon.
It also fixes the test in error in bsdiff by reverting #342 and fixing
it correctly. That change was completely wrong, but CI didn't catch it
since it wasn't running any tests for third_party/packages/ yet.
austinstoker pushed a commit to austinstoker/packages that referenced this pull request Apr 29, 2022
stuartmorgan-g pushed a commit that referenced this pull request Oct 31, 2024
* Using SvgPicture.network with headers was not possible since headers were not passed to the http get request function
* test
* bump versions
Co-authored-by: Max Oehme <max.oehme@init.de>
Co-authored-by: Dan Field <dnfield@google.com>
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
Fixes minor issues flagged by the analyzer in preparation for fixing the
CI to run checks against the packages in third_party/packages.
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
Enabling the new publishing checks was done in a PR that touched at
least one package, so didn't actually run on the whole repo, causing
post-submit breakage.
This fixes the publish errors:
- Corrects a version mismatch in fuchsia_ctl and standardizes the format
it uses for listing recent versions.
- Removes all pre-release SDK requirements now that null safety is
stable.
- Fixes a publish warning about the use of 'docs' rather than 'doc' in
pigeon.
It also fixes the test in error in bsdiff by reverting flutter#342 and fixing
it correctly. That change was completely wrong, but CI didn't catch it
since it wasn't running any tests for third_party/packages/ yet.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stuartmorgan-g@cyanglaz