Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLJS-1948: Possible race condition in compiler w/ parallel-build true
the issue was that duplicate compiler inputs could appear. We were using distinct before but for various reasons this is not good enough. We now use :provides as the uniquely identifying bit about a compiler input.
- Loading branch information