-
Notifications
You must be signed in to change notification settings - Fork 378
Update docs with new information #15460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - `eng/common` is mapped from Arcade into VMR's root (and also mirrored to `src/arcade/eng/common`). | ||
| - Changes of `eng/common` in the VMR are only allowed when also changing Arcade's ❓❓❓. | ||
| - When code is flowing from arcade to the VMR, we treat it as any other code flow subscription, and just update `src/arcade`. | ||
| - Changes of `eng/common` in the VMR`s root are **not** allowed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically they are allowed but will be overwritten like in any other repo
| arcade->>VMR: Forward flow to VMR | ||
| activate VMR | ||
| Note over VMR: eng/common is copied to:<br>src/arcade/eng/common<br>and eng/common | ||
| Note over VMR: eng/common is copied to:<br>src/arcade/eng/common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is misleading. Of course it gets copied there because the whole src/arcade folder goes in there.
Though it does not get copied but code-flown (so regular source code flow).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I deleted the whole note since it doesn't behave special in any way
Co-authored-by: Přemek Vysoký <[email protected]>
Co-authored-by: Přemek Vysoký <[email protected]>
To double check:
Handle
eng/commonfiles during code flow updates arcade-services#4253