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

Alloy 0.8.3 #163

Closed
wants to merge 4 commits into from
Closed

Alloy 0.8.3 #163

wants to merge 4 commits into from

Commits on Sep 17, 2024

  1. Add some encoding/decoding tests

    These tests are important before upgrading alloy to avoid misuing their
    API and causing errors.
    rorytrent authored and rory-ocl committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9ef0b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c9c86 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Upgrade alloy to 0.8.3

    This alloy version includes generic integer types, so instead of
    implementing those on our end, we special case the built-in integer
    sizes so they work with both primitive ints and alloy generics.
    rory-ocl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    49b2953 View commit details
    Browse the repository at this point in the history
  2. Formatting

    rory-ocl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e94e274 View commit details
    Browse the repository at this point in the history