Package evaluation to load ShortStrings on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T07:46:40.893 ################################################################################ # Set-up # Set-up completed after 0.15s ################################################################################ # Installation # Installing ShortStrings... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [63221d1c] + ShortStrings v0.3.11 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [c3b6d118] + BitIntegers v0.2.7 [864edb3b] + DataStructures v0.19.3 [b10b62ed] + MurmurHash3 v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [63221d1c] + ShortStrings v0.3.11 [a2af1166] + SortingAlgorithms v1.2.2 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.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.22s ################################################################################ # 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: Imported binding GMP.ispos was undeclared at import time during import to BitIntegers. 1189.9 ms ✓ BitIntegers WARNING: Constructor for type "String" was extended in `ShortStrings` without explicit qualification or import.  NOTE: Assumed "String" refers to `Base.String`. 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 String end`.  Hint: To silence the warning, qualify `String` as `Base.String` in the method signature or explicitly `import Base: String`. 1148.2 ms ✓ ShortStrings 2 dependencies successfully precompiled in 2 seconds. 4 already precompiled. 2 dependencies had output during precompilation: ┌ BitIntegers │ WARNING: Imported binding GMP.ispos was undeclared at import time during import to BitIntegers. └ ┌ ShortStrings │ WARNING: Constructor for type "String" was extended in `ShortStrings` without explicit qualification or import. │ NOTE: Assumed "String" refers to `Base.String`. 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 String end`. │ Hint: To silence the warning, qualify `String` as `Base.String` in the method signature or explicitly `import Base: String`. └ Precompilation completed after 11.74s ################################################################################ # Loading # Loading ShortStrings... Loading completed after 0.9s PkgEval succeeded after 24.26s