cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
martinklepsch 2021-06-11T09:07:26.082300Z

@seancorfield expectations build is running now (clj only for now) https://cljdoc.org/d/com.github.seancorfield/expectations/2.0.0-alpha2/doc/readme

martinklepsch 2021-06-11T09:12:23.083200Z

@mrkiouak I also don’t have a good answer to why recur isn’t working there. Could you extend the test suite here and then maybe someone can take a look? https://github.com/cljdoc/cljdoc-analyzer/blob/a8334e4405c3f5657a981ab5189db0038ecd034a/test/integration/cljdoc_analyzer/cljdoc_main_shell_test.clj#L156

rkiouak 2021-06-16T15:03:55.089Z

Will take a look at this. In parallel, is https://github.com/protojure/lib/blob/master/src/protojure/internal/grpc/codec/io.clj#L5 the appropriate metadata to have added to try to prevent this file from being scanned? the most recent scan https://app.circleci.com/pipelines/github/cljdoc/builder/20050/workflows/d1b47500-b9e5-40e7-bb42-dc1cdf994953/jobs/36425 with this metadata annotation seems to have had no effect...

martinklepsch 2021-06-16T15:14:18.089300Z

Unfortunately the metadata does not prevent the file from being required so it still has to be possible to load it

seancorfield 2021-06-11T10:39:23.083400Z

Thank you, @martinklepsch — what was the resolution here?

martinklepsch 2021-06-11T10:39:43.083900Z

Not running cljs analysis :)

martinklepsch 2021-06-11T10:39:59.084500Z

Not the best of solutions but best I can offer for now :)

seancorfield 2021-06-11T10:40:21.084700Z

I mean, is it hardcoded or does it just try, fail, and ignore?

martinklepsch 2021-06-11T10:40:41.085Z

It’s hardcoded

seancorfield 2021-06-11T10:40:52.085600Z

Thank you. And “sorry” 🙂

martinklepsch 2021-06-11T10:41:01.086Z

We should fail separately but that’s kind of a long standing improvement

martinklepsch 2021-06-11T10:41:37.086900Z

You’re welcome! Eager to support people making such exemplary use of cljdoc

😊 1
adamtait 2021-06-11T16:49:19.088Z

Hi friends! I had a build that failed (https://cljdoc.org/builds/45381). I’ve fixed the reason that it failed. How do I re-run it?

martinklepsch 2021-06-11T16:50:01.088100Z

There’s a hidden rebuild button in the top right (left of the GitHub link)

adamtait 2021-06-11T16:52:56.088400Z

ah. so there is! (… edits HTML in browser …)

adamtait 2021-06-11T16:53:20.088600Z

> Everything is looking splendid! Thanks @martinklepsch 🙂

martinklepsch 2021-06-11T22:08:59.088800Z

you’re welcome 🙂