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 May 29, 2018. It is now read-only.
Attempting to use the Globs field in the Srcfile specification (in lieu of the Files field) fails for both srclib-go and srclib-java. The files aren't selected by the glob and there is also an assumption that the Files field is non-empty, leading to a nil-pointer/array-out-of-bounds error for both srclib-go and srclib-java.
Attempting to use the
Globsfield in the Srcfile specification (in lieu of theFilesfield) fails for both srclib-go and srclib-java. The files aren't selected by the glob and there is also an assumption that theFilesfield is non-empty, leading to a nil-pointer/array-out-of-bounds error for both srclib-go and srclib-java.Repro-able with this Srcfile: