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

Replace deprecated commands with new dart commands #49

Merged
merged 1 commit into from
May 6, 2022

Conversation

sourcegraph-wk
Copy link

This Sourcegraph batch replaces deprecated commands from the Dart SDK with the new ones.
All new CLI commands now live under the main dart executable. See this issue for the details
dart-lang/sdk#46100

This PR might need to be checked or tweaked for possible errors in the arguments to
dart analyze and dart format since they take slightly different arguments than the original.
In most cases for analyze all the arguments can be removed and it can just be dart analyze.

Some of the argument changes were difficult to match and replace in an automated way. Since
there are only a few places that might break, it'll be easier to let the batch create the PR
and then manually adjust them.

Argument changes for dartfmt -> dart format

-w should be removed automatically since overwriting files is now the default. But, if you spot one, remove it.
--dry-run is not a supported argument now. Replace with --set-exit-if-changed -o none

repos that look like they will need updates for dart format

  • abide
  • abide_archived
  • bender.dart
  • unscripted (unused repo)

Argument changes for dartanalyzer -> dart analyze

--no-hints and --no-lints are removed

repos that look like they will need updates for dart analyze

  • user_analytics

QA steps:

  • CI passing is a great start since these commands are usually called in the dockerfile, shell scripts, or skynet
  • Check the changeset and if there are scripts that are only run locally and not in CI, try running them locally to verify they work
  • If the PR has changes to dart analyze or dart format check the arguments
  • Lastly, look for replacements that matched in the wrong place and should be undone or fixed

Created by Sourcegraph batch change Workiva/dart_commands.

@rmconsole-wf
Copy link

rmconsole-wf commented Apr 23, 2022

Merge Requirements Met ✅

Request Rosie to automerge this pull request by including @Workiva/release-management-p in a comment.

General Information

Ticket(s): None found in title
Code Review(s): #49
Release Image Tags:

Reviewers: blakeroberts-wk, keruitan-wk

Additional Information

Watchlist Notifications: None
Pull Requests included in release:

	When this pull is merged I will add it to the following release:
	Current version: opentelemetry-dart 0.9.2
	Version after merge: opentelemetry-dart 0.9.2
	Release Ticket(s): O11Y-1797

	This pull is considered a release pull
	The options defined for this repo will be carried out


Note: This is a shortened report. Click here to view Rosie's full evaluation.
Last updated on Friday, May 06 02:36 PM CST

@aviary2-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

@semveraudit-wf
Copy link

Public API Changes

No changes to the public API found for commit 5e548cb

Showing results for 5e548cb

Powered by semver-audit-service. Please report any problems by filing an issue.
Reported by the dart semver audit client 2.2.2
Browse public API.

@blakeroberts-wk
Copy link
Contributor

QA +1

@blakeroberts-wk
Copy link
Contributor

@Workiva/release-management-p

Copy link

@rmconsole-wf rmconsole-wf left a comment

Choose a reason for hiding this comment

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

+1 from RM

@rmconsole5-wk rmconsole5-wk deleted the batch/fea/dart_commands branch May 6, 2022 19:35
Sign up for free to 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.

8 participants