-
Notifications
You must be signed in to change notification settings - Fork 50
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
Prioritize numbers next to currencies #5
base: master
Are you sure you want to change the base?
Conversation
8304135
to
42a3bcf
Compare
Codecov Report
@@ Coverage Diff @@
## master #5 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 98 113 +15
Branches 21 26 +5
=========================================
+ Hits 98 113 +15
|
42a3bcf
to
e7b01da
Compare
Thanks @Gallaecio! I think the approach you've chosen to fix it makes sense.
I think it is better to keep it. It can be rather easy to test, as existing pytest.mark.parametrize test cases contain currency.
This sounds fine; such strings is what we see in practice, but not what should necessarily be passed to price-parser. |
e7b01da
to
bd856ed
Compare
bd856ed
to
f3b4964
Compare
Suggestions applied, along with:
|
f3b4964
to
e44e242
Compare
Is this branch still up to date? I'm having the same issue as #47, but it seems that this PR could fix it? |
It is not up to date, I need to update it and solve the merge conflicts. |
Sounds good! Would it be ready for merging afterwards? Not too familiar with how the whole review process works. Thank you |
A maintainer, maybe 2, need to approve the changes. |
Awesome. @kmike Seems like this PR has been in limbo for a while now. Assuming you are a maintainer, does this PR look good to you if it's updated and solved merge conflicts? |
@kmike is a maintainer in a lot of projects. Waiting for me to update the pull request and then reviewing it will probably be a better use of his time 🙂 I have a few things I need to prioritize myself before I have time to update this. I hope to handle it sometime next week, but I cannot make any promise. |
Great point.
Thank you! I can also separately attempt bringing this branch up to date and whatnot, but that might not be very fruitful |
I saw that you've rebased the branch, are there any procedures I can help with before it gets reviewed? Or if I should ping any maintainers? |
There’s nothing else you can do on your side, just patience. When a maintainer has time, it will be reviewed. |
Sounds good. Was just wondering since this has been open for almost two years now. Thank you for fixing! |
Thanks for the PR @Gallaecio , I had a quick look before, and should be able to do the full review early next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
This PR would help us a lot, Can we do anything to get this through? |
Hey, thanks for feedback, we'll prioritize this, now we have a much better test suite in master. |
I wish this merged sooner |
Fixes #2, fixes #47
Notes:
extract_currency_symbol
? Remove, deprecate or keep? It is the current responsible for the coverage drop; if it’s going to stay I should provide tests for it.