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
Currently, we do validate that a manifest exists in a given repo when it is a dependency. But we don't validate that the given id is actually matched with the properties in the manifest.
For example, running protop sync in Project B currently works without any errors/warnings that the id of a dependency (Project A) doesn't match what's in the manifest:
Currently, we do validate that a manifest exists in a given repo when it is a dependency. But we don't validate that the given id is actually matched with the properties in the manifest.
For example, running
protop sync
in Project B currently works without any errors/warnings that the id of a dependency (Project A) doesn't match what's in the manifest:Project A's manifest:
Project B's manifest:
We should probably at least provide a warning log that there is a mismatch, and optionally a flag (e.g.
protop sync --valid
) to exit with an error.The text was updated successfully, but these errors were encountered: