-
Notifications
You must be signed in to change notification settings - Fork 673
Change can.Message #413
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
Merged
Merged
Change can.Message #413
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
7c44101
use is_extended_id instead of id_type for message objects
felixdivo b3fd52f
better documentation
felixdivo 00903f8
document check option
felixdivo 6204cda
fixes for the Message class
felixdivo 965bbbb
run test on CI for logformats_test.py
felixdivo 1797e43
added channel to docs
felixdivo e76f017
add example messages with channel attribute set
felixdivo 4e23808
test codecov
felixdivo f71fd56
change logformat tests
felixdivo a20f4f7
nicer __repr__
felixdivo 5217880
add __slots__, correct __hash__. deprecate id_type
felixdivo edb2b6e
make timestamp comparisoun a bit more forgiving
felixdivo ec9f9ed
use extended_id in constructor
felixdivo 1a76644
fix TestBlfFileFormat test
felixdivo 26b2406
implemented Message._check
felixdivo 52ab605
adjust logformat test
felixdivo a724a92
Merge branch 'develop' into change-messages
felixdivo 5d88662
try to add warning & compat __dict__
felixdivo c0fe8a7
Merge branch 'change-messages' of github.com:hardbyte/python-can into…
felixdivo 5fb1775
properly implement warning
felixdivo eee819f
update deprecation notes
felixdivo 00f6b92
docs & remove undocumented setting of flags in kvaser backend
felixdivo da6d180
docs
felixdivo 9791761
compare by identity; add _dict to __hash__()
felixdivo 95cc0b5
address PR comments
felixdivo f4c532e
remove leftover code
felixdivo 360cfdf
Merge branch 'develop' into change-messages
felixdivo 43586e9
resolve bad merge commit
felixdivo afe9cf6
added missing comma
felixdivo 58a31f3
add __copy__ and __deepcopy__
felixdivo e840d36
docs
felixdivo e27fafb
fix bad test case
felixdivo 196cd89
add Message.equals(), and correctly check for equality in failing tests
felixdivo 2499c95
Merge branch 'develop' into change-messages
felixdivo fddef63
Merge branch 'develop' into change-messages
felixdivo c28a106
Remove message hash implementation
hardbyte 5eb4fa4
Merge branch 'develop' into change-messages
hardbyte 68d8e45
Fix missing space in setup
hardbyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
better documentation
- Loading branch information
commit b3fd52f014c7e4fde2e8795e570fa7fd57a7cc19
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Typo in together, corresponding and again.