Alexandre Rostovtsev
Alexandre Rostovtsev
As a Gentoo developer who has been [packaging git-bzr-ng snapshots for Gentoo](http://packages.gentoo.org/package/dev-vcs/git-bzr-ng), I am also interested in an answer to this question :)
(irrelevant text removed; I had misread @olberger's comment.)
My apologies for the very late review!
I think a solution would have the following shape: * fix https://github.com/bazelbuild/bazel/issues/13829 * ... allowing us to have a non-throwing version of `get()` for `DictLikeView`, in turn allowing `DictLikeView` to...
@brandjon fyi
After looking at this a bit, `proto.encode_text` cannot reasonably support the output of `native.existing_rule()`: the encoder cannot produce any reasonable schema for a dict (or dict-like entity) whose values may...
@meteorcloudy - I have a fix in review internally
I hope to submit the fix this week
~NOTE: this is not ready to merge yet - broken with `--experimental_enable_bzlmod`. See https://github.com/bazelbuild/bazel-skylib/issues/386#issuecomment-1241174956~ should be good now
The natural way to do so would be to extract `version` from MODULE.bazel via buildozer: ``` cat MODULE.bazel | buildozer 'print version' '-:bazel_skylib' ``` Unfortunately, this means we need to...