Bazel: how to handle a module without version ? #10793
-
Today I had to process a
And ORT does not like this file:
However, after looking at the specs, a dependency without version is something allowed. So IMO ORT should not hard fail anymore and accept this dependency, maybe with " " as version value as the it is the default in Bazel specs. |
Beta Was this translation helpful? Give feedback.
Answered by
sschuberth
Sep 1, 2025
Replies: 1 comment 5 replies
-
To clarify, does the empty version occur in a project, or a package? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no strict need for the version to be semantic.