Skip to content

Conversation

@brooksmtownsend
Copy link
Contributor

  • fix(core): use local override over registry dep
  • test(core): add test for transitive local dep
  • deps: enable tracing-subscriber ansi feature

Fixes #132

This PR:

  1. Fixes an issue with transitive dependency fetching where a local dependency of a local dependency was treated as a registry dependency, which would fail
  2. Adds a test for the above case to ensure that this works
  3. Enables the ansi feature of tracing-subscriber so we can all have colored logging output <3

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>

fix: bad log prefix

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>

ansi on wkg instead

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
@brooksmtownsend brooksmtownsend force-pushed the fix/transitive-fetch-local-deps branch from 3795252 to 699055e Compare December 9, 2024 14:36
@thomastaylor312 thomastaylor312 merged commit fd2c893 into bytecodealliance:main Dec 10, 2024
3 checks passed
@brooksmtownsend brooksmtownsend deleted the fix/transitive-fetch-local-deps branch December 10, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Fetching order causes inconsistent results

3 participants