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(frontend): kill crate_type in HaxMeta #756

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Commits on Jul 9, 2024

  1. fix(frontend): kill crate_type in HaxMeta

    This commit removes the field `crate_type` in the struct `HaxMeta`,
    and changes the path of `haxmeta` files.
    
    Originally, my intention was to name the `haxmeta` files very closely
    to `rmeta` files, but the `haxmeta` don't have anything to do with
    crate types.
    
    Also, the code was assuming a crate would have only one type, which is
    false, as the type suggests... That was making the frontend panic on
    certain crates.
    W95Psp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    61d797c View commit details
    Browse the repository at this point in the history