Zulip Chat Archive
Stream: PrimeNumberTheorem+
Topic: caching issue
llllvvuu (Feb 03 2024 at 03:27):
it looks like my caching fix (https://github.com/AlexKontorovich/PrimeNumberTheoremAnd/pull/17) wasn't enough in the case of this project (it looks like the git references are outdated too). the only difference i can see from PFR is that in this project we've split the blueprint and docs generation and are caching between the two (@Ian Jauslin): https://github.com/AlexKontorovich/PrimeNumberTheoremAnd/commit/04266d94c3cb44ba431191ef285c5faa48c2aa86
https://github.com/AlexKontorovich/PrimeNumberTheoremAnd/commit/d37ebb116d6419e9f7987dabbbaacc82dd385464
Ian Jauslin (Feb 03 2024 at 04:54):
That's right. That's so that the blueprint is uploaded as soon as it is ready, without waiting for the docs to be generated. Could that be causing issues? I'll have a look at this over the weekend.
Last updated: May 02 2025 at 03:31 UTC