Stream: git-wasmtime

Topic: wasmtime / PR #4368 Migrate most of wasmtime from lazy_st...


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

sunfishcode opened PR #4368 from sunfishcode/minimize-lazy-static to main:

Several of Wasmtime's dependencies have migrated from lazy_static to once_cell, including crossbeam, clap, and tracing. This PR updates to those versions, and ports all of Wasmtime's own uses of lazy_static to once_cell.

And, once_cell has a friendlier API, with no macro and no ref keyword.

That said, there still are a few transitive dependencies on lazy_static.

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

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

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

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

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

bjorn3 submitted PR review.

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

bjorn3 created PR review comment:

Maybe turn this into a doc comment?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2022 at 16:00):

bjorn3 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2022 at 16:00):

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2022 at 16:00):

sunfishcode created PR review comment:

done

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2022 at 16:00):

sunfishcode submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2022 at 16:27):

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 05 2022 at 15:15):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 05 2022 at 15:38):

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 05 2022 at 16:02):

sunfishcode updated PR #4368 from sunfishcode/minimize-lazy-static to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 05 2022 at 17:52):

sunfishcode merged PR #4368.


Last updated: Oct 23 2024 at 20:03 UTC