hey all! @lee I am going to go full on at porting math over to my docs on the next release. Thank you again for this!!
swinging back to a major writing phase now that I’ve got a big chunk of the general relativity code working.
Q for y’all: I see a failed build here, https://cljdoc.org/builds/42535
but when I click the link I see success: https://app.circleci.com/pipelines/github/cljdoc/builder/17302/workflows/269fc53d-ad2f-4928-bb28-706aac17a261/jobs/33677
that was for both first and second rebuilds. clicking the secret button again
the library is getting pretty huge…
Sorry, threading! But I do see success:
2021-04-08 15:51:06,758 INFO cljdoc-analyzer.runner - results file: /tmp/cljdoc/analysis-out/cljdoc-edn/sicmutils/sicmutils/0.18.0/cljdoc.edn
2021-04-08 15:51:06,758 INFO cljdoc-analyzer.runner - Analysis succeeded.
Ya seems odd, I can take a peek sometime later today if nobody else beats me to it!
that would be great if you find some time. Failed a third time, with another successful build at the other end of the link: https://cljdoc.org/builds/42536
Interesting. I’ve got some time to look soon. I’ll follow up here.
Not managing to reproduce the error locally on my dev box yet. Will continue to investigate.
Ah… I think cljdoc might simply be timing out. Cljdoc waits a max of 5 minutes for CircleCI to complete its analysis job. And the sicmutils analysis job is taking a wee bit longer.
@sritchie09, I upped cljdoc’s timeout from 5 to 10 minutes and rebuilt sicmutils. Looks good now.
Thank you!