Just add this Pkg in Julia v1.12: ```jl ┌ FixedPointDecimals │ WARNING: Constructor for type "Bool" was extended in `FixedPointDecimals` without explicit qualification or import. │ NOTE: Assumed "Bool" refers to `Base.Bool`. 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 Bool end`. │ Hint: To silence the warning, qualify `Bool` as `Base.Bool` in the method signature or explicitly `import Base: Bool`. └ ``` https://github.com/JuliaMath/FixedPointDecimals.jl/blob/f45fb681759049ad6cb6535900cfa55a0f625d96/src/FixedPointDecimals.jl#L729-L730