Skip to content
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

merge comma opendbc master #3

Merged
merged 2 commits into from
Aug 14, 2023

Commits on Aug 10, 2023

  1. parser: update_strings propagate cpp exceptions in py bindings (#912)

    * Propagate cpp exceptions to py
    
    * Add a test case
    
    * Update can/tests/test_dbc_exceptions.py
    
    Co-authored-by: Shane Smiskol <[email protected]>
    
    ---------
    
    Co-authored-by: Shane Smiskol <[email protected]>
    fredyshox and sshane authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    df9c11d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. CANParser: parse all signals for given messages (#828)

    * CANParser: parse all signals for a message
    
    * update tests
    
    * just use a pair
    
    * rm enforce checks
    
    * rm that
    
    * spacing
    
    * fix nonexistent message test
    
    * message addr check should not have been deleted
    
    * can be cleaned up more
    
    * remove that too
    
    * add comment back
    
    * revert default bus behavior
    
    revert default bus behavior
    
    * can combine this loop
    
    * unused map
    
    * add all
    
    * ensure we track all signals
    
    * remove sanity check
    
    * this wasn't tested before
    
    * Revert "this wasn't tested before"
    
    This reverts commit eb5e920.
    
    ---------
    
    Co-authored-by: Shane Smiskol <[email protected]>
    adeebshihadeh and sshane authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a1582f5 View commit details
    Browse the repository at this point in the history