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
gws ignores bar-foo because it has "bar" as a prefix. The function remove_prefixed seems to be the problem, as it doesn't check for / just after the prefix. So it excludes more than subdirectories.
The text was updated successfully, but these errors were encountered:
I was able to reproduce your problem, and indeed the remove_prefixed function is the cause. The fix seems simple but I need to check a little bit more if it will cause any other regressions.
BTW the remove_prefixed function is used only when calling gws init or gws check, not when other gws commands are called. So in the meantime, just add your bar-foo project manually inside the .projects.gws and both repository will be used correctly 😃
My layout is:
gws ignores bar-foo because it has "bar" as a prefix. The function remove_prefixed seems to be the problem, as it doesn't check for / just after the prefix. So it excludes more than subdirectories.
The text was updated successfully, but these errors were encountered: