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

improvement: Simplify resolving presentation compiler #6258

Merged
merged 2 commits into from Mar 27, 2024

Commits on Mar 26, 2024

  1. improvement: Simplify resolving presentation compiler

    Previously, we would have a lot of fallbacks that would be used if mtags was not avaiable. Now, each version of the compiler has a stable version of the compiler being released so there is no longer a reason to handle it via fallback. Instead we want to be explicit about what we are resolving.
    
    It seems that previous way was flaky and while I can't reproduce the issues people had, I think simplifying it would help out at lest to get the exact failure of what is going on.
    tgodzik committed Mar 26, 2024
    Copy the full SHA
    802d106 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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