Stream: git-wasmtime

Topic: wasmtime / Issue #1947 Warnings during doc building


view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2020 at 16:01):

abrown opened Issue #1947:

By chance I noticed that Cargo emits a bunch of warnings while building the documentation for the Wasmtime crates; see https://github.com/bytecodealliance/wasmtime/pull/1942/checks#step:4:420 for an example. Glancing at these warnings, they will likely lead to broken links in the documentation which isn't a major issue but should be fixed at some point.

I'm opening this to discuss options:

  1. just fix the warnings
  2. fix the warnings and then change the CI scripts to fail on doc warnings to avoid future errors

cc: @sunfishcode, @alexcrichton

view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2020 at 18:01):

alexcrichton closed Issue #1947:

By chance I noticed that Cargo emits a bunch of warnings while building the documentation for the Wasmtime crates; see https://github.com/bytecodealliance/wasmtime/pull/1942/checks#step:4:420 for an example. Glancing at these warnings, they will likely lead to broken links in the documentation which isn't a major issue but should be fixed at some point.

I'm opening this to discuss options:

  1. just fix the warnings
  2. fix the warnings and then change the CI scripts to fail on doc warnings to avoid future errors

cc: @sunfishcode, @alexcrichton


Last updated: Oct 23 2024 at 20:03 UTC