You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand how mixin are structured and have been unable to find any documentation on this. Taking compile-commands.mixin as an example, I understand that build is the verb to which this mixin applies and that cmake-args refers to the CMake build system, but what does compile-commands refer to? Is this the name of a specific package?
compile-commands is the name of the mixin, so you'd use it like --mixin compile-commands.
If you remove the layer with the name of the mixin, the structure is similar to structures for .meta, colcon.pkg, and defaults.yaml files: https://colcon.readthedocs.io/en/released/user/configuration.html. Those also need more explicit documentation about their structure; there were similar comments/requests for this in the past.
I am trying to understand how mixin are structured and have been unable to find any documentation on this. Taking compile-commands.mixin as an example, I understand that
build
is the verb to which this mixin applies and thatcmake-args
refers to the CMake build system, but what doescompile-commands
refer to? Is this the name of a specific package?It would be great if a couple notes on this could be added to the README.md or over at readthedocs.
The text was updated successfully, but these errors were encountered: