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

Make unprocessable compilers a warning instead of an error #1794

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Make unprocessable compilers a warning instead of an error

    Since the we change if the compilers are loaded depending on if various constants are defined, running the same `tapioca dsl` command in different contexts could end up loading a different set of compilers. However, this creates a problem if users are passing in `--only` or `--exclude` for compilers with a predetermined set of compiler names, since the set of compiler names could change between runs.
    
    It is better to show a warning that the requested compilers are not available, and continue with the rest of the DSL generation process, rather than erroring out.
    paracycle committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    039632d View commit details
    Browse the repository at this point in the history