Skip to content

Conversation

@LaszloLango
Copy link
Contributor

Fixed all of the remaining warnings in 'build.py', 'run-tests.py' and 'check-license.py'.

Related issue: #1600

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com

@LaszloLango LaszloLango added bug Undesired behaviour tools Related to the tooling scripts labels Mar 14, 2017
@LaszloLango LaszloLango self-assigned this Mar 14, 2017
@LaszloLango LaszloLango requested a review from galpeter March 14, 2017 11:13
"""

for a, b in itertools.groupby(enumerate(i), lambda (x, y): y - x):
for _, b in itertools.groupby(enumerate(i), lambda (x, y): y - x):
Copy link
Member

Choose a reason for hiding this comment

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

underscore variable?

Copy link
Contributor

Choose a reason for hiding this comment

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

It's correct, a throwaway variable name to indicate that part of the result is being ignored.

Copy link
Contributor

Choose a reason for hiding this comment

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

But, I fixed these pylint warnings (unicode related warnings) in the #1623 PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought that patch landed already :)

Fixed all of the remaining warnings in 'build.py', 'run-tests.py' and 'check-license.py'.

Related issue: jerryscript-project#1600

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
@LaszloLango LaszloLango force-pushed the fix-pylint-warnings branch from 55b7362 to 882314c Compare March 16, 2017 08:39
Copy link
Contributor

@galpeter galpeter left a comment

Choose a reason for hiding this comment

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

lgtm

@robertsipka
Copy link
Contributor

LGTM (informally)

Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

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

LGTM

@LaszloLango LaszloLango merged commit fa5d5fe into jerryscript-project:master Mar 22, 2017
@LaszloLango LaszloLango deleted the fix-pylint-warnings branch April 28, 2017 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Undesired behaviour tools Related to the tooling scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants