-
Notifications
You must be signed in to change notification settings - Fork 659
Add specific exceptions #1025
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
Add specific exceptions #1025
Conversation
Started to use the new exception types.
…d. The method returns True on success and False on timeout, if the user wanted an timeout.
Win32 and cygwin will both load "vcimpl.dll". Added comments.
Change version to 4.0.0.dev0 Fix classifiers in setup.py, it should be a list.
…/python-can into exception-handling
General exception handling (+ changes to the ixxat interface)
Codecov Report
@@ Coverage Diff @@
## develop #1025 +/- ##
========================================
Coverage 70.82% 70.82%
========================================
Files 78 79 +1
Lines 7567 7588 +21
========================================
+ Hits 5359 5374 +15
- Misses 2208 2214 +6 |
|
Seems like this can be merged soon. Not too much would need to be done. |
|
After this is merged, I'd open new issues/PRs for:
These would need to be closed before 4.0.0 is release. I can offer to do part of it. |
|
@Mergifyio update |
|
Command
|
|
@hardbyte Can this be merged then? |
This PR:
can/*.pymodulescan/io/*.pymodules (it is not used there anyways, and that is correct)Closes #356. This PR is based on the work of @marcel-kanter done in #562.