Skip to content

Qualify use of Tuple as Base.Tuple #30

@xlxs4

Description

@xlxs4

On julia 1.12 beta:

┌ ReferenceFrameRotations
│  WARNING: Constructor for type "Tuple" was extended in `ReferenceFrameRotations` without explicit qualification or import.
│    NOTE: Assumed "Tuple" refers to `Base.Tuple`. This behavior is deprecated and may differ in future versions.`
│    NOTE: This behavior may have differed in Julia versions prior to 1.12.
│    Hint: If you intended to create a new generic function of the same name, use `function Tuple end`.
│    Hint: To silence the warning, qualify `Tuple` as `Base.Tuple` in the method signature or explicitly `import Base: Tuple`.
└

This amounts to a one-line change, in

function Tuple(dcm::DCM)

I can open up a PR if needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions