clerk

Gregor Middell 2026-01-30T10:12:11.003939Z

Hi, has anybody used `clj-python/libpython-clj` with Clerk and encountered problems with the analyzer failing to parse Python source files? It appears to me that those files are pulled in as transitive dependencies and obviously cannot be parsed by rewrite-clj.

borkdude 2026-01-30T10:22:33.411359Z

Can you please file a step by step repro as a Github issue? I can take a look on Monday

Gregor Middell 2026-01-30T10:24:08.224599Z

Certainly, thanks!

mkvlr 2026-01-31T01:43:13.138639Z

this came up before, see https://github.com/nextjournal/clerk/issues/531

mkvlr 2026-01-31T01:43:56.621859Z

the solution we implemented was to turn off analysis when you set {:nextjournal.clerk/no-cache true} on the ns metadata

Gregor Middell 2026-01-31T13:04:45.197949Z

Thanks, I used the same workaround: disabling the cache and hence the analysis.