Skip to content

Deprecated -> Discontinued #1006

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 2 commits into from
Feb 21, 2018
Merged

Deprecated -> Discontinued #1006

merged 2 commits into from
Feb 21, 2018

Conversation

isoos
Copy link
Collaborator

@isoos isoos commented Feb 21, 2018

  • renames fields, labels and template variables
  • apply highly visible style
  • removes discontinued items from the search index

Copy link
Contributor

@jakobr-google jakobr-google left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -47,8 +47,8 @@ class AnalysisStatusProperty extends StringProperty {
return AnalysisStatus.failure;
case 'success':
return AnalysisStatus.success;
case 'deprecated':
Copy link
Contributor

Choose a reason for hiding this comment

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

It won't be a problem in prod, but do we have entries with status=='deprecated' stored in dev?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We have, but it is unlikely to cause problems.

Copy link
Contributor

Choose a reason for hiding this comment

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

It'll cause an exception to be thrown here, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It will. But it will happen only if the most-recent analysis gets deleted, and only the older 'deprecated' Analysis instance is available. The automatic removal of old Analysis instances will remove that soon and it won't cause issues.

Copy link
Contributor

Choose a reason for hiding this comment

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

Right. No worries, then. :)

@isoos isoos merged commit 040cf3a into dart-lang:master Feb 21, 2018
@isoos isoos deleted the discontinued branch February 21, 2018 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants