This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-16
Channels
- # announcements (16)
- # asami (5)
- # aws (2)
- # babashka (4)
- # beginners (22)
- # calva (28)
- # cider (3)
- # clj-kondo (1)
- # cljdoc (13)
- # cljs-dev (16)
- # clojure (3)
- # clojure-australia (1)
- # clojure-europe (25)
- # clojure-gamedev (1)
- # clojure-germany (2)
- # fulcro (34)
- # helix (4)
- # jobs-discuss (16)
- # leiningen (10)
- # malli (20)
- # meander (7)
- # nrepl (35)
- # off-topic (1)
- # portal (13)
- # ring-swagger (3)
- # shadow-cljs (34)
- # tools-deps (7)
- # vim (1)
After re-reading my issue, I am guilty of some solutineering here šš¬ I added some thoughts to https://github.com/cljdoc/cljdoc/issues/478. As mentioned there, I am not planning to work on the issue for now. Mostly because I am too eager to explore potential features regarding https://github.com/cljdoc/cljdoc/issues/336 š
I think Iām totally responsible for even talking about the iFrame stuff š I hadnāt really considered that there could be security issues but I also completely agree that it makes sense to wait for some user feedback on the :url change first :)
I think it is wonderful that we can bounce ideas off each other in a friendly place of learning. I look forward to your gentle feedback on my next idea!
Hi. cljdoc-newbie. I just tried to build the docs for cryogen/lein-template
, which failed. The build id is 40614. The error is "Could not locate leiningen/new/templates__init.class, leiningen/new/templates.clj or leiningen/new/templates.cljc on classpath.". FWIW, the docs (README) seems to have been built correctly, but the API docs has a note saying "https://cljdoc.org/builds/49664". Since this project is a template, there is no API as such. I'd like to know if there is anything I need to fix on the lein-template
side. Thanks.
Sooā¦. even though you donāt have an API, cljdoc currently assumes all projects do, and is analyzing your source code to find it so it can summarize it.
Iām not a lein guy, so not sure why cljdoc is failing to parse your sources. But⦠I expect you really would like to say, āhey cljdoc, donāt bother trying to parse my sources because I have no APIā.
@dorab, we seem to already have an https://github.com/cljdoc/cljdoc/issues/474. Iāll add your use case as a note.
The reason analysis fails is probably that leiningen uses template files where the namespace doesnāt match the classpath location