facebook / starlark-rust

A Rust implementation of the Starlark language
Apache License 2.0
699 stars 57 forks source link

docs.rs: Documentation build failure #106

Closed silvergasp closed 8 months ago

silvergasp commented 8 months ago

The docs.rs build of the latest documentation is failing https://docs.rs/crate/starlark/0.10.0/builds/1053872. This is not a deal breaker but slightly annoying when using starlark-rust as I'll typically have docs.rs open to one side while I develop.

ndmitchell commented 8 months ago

I suspect we need a release with https://github.com/facebookexperimental/starlark-rust/commit/c201c5e3117641c0b8c6f3d1c9408c9345690500. I might go through the active PR's and then make a new release.

ndmitchell commented 8 months ago

Release made. Watching the docs website 👀

ndmitchell commented 8 months ago

https://docs.rs/starlark/latest/starlark/ seems to be happy, so closing this. I switched to using stable by default, so hopefully it remains working as things go forward, without nightly breakages.

silvergasp commented 8 months ago

Thanks for being so responsive!