rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.82k stars 263 forks source link

Changes for `c_unwind` #365

Closed BatmanAoD closed 2 years ago

BatmanAoD commented 2 years ago

One of the documentation changes for RFC #2945.

BatmanAoD commented 2 years ago

@JohnTitor Are changes from this repository not automatically published to https://doc.rust-lang.org/nomicon/? I'm not seeing my changes there yet.

ehuss commented 2 years ago

It is available on the nightly URL: https://doc.rust-lang.org/nightly/nomicon/ffi.html#ffi-and-unwinding

It'll hit the stable URL with 1.63 on August 11.

JohnTitor commented 2 years ago

@BatmanAoD Some docs have a release cycle like rustc as they are submodules of rust-lang/rust repo. Release steps are like:

  1. Land a change on this repo
  2. Update submodules on rust-lang/rust, e.g. rust-lang/rust#97891
  3. It'll be available at https://doc.rust-lang.org/nightly/nomicon/
  4. Eventually it'd be available at https://doc.rust-lang.org/beta/nomicon/ and https://doc.rust-lang.org/stable/nomicon/ along with rustc release

A confusing part is https://doc.rust-lang.org/nomicon/ implies https://doc.rust-lang.org/stable/nomicon/.

BatmanAoD commented 2 years ago

Okay, I didn't realize that! Thank you.

On Fri, Jun 10, 2022, 6:05 PM Yuki Okushi @.***> wrote:

@BatmanAoD https://github.com/BatmanAoD Some docs have a release cycle like rustc as they are submodules of rust-lang/rust repo. Release steps are like:

  1. Land a change on this repo
  2. Update submodules on rust-lang/rust, e.g. rust-lang/rust#97891 https://github.com/rust-lang/rust/pull/97891
  3. It'll be available at https://doc.rust-lang.org/nightly/nomicon/
  4. Eventually it'd be available at https://doc.rust-lang.org/beta/nomicon/ and https://doc.rust-lang.org/stable/nomicon/ along with rustc release

A confusing part is https://doc.rust-lang.org/nomicon/ implies https://doc.rust-lang.org/stable/nomicon/.

— Reply to this email directly, view it on GitHub https://github.com/rust-lang/nomicon/pull/365#issuecomment-1152808984, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARU4T7P5MQJPFTHTZMIKLDVOPJ2XANCNFSM5XHJ7XJA . You are receiving this because you were mentioned.Message ID: @.***>