-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Previously, Cover could be invoked concurrently. Now (a18cfb0), thanks to the shared state in Checker, it can't.
The particular error I saw was "concurrent map read and map write", with one offender at normalize.go:57.
This isn't that important since checking is now a lot faster, but it still takes about 30s to run on about 29K licenses.
Metadata
Metadata
Assignees
Labels
No labels