Skip to content

Warning in julia 1.12 #15

@xgdgsc

Description

@xgdgsc
┌ StrFs
│  WARNING: Constructor for type "String" was extended in `StrFs` without explicit qualification or import.
│    NOTE: Assumed "String" refers to `Base.String`. 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 String end`.
│    Hint: To silence the warning, qualify `String` as `Base.String` in the method signature or explicitly `import Base: String`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions