Stream: git-wasmtime

Topic: wasmtime / PR #9047 style: simplify string formatting


view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 23:02):

hamirmahal requested alexcrichton for a review on PR #9047.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 23:02):

hamirmahal requested wasmtime-core-reviewers for a review on PR #9047.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 23:02):

hamirmahal opened PR #9047 from hamirmahal:style/simplify-string-formatting to bytecodealliance:main:

<!--
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
-->

This change cleans up parts of the codebase for readability and maintainability.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 23:02):

hamirmahal requested wasmtime-default-reviewers for a review on PR #9047.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2024 at 14:45):

alexcrichton submitted PR review:

Thanks for this!

Out of curiosity how did you detect these cases? Is this perhaps a compiler lint or a clippy lint?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2024 at 15:02):

alexcrichton merged PR #9047.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2024 at 20:54):

hamirmahal commented on PR #9047:

You're welcome!

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2024 at 20:55):

hamirmahal commented on PR #9047:

I use stricter clippy checks, like clippy::pedantic.

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

alexcrichton commented on PR #9047:

Oh nice! If you'd like feel free to add this lint here which would be a ratchet for the whole workspace. Probably not all of pedantic but this specific lint I think would be a reasonable candidate to add.


Last updated: Nov 22 2024 at 17:03 UTC