-
Notifications
You must be signed in to change notification settings - Fork 259
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
Fix failing unit tests. #13
Comments
+1 |
@hernantz are you volunteering to fix the bugs? |
We might first benefit from updating our State Machine Models and Probers from upstream. This will require someone who knows C++ and Python and can port the former to the latter. |
Huh, apparently the link I had to the Mozilla upstream was massively out of date. It hadn't shown any updates in the past couple years. Thanks for finding the up-to-date one. I'm pretty comfortable working with C++, so I'd be able to tackle this. The question is just when. I won't assign myself until I know for sure I have the time to dedicate. |
I'm extraordinarily busy. I too am comfortable with C++ but I doubt I'll have time any time soon. I threw this hear in case someone else wants to take a crack at updating chardet. It seems @hernantz wasn't volunteering after all. |
Yeah, I probably won't have time very soon either. I just felt like since this project gets mentioned in Nick Coghlan's great article about multilingual programming, we should probably try to make it work better. :) |
All but one have been fixed via #42. |
- Enable "concurrent" Python installation - Switch to GITHUB for DISTFILES (includes tests) - Add test target - Patch setup.py and test.py to support setuptools 'test' command - Enable NO_ARCH (architecture independent) [1] chardet/chardet#13 Reviewed by: rm (maintiner) Approved by: rm (maintainer) Differential Revision: D5517 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@410159 35697150-7ecd-e111-bb59-0022644237b5
- Enable "concurrent" Python installation - Switch to GITHUB for DISTFILES (includes tests) - Add test target - Patch setup.py and test.py to support setuptools 'test' command - Enable NO_ARCH (architecture independent) [1] chardet/chardet#13 Reviewed by: rm (maintiner) Approved by: rm (maintainer) Differential Revision: D5517
We have some known failures right now, but they are not the ones discussed here, so I'm closing this. |
Support CP949, fixes chardet#10
Currently, the following 27 unit tests fail. We need to figure that out and fix them.
The text was updated successfully, but these errors were encountered: