I'd like to refactor the Rust sources to have `src...
# development
f
I'd like to refactor the Rust sources to have
src/rust
be the workspace root to be a little less confusing.
src/rust/engine/Cargo/toml
would, for example, be split into the workspace
Cargo.toml
and
engine
Cargo.toml
. https://github.com/pantsbuild/pants/issues/22500. I'd love feedback and/or objections.
1
h
I’m in favor
I don’t think the word
engine
is giving us anything, and in some cases it’s just obscuring things
e.g., the sandboxer code is under
engine
, which makes no sense
💯 1
f
The PR landed.
src/rust
is now the workspace root.
✔️ 1
https://github.com/pantsbuild/pants/pull/22508 is the 2.29.0.dev1 commit so we can make sure the release process didn't break.
h
The release worked, so looks like this is all good!
Thanks @fast-nail-55400
👍 1