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

Preserve more FieldArrays with parametric eltype. #1064

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2022

  1. Preserve more FieldArrays with parametric eltype.

    And return a `MArray` for mutable `FieldArray`
    N5N3 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8bcf749 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Add more checks for similar_type with eltype changed.

    The `typeintersect` must return a concrete type now.
    And it's `fieldtypes` should match our doc example.
    N5N3 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5efcdaa View commit details
    Browse the repository at this point in the history
  2. Fix inference on 1.6/1.7

    N5N3 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ac2f60e View commit details
    Browse the repository at this point in the history