Package evaluation to load FastRationals on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T06:51:44.934 ################################################################################ # Set-up # Set-up completed after 0.08s ################################################################################ # Installation # Installing FastRationals... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [275e499e] + FastRationals v0.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [275e499e] + FastRationals v0.3.0 Installation completed after 3.47s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... WARNING: Constructor for type "Rational" was extended in `FastRationals` 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`. 894.0 ms ✓ FastRationals 1 dependency successfully precompiled in 1 seconds 1 dependency had output during precompilation: ┌ FastRationals │ WARNING: Constructor for type "Rational" was extended in `FastRationals` 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`. └ Precompilation completed after 7.72s ################################################################################ # Loading # Loading FastRationals... Loading completed after 0.73s PkgEval succeeded after 18.63s