alexcrichton opened PR #1414 from one-wiggle
to master
:
This commit reorganizes the wiggle crates slightly by performing the
following transforms:
The
crates/wiggle
crate, previously namedwiggle
, was moved to
crates/wiggle/crates/macro
and is renamed towiggle-macro
.The
crates/wiggle/crates/runtime
crate, previously named
wiggle-runtime
, was moved tocrates/wiggle
and is renamed to
wiggle
.The new
wiggle
crate depends onwiggle-macro
and reexports the macro.The goal here is that consumers only deal with the
wiggle
crate
itself. No more crates depend onwiggle-runtime
and all dependencies
are entirely on just thewiggle
crate.
alexcrichton requested pchickey for a review on PR #1414.
pchickey submitted PR Review.
pchickey created PR Review Comment:
do you have to add wiggle-macro back here?
pchickey edited PR Review Comment.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
Sure yeah. TBH I don't know the fate of this script and it already tests very little compared to CI, but can't hurt to keep touching it.
alexcrichton updated PR #1414 from one-wiggle
to master
:
This commit reorganizes the wiggle crates slightly by performing the
following transforms:
The
crates/wiggle
crate, previously namedwiggle
, was moved to
crates/wiggle/crates/macro
and is renamed towiggle-macro
.The
crates/wiggle/crates/runtime
crate, previously named
wiggle-runtime
, was moved tocrates/wiggle
and is renamed to
wiggle
.The new
wiggle
crate depends onwiggle-macro
and reexports the macro.The goal here is that consumers only deal with the
wiggle
crate
itself. No more crates depend onwiggle-runtime
and all dependencies
are entirely on just thewiggle
crate.
alexcrichton updated PR #1414 from one-wiggle
to master
:
This commit reorganizes the wiggle crates slightly by performing the
following transforms:
The
crates/wiggle
crate, previously namedwiggle
, was moved to
crates/wiggle/crates/macro
and is renamed towiggle-macro
.The
crates/wiggle/crates/runtime
crate, previously named
wiggle-runtime
, was moved tocrates/wiggle
and is renamed to
wiggle
.The new
wiggle
crate depends onwiggle-macro
and reexports the macro.The goal here is that consumers only deal with the
wiggle
crate
itself. No more crates depend onwiggle-runtime
and all dependencies
are entirely on just thewiggle
crate.
pchickey submitted PR Review.
pchickey created PR Review Comment:
thanks, i hadn't paid attention to all of that discussion.
alexcrichton updated PR #1414 from one-wiggle
to master
:
This commit reorganizes the wiggle crates slightly by performing the
following transforms:
The
crates/wiggle
crate, previously namedwiggle
, was moved to
crates/wiggle/crates/macro
and is renamed towiggle-macro
.The
crates/wiggle/crates/runtime
crate, previously named
wiggle-runtime
, was moved tocrates/wiggle
and is renamed to
wiggle
.The new
wiggle
crate depends onwiggle-macro
and reexports the macro.The goal here is that consumers only deal with the
wiggle
crate
itself. No more crates depend onwiggle-runtime
and all dependencies
are entirely on just thewiggle
crate.
alexcrichton merged PR #1414.
Last updated: Nov 22 2024 at 16:03 UTC