Skip to content

Warnings about constructor extensions #154

Description

@PetrKryslUCSD

You may be aware of this, but I'm getting this output during testing:

 SuiteSparseGraphBLAS
  │  WARNING: Constructor for type "GBVector" was extended in `GB_CHOLMOD` without explicit qualification or import.
  │    NOTE: Assumed "GBVector" refers to `SuiteSparseGraphBLAS.GBVector`. 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 GBVector end`.
  │    Hint: To silence the warning, qualify `GBVector` as `SuiteSparseGraphBLAS.GBVector` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBVector`.
  │  WARNING: Constructor for type "GBMatrix" was extended in `GB_CHOLMOD` without explicit qualification or import.
  │    NOTE: Assumed "GBMatrix" refers to `SuiteSparseGraphBLAS.GBMatrix`. 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 GBMatrix end`.
  │    Hint: To silence the warning, qualify `GBMatrix` as `SuiteSparseGraphBLAS.GBMatrix` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrix`.
  │  WARNING: Constructor for type "GBMatrixC" was extended in `GB_CHOLMOD` without explicit qualification or import.
  │    NOTE: Assumed "GBMatrixC" refers to `SuiteSparseGraphBLAS.GBMatrixC`. 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 GBMatrixC end`.
  │    Hint: To silence the warning, qualify `GBMatrixC` as `SuiteSparseGraphBLAS.GBMatrixC` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixC`.
  │  WARNING: Constructor for type "GBMatrixR" was extended in `GB_CHOLMOD` without explicit qualification or import.
  │    NOTE: Assumed "GBMatrixR" refers to `SuiteSparseGraphBLAS.GBMatrixR`. 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 GBMatrixR end`.
  │    Hint: To silence the warning, qualify `GBMatrixR` as `SuiteSparseGraphBLAS.GBMatrixR` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixR`.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions