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

fix problem when updating persistent cached modules from unsafe cached modules #13837

Merged
merged 2 commits into from Jul 22, 2021

Commits on Jul 22, 2021

  1. avoid copying source types and sizes cache from unsafe cache to cache…

    …d module
    
    fixes #13827
    
    avoid pre-computing source types and sizes on cleanup for not-built modules (e. g. from unsafe cache)
    improve eror message when asset rendering fails
    sokra committed Jul 22, 2021
    Copy the full SHA
    cdc9efe View commit details
    Browse the repository at this point in the history
  2. fix problems with compiling twice

    better handle test errors
    sokra committed Jul 22, 2021
    Copy the full SHA
    c23e8ce View commit details
    Browse the repository at this point in the history