gtristan commented on PR #2035: URL: https://github.com/apache/buildstream/pull/2035#issuecomment-3119725672
> I've continued to make updates based on your feedback although this is still a WIP please see an updated project output: > This is great progress and already looking much better ! > ```json > { > "projects": [ > { > "name": "test", > "plugins": [ > { > "name": "stack", > "description": "core plugin", > "plugin_type": "element" > }, > ``` For the plugins, we will need to nest this into individual origins. This way we can see an origin defined with its junction or its pip package and version, and see which plugins were loaded from that origin. Also I think it will be better to list the different plugin types as lists, I.e separate lists for elements, sources, and source mirrors plugins, within a plugin origin block. This might be more a matter of taste, but would seem to avoid many redundant “plugin_type” members. -- 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: commits-unsubscr...@buildstream.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org