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

[6.0] Box.getReg #773

Merged
merged 5 commits into from
Oct 2, 2024
Merged

[6.0] Box.getReg #773

merged 5 commits into from
Oct 2, 2024

Commits on Sep 23, 2024

  1. Fix ExtractRegisterAs for wrong types

    If Box.R4[Long] is called and R4 is of some type other than Long, then it should error. Previously sigma-rust would instead simply return the underlying value
    SethDusek committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    24633b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. ergotree-ir Add support for explicit type args, update Box.getReg sig…

    …nature
    
    Explicit type args are useful for many 6.0 methods where type can not be inferred from arguments, such as Box.getReg[T]
    SethDusek committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d78ca44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf9576 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 30, 2024

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