in my infinite stupidity, we chose to represent the version component of the source node as a scalar Unidoc.Version. unfortunately, MongoDB has no concept of a bit shift, which makes it impossible to use this ID to query anything. we need to store the full 64-bit edition identifier and migrate all the package vertices.
in my infinite stupidity, we chose to represent the version component of the source node as a scalar
Unidoc.Version
. unfortunately, MongoDB has no concept of a bit shift, which makes it impossible to use this ID to query anything. we need to store the full 64-bit edition identifier and migrate all the package vertices.