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

Tighten up [Serializable] and [Transferable] definitions #5036

Merged
merged 2 commits into from
Oct 25, 2019

Commits on Oct 23, 2019

  1. Tighten up [Serializable] and [Transferable] definitions

    * Prohibits use on interfaces involving inheritance, since we weren't
      handling that.
    * Removes the attempt at supporting mixins. Mixins have changed, so the
      text was no longer correct, and it was never very complete anyway.
    domenic committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7120e0f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Allow inheritance after all

    domenic committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    dbd8dc2 View commit details
    Browse the repository at this point in the history