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
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Note to myself:
code in multiproject_cli.prompt_merge() should be improved by avoiding to construct a new config element on each interaction with the user. This was done mostly to avoid deep-copy of the original config element.
One consequence is that currently we read the same yaml from a web location in every iteration. As users probably don't use the extended features of merges very often this has low priority.
Note to myself:
code in multiproject_cli.prompt_merge() should be improved by avoiding to construct a new config element on each interaction with the user. This was done mostly to avoid deep-copy of the original config element.
One consequence is that currently we read the same yaml from a web location in every iteration. As users probably don't use the extended features of merges very often this has low priority.