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

Add toExternalString(MutableMatrix) #3362

Merged

Commits on Aug 6, 2024

  1. Simplify toExternalString for mutable types

    The error message was essentially the same for mutable lists and
    mutable hash tables, so we combine them.  We also drop
    toExternalString(Type), since Type is a subclass of MutableHashTable,
    and we can just use inheritance.
    d-torrance committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    05f5c46 View commit details
    Browse the repository at this point in the history
  2. Add toExternalString(MutableMatrix)

    We just use the same method as we use for mutable lists and hash
    tables.
    d-torrance committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e82f71d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    bde3993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3775fb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02997ee View commit details
    Browse the repository at this point in the history