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

whisper-fill.py: python3 compatiblity with itertools #209

Merged
merged 2 commits into from
May 8, 2017

Conversation

piotr1212
Copy link
Member

Should address issues mentioned in #190

@coveralls
Copy link

coveralls commented Apr 15, 2017

Coverage Status

Coverage remained the same at 88.577% when pulling 74a60e6 on piotr1212:fill_py3 into 0d5a0de on graphite-project:master.

import time
import sys
import optparse

if sys.version_info >= (3, 0):
xrange = range
else:
from future_builtins import filter
Copy link
Member

Choose a reason for hiding this comment

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

Should include zip too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not 100% sure if it is needed in this specific case. But I've added it to be sure we get same behaviour in all version.

@coveralls
Copy link

coveralls commented May 8, 2017

Coverage Status

Coverage decreased (-0.3%) to 88.3% when pulling 2069e9f on piotr1212:fill_py3 into 0d5a0de on graphite-project:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 88.3% when pulling 2069e9f on piotr1212:fill_py3 into 0d5a0de on graphite-project:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 88.3% when pulling 2069e9f on piotr1212:fill_py3 into 0d5a0de on graphite-project:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 88.3% when pulling 2069e9f on piotr1212:fill_py3 into 0d5a0de on graphite-project:master.

@piotr1212
Copy link
Member Author

I have no clue why the travis test fails, seems to work fine locally.

@deniszh
Copy link
Member

deniszh commented May 8, 2017

Test went fine after restart, Codacy also can be ignored in this case

@deniszh deniszh merged commit 80b3e20 into graphite-project:master May 8, 2017
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.

None yet

3 participants