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(rosetta): crashes on outdated tablet files in a package #3119

Merged
merged 1 commit into from Nov 4, 2021

Commits on Nov 4, 2021

  1. fix(rosetta): crashes on outdated tablet files in a package

    A package may accidentally (or on purpose) contain a `.jsii.tabl.json`
    file, containing pretranslated examples.
    
    When an assembly is added for snippet discovery, this tablet will
    be loaded implicitly to save live conversion time.
    
    However, if the tablet file is old, or not even a tablet file, this
    will stop rosetta with an error. Catch that error and continue
    anyway.
    
    Fixes an issue in Construct Hub.
    rix0rrr committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ea0a8ac View commit details
    Browse the repository at this point in the history