Skip to content
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

parser: parse noctal number literals #221

Closed
wants to merge 1 commit into from
Closed

Conversation

belochub
Copy link
Member

@belochub belochub commented Jun 12, 2017

@belochub belochub added this to the 1.0.0 milestone Jun 12, 2017
}

if (!int32_overflow) {
result *= 10;
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't it be 8?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, because then it will be octal number parsing.

Copy link
Member

Choose a reason for hiding this comment

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

Oh, yep. Ok then.

Copy link
Member

@nechaido nechaido left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lundibundi lundibundi left a comment

Choose a reason for hiding this comment

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

LGTM

aqrln pushed a commit that referenced this pull request Jun 15, 2017
Refs: #175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: #221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@aqrln
Copy link
Member

aqrln commented Jun 15, 2017

Landed in 726c8d8.

@aqrln aqrln closed this Jun 15, 2017
@aqrln aqrln deleted the parser-noctals branch June 15, 2017 12:38
belochub added a commit that referenced this pull request Jan 22, 2018
Refs: #175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: #221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub added a commit that referenced this pull request Jan 22, 2018
Refs: #175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: #221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
@belochub belochub mentioned this pull request Jan 22, 2018
belochub added a commit to metarhia/mdsf that referenced this pull request Jul 19, 2018
Refs: metarhia/jstp#175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: metarhia/jstp#221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub added a commit to metarhia/mdsf that referenced this pull request Jul 19, 2018
Refs: metarhia/jstp#175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: metarhia/jstp#221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub added a commit to metarhia/mdsf that referenced this pull request Jul 21, 2018
Refs: metarhia/jstp#175
Refs: https://github.com/metarhia/jstp/issues/152
PR-URL: metarhia/jstp#221
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
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.

4 participants