-
Notifications
You must be signed in to change notification settings - Fork 30
fix: fix workspaces member #332
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
base: main
Are you sure you want to change the base?
Conversation
|
Sorry I fixed it! |
|
Im afraid this change will be ovewritten during deps update |
|
Yeap, I’ll take a look on Monday (I’ll be flying over the weekend) |
|
@re-taro maybe we could write it as a |
kdy1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
➜ swc git:(fix/swc) ✗ cargo check
error: failed to load manifest for workspace member `/Users/kdy1/projects/amaro/deps/swc/bindings/binding_core_node`
referenced via `bindings/*` by workspace at `/Users/kdy1/projects/amaro/deps/swc/Cargo.toml`
Caused by:
failed to parse manifest at `/Users/kdy1/projects/amaro/deps/swc/bindings/binding_core_node/Cargo.toml`
Caused by:
error inheriting `backtrace` from workspace root manifest's `workspace.dependencies.backtrace`
Caused by:
`dependency.backtrace` was not found in `workspace.dependencies`
I think it's using an old version of SWC clone?
See #333 |
kdy1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has a problem even if I rebase to the relevant branch.
➜ swc git:(fix/swc) ✗ cargo check
error: failed to load manifest for workspace member `/Users/kdy1/projects/amaro/deps/swc/bindings/binding_core_node`
referenced via `bindings/*` by workspace at `/Users/kdy1/projects/amaro/deps/swc/Cargo.toml`
Caused by:
failed to load manifest for dependency `swc_core`
Caused by:
failed to read `/Users/kdy1/projects/amaro/deps/swc/crates/swc_core/Cargo.toml`
Caused by:
No such file or directory (os error 2)
This is not a correct direction either. Why are you trying to do this?
Changes
close #329