Skip to content

CPLAT-3974 Remove workaround for DDC bug that is fixed in Dart 2 #229

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 6, 2019

Conversation

evanweible-wf
Copy link
Contributor

Ultimate problem:

There was an emulated function name bug in the Dart Dev Compiler (dart-lang/sdk#27647) that has since been fixed. Our dart2-specific branch of this library no longer needs the workaround for this bug.

How it was fixed:

Remove the workaround and related code/tests.

Testing suggestions:

  • CI passes

Potential areas of regression:

n/a


FYA: @greglittlefield-wf @aaronlademann-wf @kealjones-wk @corwinsheahan-wf

@aviary3-wk
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.

@corwinsheahan-wf
Copy link
Contributor

We need to be sure that this only gets included in the 2.x.x+dart2 release. Dart 1 users will still need this workaround.

@evanweible-wf
Copy link
Contributor Author

@corwin Yup, once 2.0.0-dev is merged into master, master will be considered dart2-only and all dart1 releases and fixes will be based off of a master_dart1 branch

@evanweible-wf evanweible-wf added the dart2 PRs targeting our effort to get to Dart SDK 2.0 compatibility label Feb 5, 2019
@greglittlefield-wf
Copy link
Contributor

+10

@greglittlefield-wf
Copy link
Contributor

@Workiva/release-management-pp

@rmconsole5-wk rmconsole5-wk merged commit fd17395 into 2.0.0-dev Feb 6, 2019
@rmconsole5-wk rmconsole5-wk deleted the remove_ddc_bug_library branch February 6, 2019 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart2 PRs targeting our effort to get to Dart SDK 2.0 compatibility Merge Requirements Met RM Ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants