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

Make upgrade take an iterator #724

Merged

Commits on Jun 23, 2023

  1. Make upgrade take an iterator

    The cost of this is that some of the type safety we got from the traits
    had to be cut (maybe we can restore them, but I'm not smart enough
    today).
    martinthomson committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ad9c720 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 28, 2023

  1. Restore doc test

    martinthomson committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8986d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    de4fb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a70ee0 View commit details
    Browse the repository at this point in the history