The package FixedPointNumbers listed this in the Julia registry:
["0.8.5"]
git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172"
However, when I cloned FixedPointNumbers
from the file General/F/FixedPointNumbers/Package.toml at 110dd3d5c95297a72f5b51b97b4adb8296ec8c7b · JuliaRegistries/General · GitHub, the tree hash displayed in git tree --pretty=raw
does not match the given hash.
commit b62e8ce3bbda145960ff4c9911ad8691e3b4f74f
tree b459f9685afd44ffefdc2c241b2528c9a45ac9b4
parent a995a9d155825454e51df0c192804d2634a25060
author kimikage <kimikage.ceo@gmail.com> 1715604800 +0900
committer GitHub <noreply@github.com> 1715604800 +0900
and 05882d...
does not exist anywhere in this log.
How does the package manager reconcile this? If the tree hash is not present, does it just default to the tag "v$version"
?