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

feat!: Shot count is now represented as an unsigned 32-bit, up from 16-bit, allowing for higher shot counts #509

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    926f620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd36f58 View commit details
    Browse the repository at this point in the history
  3. fix clippy and a typo

    MarquessV committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    690a8ca View commit details
    Browse the repository at this point in the history
  4. replace more u16s

    MarquessV committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ff13550 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. use u32 in libquil too

    MarquessV committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e2e7ac View commit details
    Browse the repository at this point in the history
  2. libquil requires i32

    MarquessV committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    29d7199 View commit details
    Browse the repository at this point in the history