Stream: git-wasmtime

Topic: wasmtime / PR #8532 Use rustdoc's `doc_auto_cfg` feature ...


view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 00:45):

alexcrichton requested fitzgen for a review on PR #8532.

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 00:45):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8532.

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 00:45):

alexcrichton opened PR #8532 from alexcrichton:doc-auto-cfg to bytecodealliance:main:

This commit removes all our #[cfg_attr(..., doc(cfg(...)))] annotations throughout Wasmtime and wasmtime-wasi. These are all replaced with feature(doc_auto_cfg) which automatically infers the attribute to show rather than requiring us to duplicate it. Spot-checking the docs this looks just-as-readable while being much easier to maintain over time.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 02:00):

github-actions[bot] commented on PR #8532:

Label Messager: wasmtime:config

It looks like you are changing Wasmtime's configuration options. Make sure to
complete this check list:

[fuzzing-config]: https://github.com/bytecodealliance/wasmtime/blob/ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab/crates/fuzzing/src/generators.rs#L182-L194
[fuzzing-docs]: https://docs.wasmtime.dev/contributing-fuzzing.html


<details>

To modify this label's message, edit the <code>.github/label-messager/wasmtime-config.md</code> file.

To add new label messages or remove existing label messages, edit the
<code>.github/label-messager.json</code> configuration file.

Learn more.

</details>

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 16:01):

fitzgen submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2024 at 16:23):

fitzgen merged PR #8532.


Last updated: Oct 23 2024 at 20:03 UTC