Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

KH-18819: Support Dart 2 by unblocking args ^1.0.0#1

Merged
micahbeeman-wf merged 3 commits into
Workiva:masterfrom
micahbeeman-wf:dart_2
May 22, 2018
Merged

KH-18819: Support Dart 2 by unblocking args ^1.0.0#1
micahbeeman-wf merged 3 commits into
Workiva:masterfrom
micahbeeman-wf:dart_2

Conversation

@micahbeeman-wf
Copy link
Copy Markdown

Args 1.0 is required for Dart 2, so this PR increases the range of that dependency and implements strong mode fixes

@aaronlademann-wf @michaelyeager-wf

@aviary3-wk
Copy link
Copy Markdown

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 HipChat: InfoSec Forum.

Copy link
Copy Markdown

@aaronlademann-wf aaronlademann-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

Comment thread lib/src/string_codecs.dart Outdated
}

final dashesToCamelCase = new SeparatorCodec("-", splitter: new RegExp(r'[_-]'))
Codec dashesToCamelCase = new SeparatorCodec("-", splitter: new RegExp(r'[_-]'))
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

As a note of caution, final is a keyword, not a type. Changing this may cause bugs if other areas depend ondashesToCamelCase being immutable. Are you certain this shouldn't be final Codec dashesToCamelCase instead?

- Fix immutable object
@aaronlademann-wf
Copy link
Copy Markdown

+1

1 similar comment
@kennytrytek-wf
Copy link
Copy Markdown

+1

@micahbeeman-wf
Copy link
Copy Markdown
Author

Found a problem running --help where it does not output all the information it is supposed to. Investigating.

- Fix help output
@aaronlademann-wf
Copy link
Copy Markdown

+1

@michaelyeager-wf
Copy link
Copy Markdown

QA +1

@teresarevious-wf
Copy link
Copy Markdown

RM +1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants