Package evaluation of BitFloats on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T23:04:11.761 ################################################################################ # Set-up # Set-up completed after 0.25s ################################################################################ # Installation # Installing BitFloats... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [15425d4b] + BitFloats v0.0.3 Updating `~/.julia/environments/v1.13/Manifest.toml` [15425d4b] + BitFloats v0.0.3 ⌅ [c3b6d118] + BitIntegers v0.2.7 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 2.23s ################################################################################ # 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... 1443.9 ms ✓ BitIntegers 1541.2 ms ✓ BitFloats 2 dependencies successfully precompiled in 3 seconds 1 dependency had output during precompilation: ┌ BitFloats │ WARNING: Constructor for type "Signed" was extended in `BitFloats` without explicit qualification or import. │ NOTE: Assumed "Signed" refers to `Base.Signed`. 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 Signed end`. │ Hint: To silence the warning, qualify `Signed` as `Base.Signed` in the method signature or explicitly `import Base: Signed`. │ WARNING: Constructor for type "Unsigned" was extended in `BitFloats` without explicit qualification or import. │ NOTE: Assumed "Unsigned" refers to `Base.Unsigned`. 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 Unsigned end`. │ Hint: To silence the warning, qualify `Unsigned` as `Base.Unsigned` in the method signature or explicitly `import Base: Unsigned`. └ Precompilation completed after 13.13s ################################################################################ # Loading # Loading BitFloats... Loading completed after 0.97s PkgEval succeeded after 26.72s