Skip to content

Warning: qualify Alg as Algorithm.Alg #282

Description

@ViralBShah

With Julia 1.12:

Precompiling packages finished.
  90 dependencies successfully precompiled in 55 seconds. 132 already precompiled.
  1 dependency had output during precompilation:
┌ ImageFiltering
│  WARNING: Constructor for type "Alg" was extended in `ImageFiltering` without explicit qualification or import.
│    NOTE: Assumed "Alg" refers to `Algorithm.Alg`. 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 Alg end`.
│    Hint: To silence the warning, qualify `Alg` as `Algorithm.Alg` in the method signature or explicitly `import Algorithm: Alg`.

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