Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Address pedantic lints #52

Merged
merged 15 commits into from
Dec 10, 2019
Merged

Address pedantic lints #52

merged 15 commits into from
Dec 10, 2019

Conversation

rakudrama
Copy link
Contributor

No description provided.

@rakudrama rakudrama marked this pull request as ready for review December 10, 2019 21:25
Copy link
Contributor

@cbracken cbracken left a comment

Choose a reason for hiding this comment

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

LGTM stamp from a Japanese personal seal

for (int i = 0; i < s.length; i++) {
int c = s.codeUnitAt(i);
int digit = _decodeDigit(c);
var x = ZERO;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I'd be tempted to leave just this one. It's relatively obvious given the constant but maybe a good reminder to the reader given it's the odd one out here and line 62. Not the end of the world given every other var in this file looks fine to me.

@rakudrama rakudrama merged commit 13da512 into master Dec 10, 2019
@kevmoo kevmoo deleted the rakudrama-patch-1 branch March 26, 2020 16:08
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
* Update int64.dart

* Update analysis_options.yaml

* Update int32.dart

* Update int64.dart

* Update int32.dart

* Update int32.dart

* Update intx.dart

* Update int32.dart

* Update all_tests.dart

* Update int32_test.dart

* Update pubspec.yaml

* Update int_64_vm_test.dart

* Update int64_test.dart

* Update int64_test.dart

* Update int64_test.dart
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants