Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat[lang]: allow downcasting of bytestrings #3832

Merged
merged 4 commits into from
Mar 12, 2024

Commits on Mar 5, 2024

  1. feat[lang]: allow downcasting of bytestrings

    allow conversion from Bytes/String types to shorter length types, e.g.
    convert `Bytes[20]` to `Bytes[19]`
    
    this will become important when we want to allow generic bytestrings
    inside the type system (`Bytes[...]`) which can only be
    user-instantiated by converting to a known length.
    charles-cooper committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d7993ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e53c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    b2e62a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    5348802 View commit details
    Browse the repository at this point in the history