kevinschoon commented on code in PR #2035:
URL: https://github.com/apache/buildstream/pull/2035#discussion_r2200560665
##########
src/buildstream/types.py:
##########
@@ -389,6 +389,40 @@ def new_from_node(cls, node: MappingNode) ->
"_SourceMirror":
return cls(name, aliases)
+# Used to indicate the state of a given element
+class _ElementState(FastEnum):
Review Comment:
I've simply placed `_ElementState` as a private class in `inspect.py` such
that it is an implementation detail. Since there is nothing else using this
concept now I think it's better to finish the command and then later we can
decide if it can be used elsewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]