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

panic in the face of type cycles #151

Merged
merged 2 commits into from
Oct 18, 2021
Merged

panic in the face of type cycles #151

merged 2 commits into from
Oct 18, 2021

Commits on Oct 16, 2021

  1. panic in the face of type cycles

    These can arise because the schemars ignores conflicting names and
    doesn't use e.g. the mod to qualify the name when necessary. There are
    other errors that can result from this such as overwritten types, but
    this is the most acute at the moment.
    ahl committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    cbac3da View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    09c32a2 View commit details
    Browse the repository at this point in the history