I’ve now added support for custom :tag-patterns
in workspace.edn
to the issue-66
branch so that changes can be tracked by project if needed (SHA=308eaed66a9f7ddb8592c09feade2856ae31cbc8).
Can you give an example of what would go in :test []
if you wanted some specific test directory?
And with the tags, where would :myproject
be referenced elsewhere?
Actually, you list the bricks in :test []
(but in the end, it’s about the test directories of these bricks). The you use since:myproject
or since:previous-myproject
when you run different commands.
Ah, OK. Examples in the docs will help make that clearer then. Cool.
I added it because we needed that functionality at work! When we have more experience around it, I will update the documentation.
An example can be found https://github.com/polyfy/polylith/blob/issue-66/workspace.edn.
I created an https://github.com/cursive-ide/cursive/issues/2554 for Cursive to better support issue-66.