Stream: git-wasmtime

Topic: wasmtime / PR #2090 machinst x64: refactor imports to use...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 23:42):

abrown opened PR #2090 from refactor-imports to main:

This change is a pure refactoring--no change to functionality. It removes newlines between the use ... statements in the x64 backend so that rustfmt can format them according to its convention. I noticed some files had followed a manual convention but subsequent additions did not seem to fit; this change fixes that and lightly coalesces some of the occurrences of use a::b; use a::c; into use::{b, c}.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 23:42):

abrown requested julian-seward1 for a review on PR #2090.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2020 at 00:05):

abrown requested cfallin and julian-seward1 for a review on PR #2090.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2020 at 00:12):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2020 at 16:14):

julian-seward1 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 04 2020 at 16:17):

abrown merged PR #2090.


Last updated: Nov 22 2024 at 17:03 UTC