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

Remove bitvectors width from the value tag. #1751

Merged
merged 6 commits into from
Sep 17, 2024
Merged

Remove bitvectors width from the value tag. #1751

merged 6 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Remove bitvectors width from the value tag.

    Fixes #1740.  We can do this because the values (WordVal) already
    has its width, so we don't need to store it again.
    yav committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fd35162 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    yav committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    34f6f5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b59c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c7e07 View commit details
    Browse the repository at this point in the history
  5. Fix the remote API

    yav committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    551cbc0 View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    yav committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    496de4c View commit details
    Browse the repository at this point in the history