Closed rtfeldman closed 5 months ago
good man
On Mon, Jun 17, 2024 at 9:26 PM Richard Feldman @.***> wrote:
The new crates have much slimmer dependencies, too!
You can view, comment on, or merge this pull request online at:
https://github.com/roc-lang/roc/pull/6817 Commit Summary
- 4042fd8 https://github.com/roc-lang/roc/pull/6817/commits/4042fd8d528c85e605b4759554b7772fbf03d2bc Split out work.rs into its own crate
- d1a002f https://github.com/roc-lang/roc/pull/6817/commits/d1a002f49ee05bc21074bd97cda0baf21d2eb173 Have file.rs use the new
roc_worker
crate- d2e1428 https://github.com/roc-lang/roc/pull/6817/commits/d2e1428003b45fbae32a28da7d084bcb91e21dbf Delete worker.rs for now
- b79ee68 https://github.com/roc-lang/roc/pull/6817/commits/b79ee687297f525d14bb9af998d476b6477ee828 clippy
File Changes
(10 files https://github.com/roc-lang/roc/pull/6817/files)
- M Cargo.lock https://github.com/roc-lang/roc/pull/6817/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (22)
- M crates/compiler/load_internal/Cargo.toml https://github.com/roc-lang/roc/pull/6817/files#diff-93bc4b88a810f6a86cd8b568056bc0dfe2dbe1810e0111f2a1e1bb7ed594b036 (2)
- M crates/compiler/load_internal/src/file.rs https://github.com/roc-lang/roc/pull/6817/files#diff-37a9508d25ec08eeb70c40673f91ec9c507c8ed20039e45aebc9df6e87c156af (428)
- M crates/compiler/load_internal/src/lib.rs https://github.com/roc-lang/roc/pull/6817/files#diff-7b651d58b6d8638816053efbd6dcf6fb3f2316e7c96f49a24558408f8f9e1381 (1)
- A crates/compiler/work/Cargo.toml https://github.com/roc-lang/roc/pull/6817/files#diff-16fce51556194df88941d2114edc35d82003c1328b6b0e4ffefeda08a44290db (13)
- A crates/compiler/work/src/lib.rs https://github.com/roc-lang/roc/pull/6817/files#diff-502d4518e2af4b6437a0d344daec1d21de6075de06266268a0c630680e55106d (3)
- R crates/compiler/work/src/work.rs https://github.com/roc-lang/roc/pull/6817/files#diff-425e11b690ee7fdfae68ffda803b6e95728fb78c4c69a59e917ecb7ed0605185 (0)
- A crates/compiler/worker/Cargo.toml https://github.com/roc-lang/roc/pull/6817/files#diff-5a312feb28b708f9160edd02f9ac2a3b834598c364784f553b0fe99084703ede (16)
- A crates/compiler/worker/src/lib.rs https://github.com/roc-lang/roc/pull/6817/files#diff-c79203894dbf5a67c534c0edd0f0c813cad489a710be20b501bf0276d20aab57 (3)
- A crates/compiler/worker/src/worker.rs https://github.com/roc-lang/roc/pull/6817/files#diff-54a7c3f498a992d972eaf7f8535d29daf4d88b23ffc206171b1e7c5c8e4015c6 (155)
Patch Links:
— Reply to this email directly, view it on GitHub https://github.com/roc-lang/roc/pull/6817, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6GL6WFTM7GTW7DUARSO6DZH6LFTAVCNFSM6AAAAABJPDBE7GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TQNZSGE2DAOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
The new crates have much slimmer dependencies, too!