-
Notifications
You must be signed in to change notification settings - Fork 638
Update windows APPDATA location #769
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
Conversation
* Add wrongly removed statement back to codebase This was removed in the process of making the linter happy. But it is required since it changes `num_channels`. * remove unused commented out logging
Slcan review General review of slcan.py - add read method to enhance abstraction - add flush method - add get_serial_number, to retrive the serial number of the CANbus-serial bridge (also add test case) - add get_version, to retrive the version of the CANbus-serial bridge (also add test case) - wrap up stuff related to bitrate setting in dedicated methods - make write method private/hidden
It is unsupported and causes problems. See [here](#554 (comment)).
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.
Sounds good. See here for anybody searching how it is actually implemented.
@hardbyte can you re-trigger Travis? OSX failure are unrelated. Thank you |
Avoid calling msg.data multiple times by caching msg.data value
Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com> Co-authored-by: Christian Sandberg <christiansandberg@users.noreply.github.com>
Socketcan bcm now supports sending periodic messages with the same arbitration ID. Updates documentation and tests for socketcan interface. Closes #721
Clarification for Notifier docs
This works towards PEP 561 compatibility.
only import winreg when on Windows
In Python 2, the str type was used for text and bytes, whereas in Python 3, these are separate and incompatible types. This broke instantiation of a VectorBus when the app_name parameter in __init__ was set to None. This correctly sets it to a bytes object. Fixes #796
@hardbyte, @christiansandberg, @felixdivo who can re-trigger Travis OSX build or merge this PR? |
I can't, @hardbyte can |
I've triggered a rebuild, but I thought you would both be able to? https://docs.travis-ci.com/user/travis-ci-for-private/#who-has-access-to-the-builds
|
Oh my bad, I was in a wrong browser instance where I was somehow signed out. Sorry! Strange that the build suddenly fails ... maybe #745 has returned? |
Co-authored-by: Felix Divo <felixdivo@users.noreply.github.com>
This works towards PEP 561 compatibility.
* Add an error callback to ThreadBasedCyclicSendTask * Fix formatting error reported by black * Add return value for on_error * unit tests * black * review comments Co-authored-by: Felix Divo <felixdivo@users.noreply.github.com>
5a28dad
to
9291c43
Compare
Replaced with #831 |
No description provided.