Package evaluation of BigRationals on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T22:43:46.835 ################################################################################ # Set-up # Set-up completed after 0.24s ################################################################################ # Installation # Installing BigRationals... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [4b135b7f] + BigRationals v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [4b135b7f] + BigRationals v0.1.0 Installation completed after 2.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 1191.1 ms ✓ BigRationals 1 dependency successfully precompiled in 1 seconds 1 dependency had output during precompilation: ┌ BigRationals │ WARNING: Constructor for type "Rational" was extended in `BigRationals` without explicit qualification or import. │ NOTE: Assumed "Rational" refers to `Base.Rational`. 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 Rational end`. │ Hint: To silence the warning, qualify `Rational` as `Base.Rational` in the method signature or explicitly `import Base: Rational`. │ WARNING: Constructor for type "Bool" was extended in `BigRationals` 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`. └ Precompilation completed after 11.46s ################################################################################ # Loading # Loading BigRationals... Loading completed after 0.93s PkgEval succeeded after 25.44s