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

tests/extra/tc_ufcs_all_kinds: support gdc #774

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. tests/extra/tc_ufcs_all_kinds: support gdc

    Remove the usage of `-run` which isn't supported by gdc and only pass
    `-verrors=0` to dmd and ldc2 since gdc doesn't support the flag and,
    by default, all errors are printed.
    
    Change the format in which errors are printed to keep it consistent
    across all the three major compilers (a style that they all support is
    the gnu style) and make the matching code in generate_tests.d more
    readable by using a regex.
    
    Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
    the-horo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cc77cfa View commit details
    Browse the repository at this point in the history