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 has been archived by the owner on Sep 9, 2020. It is now read-only.
An unexpected behavior found during adding integration tests. Test cases mentioned are in #265, which will make this hard to follow. I just want to log it here so it is not buried in the #265 discussion.
In the test cases init/case2 and init/case3, there are two code files, the first of which references the second and one of two fixed remote repos. That repo and the second code file each reference the second remote repo. In case2, only the second repo is previously imported, and init results in a manifest with only the second repo present. In case3, only the first repo is previously imported, yet both repos show up in the manifest. One or the other seems incorrect.
The text was updated successfully, but these errors were encountered:
An unexpected behavior found during adding integration tests. Test cases mentioned are in #265, which will make this hard to follow. I just want to log it here so it is not buried in the #265 discussion.
In the test cases
init/case2
andinit/case3
, there are two code files, the first of which references the second and one of two fixed remote repos. That repo and the second code file each reference the second remote repo. Incase2
, only the second repo is previously imported, andinit
results in a manifest with only the second repo present. Incase3
, only the first repo is previously imported, yet both repos show up in the manifest. One or the other seems incorrect.The text was updated successfully, but these errors were encountered: