Skip to content

IsothermalCompressible.Pipe conflicts with Base.Pipe #415

@martincornejo

Description

@martincornejo
(@v1.12) pkg> activate --temp
  Activating new project at `C:\Users\Cornejo\AppData\Local\Temp\jl_MH5Wrq`

(jl_MH5Wrq) pkg> add ModelingToolkitStandardLibrary

Error & Stacktrace ⚠️

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

Environment:

  • Output of using Pkg; Pkg.status()
(jl_MH5Wrq) pkg> st
Status `C:\Users\Cornejo\AppData\Local\Temp\jl_MH5Wrq\Project.toml`
  [16a59e39] ModelingToolkitStandardLibrary v2.25.0
  • Output of versioninfo()
julia> versioninfo()
Julia Version 1.12.1
Commit ba1e628ee4 (2025-10-17 13:02 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 8 × Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
  GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 8 virtual cores)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions