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 Sep 30, 2024. It is now read-only.
There is a bug in the gobwas/glob package we use for path matching. The path something.js cannot be matched to the pattern **/something.js, even though this would be a valid path match.
Since we strip the depot names (and leading //) ourselves from Perforce rules, I suggest storing all Paths so that they start with a / (so for exclusion paths it would start with a -/).
There is a bug in the
gobwas/globpackage we use for path matching. The pathsomething.jscannot be matched to the pattern**/something.js, even though this would be a valid path match.Since we strip the depot names (and leading
//) ourselves from Perforce rules, I suggest storing all Paths so that they start with a/(so for exclusion paths it would start with a-/)./cc @sourcegraph/iam