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(proguard): add support for frame signature #1425

Merged
merged 5 commits into from
Apr 5, 2024

Commits on Apr 4, 2024

  1. add support for frame signature

    the signature will be properly converted from bytecode types to java
    types, plus the method parameters will be used to map the frame in
    absence of line numbers
    viglia committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ec0bec5 View commit details
    Browse the repository at this point in the history
  2. update changelog

    viglia committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7030ec1 View commit details
    Browse the repository at this point in the history
  3. refactor and add test

    viglia committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2398a6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83da99e View commit details
    Browse the repository at this point in the history
  5. remove mut reference

    viglia committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6e2cdc1 View commit details
    Browse the repository at this point in the history