Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge development branch (caching resolver, devcontainer, deadlock detector, clippy) #80

Merged
merged 44 commits into from
Sep 25, 2024

Conversation

Adjective-Object
Copy link
Owner

@Adjective-Object Adjective-Object commented Sep 24, 2024

Major Changes:

  • updates the devcontainer definition to make things more usable:
  • adds a resolver for SWC that is aware of package exports, to support custom source` imports within a monorepo
  • adds a deadlock detector for dashmap and wires it into the caching resolver (this is temporary and should be removed in the future)
  • Adds a CI job to ensure no unused dependencies are included (using cargo-udeps). This is not included in the container build as it is exceptionally slow to build from source (~250s on my machine)
  • Fixes issues discovered by cargo clippy

@Adjective-Object Adjective-Object self-assigned this Sep 24, 2024
@Adjective-Object Adjective-Object changed the title Develop Trunk Merge development branch (caching resolver, devcontainer, deadlock detector, clippy) Sep 24, 2024
@Adjective-Object Adjective-Object enabled auto-merge (squash) September 25, 2024 06:35
@Adjective-Object Adjective-Object merged commit 4e61efe into main Sep 25, 2024
5 checks passed
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.

1 participant