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

Remove FfiType::canonical_name() #1592

Merged
merged 1 commit into from
Jun 14, 2023

Commits on Jun 13, 2023

  1. Remove FfiType::canonical_name() and Type::canonical_name()

    These exist in `uniffi_bindgen::interface` but is only used internally
    by kotlin and swift - they're not used by the rest of `uniffi_bingen`
    or any other bindings.
    It creates a complicated relationship between the bindings and the
    core, so it's better the complications live purely inside the bindings
    that need it.
    mhammond committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    42fed92 View commit details
    Browse the repository at this point in the history