nubank/workspaces

shadow-cljs target broken

Closed this issue · 1 comments

In shadow-cljs 2.9.x I removed the classpath indexing since it was causing a lot of issues and didn't provide much. It did however provide the classpath/get-all-resources fn which is used here:

(->> (cp/get-all-resources classpath)

This no longer provides the necessary data and fails. I migrated all the official test targets to use the alternative instead which restores that functionality. You could either use the provided helper fn directly or use the replacement find-cljs-namespaces-in-files fn if you want more custom filtering.

awkay commented

Excellent. Thanks!