Denis Cornehl
Denis Cornehl
It seems like this is a systemic issue with https://github.com/Swatinem/rust-cache/issues/158 , and not sure how to solve it. we probably could use `cargo sweep` and delete unused files directly or...
Currently we don't have that many PRs merged, so this doesn't really happen regularly.
[a related idea from @artech-git](https://github.com/rust-lang/docs.rs/issues/2437#issuecomment-1973121543): > Hi @syphar my initial idea & https://github.com/rust-lang/docs.rs/issues/1467 are pretty close, what I think would be amazing to have if it can indexed on the...
> I think the docs.rs build environment is busted on M1 macs. It's trying to run x86 docker containers. yep, it definitely is. On intel macs you needed to run...
sorry about that. Btw, if it's only about this issue, the readme is stored in the database (`releases.readme`), so you might be able to just put in a record into...
interestingly I found that - this release is broken: https://docs.rs/regex/1.7.0/regex/index.html?search=test (released 2022-11-05) - while accessing it via `/latest/` works: https://docs.rs/regex/latest/regex/index.html?search=test Probably the latter seems to be served from the cache
there are also working releases, via version and `/latest/`: - https://docs.rs/itertools/0.10.5/itertools/index.html?search=chain - https://docs.rs/itertools/latest/itertools/index.html?search=chain ( released 2022-09-20)
the JS file that gets requested: `https://docs.rs/regex/1.7.0/search-20221104-1.67.0-nightly-09508489e.js` is actually not invocation specific, but toolchain specific. I can also find it in our bucket in the root directory. It is still...
This _feels_ like a bug in rustdoc, while our `LegacySharedResourcesHandler` previously hid this issue because it checked all static file requests with the bucket root
as a workaround I'll probably add back checking the toolchain specific files for this case, pending a fix in rustdoc (and then potentially a rebuild?)