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

attempt partial sorting at least #651

Merged
merged 1 commit into from May 28, 2019
Merged

Conversation

mfrasca
Copy link
Contributor

@mfrasca mfrasca commented May 27, 2019

see issue #606. if one object has anything that doesn't compare to int, bring it to the top, and correctly sort the rest.

see issue python-babel#606.  if one object has anything that doesn't compare to `int`, bring it to the top, and correctly sort the rest.
@codecov-io
Copy link

codecov-io commented May 27, 2019

Codecov Report

Merging #651 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #651   +/-   ##
=======================================
  Coverage   90.98%   90.98%           
=======================================
  Files          24       24           
  Lines        4173     4173           
=======================================
  Hits         3797     3797           
  Misses        376      376
Impacted Files Coverage Δ
babel/messages/pofile.py 95.51% <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 8b684d5...ccd816c. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants