Skip to content

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

Closed
wants to merge 335 commits into from
Closed

Conversation

pierreluctg
Copy link
Collaborator

No description provided.

Alberto Scotta and others added 30 commits June 2, 2019 09:16
* 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)).
@pierreluctg pierreluctg requested a review from hardbyte March 10, 2020 16:17
Copy link
Collaborator

@felixdivo felixdivo left a 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.

@pierreluctg
Copy link
Collaborator Author

@hardbyte can you re-trigger Travis? OSX failure are unrelated.

Thank you

pierreluctg and others added 10 commits March 23, 2020 16:11
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
@pierreluctg
Copy link
Collaborator Author

@hardbyte, @christiansandberg, @felixdivo who can re-trigger Travis OSX build or merge this PR?

@felixdivo
Copy link
Collaborator

I can't, @hardbyte can

@hardbyte
Copy link
Owner

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

Access rights on Travis CI is based on the access rights on GitHub or Bitbucket

@felixdivo
Copy link
Collaborator

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?

josko7452 and others added 7 commits April 29, 2020 17:33
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>
@pierreluctg pierreluctg force-pushed the pierreluctg-patch-1 branch from 5a28dad to 9291c43 Compare May 8, 2020 12:20
@pierreluctg
Copy link
Collaborator Author

Replaced with #831

@pierreluctg pierreluctg closed this May 8, 2020
@pierreluctg pierreluctg deleted the pierreluctg-patch-1 branch May 8, 2020 12:24
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.