Package evaluation to load Float8s on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T06:50:02.865 ################################################################################ # Set-up # Set-up completed after 0.08s ################################################################################ # Installation # Installing Float8s... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [81dfefd7] + Float8s v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [81dfefd7] + Float8s v0.1.1 Installation completed after 1.31s ################################################################################ # 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 "Bool" was extended in `Float8s` 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`. 1082.6 ms ✓ Float8s 1 dependency successfully precompiled in 1 seconds 1 dependency had output during precompilation: ┌ Float8s │ WARNING: Constructor for type "Bool" was extended in `Float8s` 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 8.73s ################################################################################ # Loading # Loading Float8s... Loading completed after 0.72s PkgEval succeeded after 17.21s