metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.4k stars 252 forks source link

try to fix cljdoc by specifying languages explicitly #649

Closed opqdonut closed 10 months ago

opqdonut commented 10 months ago

currently, the build is failing with:

2023-09-11 12:24:26,526 INFO  cljdoc-analyzer.runner - launching metagetta for: fi.metosin/reitit languages: :auto-detect
2023-09-11 12:24:28,432 INFO  cljdoc-analyzer.runner - metagetta results:
exit-code 1
;; full error omitted
Execution error (ExceptionInfo) at cljdoc-analyzer.metagetta.utils/infer-platforms-from-src-dir (utils.clj:118).
no Clojure/Clojurescript sources found

see e.g. https://app.circleci.com/pipelines/github/cljdoc/builder/45669/workflows/cf9bcefe-63b5-4bec-9365-a3c6159f1b94/jobs/62044

opqdonut commented 10 months ago

fixed on the cljdoc side!