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

Replace uses of traits.api.Long with traits.api.Int #868

Merged
merged 1 commit into from Dec 24, 2019

Conversation

@mdickinson
Copy link
Member

@mdickinson mdickinson commented Dec 8, 2019

This PR replaces uses of Long with Int. Intshould be an acceptable substitute anywhere that Long is used. (On Python 2, the Int trait type accepts long instances since enthought/traits#104.)

@codecov-io
Copy link

@codecov-io codecov-io commented Dec 8, 2019

Codecov Report

Merging #868 into master will increase coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #868      +/-   ##
==========================================
+ Coverage   50.85%   50.86%   +<.01%     
==========================================
  Files         263      263              
  Lines       23846    23843       -3     
  Branches     3252     3251       -1     
==========================================
  Hits        12128    12128              
+ Misses      10931    10928       -3     
  Partials      787      787
Impacted Files Coverage Δ
tvtk/wrapper_gen.py 11.01% <0%> (+0.04%) ⬆️
tvtk/pyface/picker.py 36.53% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ea126d...1d586b0. Read the comment docs.

@mdickinson
Copy link
Member Author

@mdickinson mdickinson commented Dec 17, 2019

@rahulporuri @prabhuramachandran Would either of you be able to review?

Copy link
Contributor

@rahulporuri rahulporuri left a comment

LGTM.

Copy link
Member

@prabhuramachandran prabhuramachandran left a comment

LGTM, thanks!

@prabhuramachandran prabhuramachandran merged commit 8793055 into master Dec 24, 2019
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@prabhuramachandran prabhuramachandran deleted the fix/use-of-long-trait-type branch Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.