Stream: cranelift

Topic: docs.rs


view this post on Zulip Andrew Brown (Dec 10 2020 at 23:09):

It looks like cranelift-codegen is out of date on docs.rs: 0.66 is the latest available but I think it should be 0.68?

view this post on Zulip Andrew Brown (Dec 10 2020 at 23:09):

I can't figure out how to find the docs.rs build failures for that specific crate...

view this post on Zulip bjorn3 (Dec 11 2020 at 08:56):

If there is a build failure, it should show that there is a build failure instead of show the documentation. It seems that docs.rs doesn't know about 0.67 and 0.68 at all. I will ask someone to look at it.

view this post on Zulip bjorn3 (Dec 11 2020 at 13:34):

According to @jyn514 this could be https://github.com/rust-lang/docs.rs/issues/797.

If you run > docker-compose run web build crate alcro 0.1.4 it will fail because of the lockfile (currently at least, this might be a bug). This is not recorded anywhere, so if it's built vi...

view this post on Zulip Joshua Nelson (Dec 11 2020 at 17:58):

unfortunately 0.68 was published more than a month ago so the logs have been deleted

view this post on Zulip Joshua Nelson (Dec 11 2020 at 17:59):

you could either run docs.rs locally to try this out or I can queue a rebuild - is there a smaller crate than cranelift-codegen to try?

view this post on Zulip Joshua Nelson (Dec 11 2020 at 17:59):

the odd thing is that cranelift-module works fine: https://docs.rs/cranelift-module/0.68.0/cranelift_module/

view this post on Zulip Andrew Brown (Dec 11 2020 at 18:59):

hm, I can try that out next week sometime... this isn't the biggest deal but it would be nice to figure out what is going on. I'll open an issue


Last updated: Nov 22 2024 at 17:03 UTC