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

Stop swallowing errors from create_hash_table during the build [take 2] #7110

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Stop swallowing errors from create_hash_table during the build [take 2] #7110

merged 3 commits into from
Nov 17, 2023

Commits on Nov 14, 2023

  1. Stop swallowing errors from create_hash_table during the build

    If src/codegen/create_hash_table can't be run due to some reason
    (e.g. due to missing Math::BigInt Perl module) the build continues
    but fails later, during bindings compilation, because the generated
    files are empty.
    
    Fix it by handling the failure to run create_hash_table properly.
    
    Closes #7074
    dottedmag committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    22bdf44 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 17, 2023

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