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

Correctly generates sha256 hashes for all subtrees in a spec #124

Merged
merged 1 commit into from
Sep 19, 2019

Conversation

magnusfeuer
Copy link
Contributor

Each branch and signal gets a hash based on its own and its children's n name, type, min, max, and enum values.

Correctly updates hashes for a modified signal and all its parental branches (up to the root).
Added some more checks in the code to ensure correct handling of branches vs. signals.
Added signature print example in vss_dump.c

…on name, type, min, max, and enum values.

Correctly updates hashes for a modified signal and all its parental branches (up to the root).
Added some more checks in the code to ensure correct handling of branches vs. signals.
Added signature print example in vss_dump.c
@magnusfeuer magnusfeuer merged commit f8349cd into master Sep 19, 2019
@magnusfeuer magnusfeuer deleted the magnusfeuer-subtree-checksumming branch October 29, 2019 16:42
slawr added a commit to slawr/vehicle_signal_specification that referenced this pull request Feb 8, 2022
Update the vss-tools submodule to the current master commit to get
various improvements including the change of 'enum' to 'allowed' in the
rule set.

Submodule vss-tools 579c58f..0894e95:
  > Fixing versioning according to packaging guides
  > Adding FAQ
  > vspec2binary.py enum name replaced by allowed.
  > Binary tool enum name replaced by allowed.
  > [CORE] Move from `enum` to `allowed`
  > Adding support for types listed in vehicle-signal-specification in (COVESA#134)
  > Feature/validate nameing conventions (COVESA#128)
  > [BUILD] Python version updated to 3.8.12
  > [BUILD] Move from `requirements.txt` to `Pipfile`
  > go module version update.
  > Use argparse for YAML generation. Allow optional strict checking (COVESA#117)
  > Removing dead code in csv generator (COVESA#126)
  > Removing obsolete entries from VSS-tools (COVESA#124)

Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
danielwilms pushed a commit that referenced this pull request Feb 9, 2022
Update the vss-tools submodule to the current master commit to get
various improvements including the change of 'enum' to 'allowed' in the
rule set.

Submodule vss-tools 579c58f..0894e95:
  > Fixing versioning according to packaging guides
  > Adding FAQ
  > vspec2binary.py enum name replaced by allowed.
  > Binary tool enum name replaced by allowed.
  > [CORE] Move from `enum` to `allowed`
  > Adding support for types listed in vehicle-signal-specification in (#134)
  > Feature/validate nameing conventions (#128)
  > [BUILD] Python version updated to 3.8.12
  > [BUILD] Move from `requirements.txt` to `Pipfile`
  > go module version update.
  > Use argparse for YAML generation. Allow optional strict checking (#117)
  > Removing dead code in csv generator (#126)
  > Removing obsolete entries from VSS-tools (#124)

Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
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.

1 participant