Skip to content

[rfw] Apply review comments from Yegor#474

Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom
Hixie:rfw
Oct 1, 2021
Merged

[rfw] Apply review comments from Yegor#474
fluttergithubbot merged 1 commit intoflutter:masterfrom
Hixie:rfw

Conversation

@Hixie
Copy link
Contributor

@Hixie Hixie commented Sep 24, 2021

This makes a variety of minor changes to improve the efficiency of the implementation and documentation quality.

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.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@google-cla google-cla bot added the cla: yes label Sep 24, 2021
@Hixie
Copy link
Contributor Author

Hixie commented Sep 24, 2021

cc @yjbanov

@Hixie Hixie force-pushed the rfw branch 2 times, most recently from 34c798f to 6a39749 Compare September 24, 2021 20:32
This makes a variety of minor changes to improve the efficiency of the implementation and documentation quality.
Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

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

lgtm

/// * `"`: represents U+0022 (")
/// * `'`: represents U+0027 (')
/// * `/`: represents U+002F (/)
/// * `\`: represents U+005C (\)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do these need to be prefixed by \? The grammar says <U+005C> symbol if I'm reading it correctly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure what you are asking, can you elaborate?

Copy link
Contributor

Choose a reason for hiding this comment

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

For example, instead of:

  * `"`: represents U+0022 (")
     ^ no back slash

should it be:

  * `\"`: represents U+0022 (")
     ^^ back slash

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh i have no idea. let's find out. :-)

@fluttergithubbot fluttergithubbot merged commit 9d1e048 into flutter:master Oct 1, 2021
stuartmorgan-g pushed a commit that referenced this pull request Oct 31, 2024
Add a flag to treat unhandled elements as errors rather than warnings.
stuartmorgan-g pushed a commit that referenced this pull request Aug 27, 2025
Bumps [plugin_platform_interface](https://github.com/flutter/packages/tree/main/packages) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/plugin_platform_interface-v2.1.6/packages)

---
updated-dependencies:
- dependency-name: plugin_platform_interface
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants