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

[BE] Rewrite check_binary_symbols as Python script #1978

Merged
merged 5 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. [BE] Rewrite check_binary_symbols as Python script

    This makes code a bit more readable and make verification run so much faster as we can cache the results on python side and also run matching concurrently
    malfet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    098ded5 View commit details
    Browse the repository at this point in the history
  2. Print num symbols

    malfet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ef85e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    197484f View commit details
    Browse the repository at this point in the history
  4. Fix typo

    malfet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eeae4c1 View commit details
    Browse the repository at this point in the history
  5. And this one

    malfet committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f2062bf View commit details
    Browse the repository at this point in the history