Skip to content

Fix build-graph crash on non-Clojure source files (#531)#810

Merged
mk merged 2 commits intomainfrom
fix/issue-531-non-clojure-source
Apr 21, 2026
Merged

Fix build-graph crash on non-Clojure source files (#531)#810
mk merged 2 commits intomainfrom
fix/issue-531-non-clojure-source

Conversation

@borkdude
Copy link
Copy Markdown
Collaborator

Skip parse-file for sources that aren't .clj/.cljc/.cljs/.bb (e.g. .py files from libpython-clj vars); hash them opaquely like jars.

Fixes #531.

Skip `parse-file` for sources that aren't `.clj`/`.cljc`/`.cljs`/`.bb`
(e.g. `.py` files from libpython-clj vars); hash them opaquely like jars.

Fixes #531.
@borkdude
Copy link
Copy Markdown
Collaborator Author

Lint issue is unrelated and fixed in #809

@borkdude borkdude requested a review from mk April 20, 2026 17:54
@mk mk merged commit e8c4dfb into main Apr 21, 2026
17 checks passed
@mk mk deleted the fix/issue-531-non-clojure-source branch April 21, 2026 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build-graph tries to look into non-closure code

2 participants