-
Notifications
You must be signed in to change notification settings - Fork 2.1k
dedupe resolving independent on reference type #7349
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
9 Ignored Deployments
|
🟢 Turbopack Benchmark CI successful 🟢Thanks |
✅ This change can build |
|
request = *request | ||
) | ||
}; | ||
async move { |
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.
not a fan of adding indent to the whole function for tracing
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.
me neither, but .enter()
doesn't work in async code...
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.
would rather have another function :^)
let span = { | ||
let lookup_path = lookup_path.to_string().await?; | ||
let request = request.to_string().await?; | ||
tracing::info_span!( |
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.
isn't this function traced twice now?
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.
fixed
add more tracing to resolving steps
b08f8f5
to
0319e6f
Compare
* vercel/turborepo#7347 <!-- Tobias Koppers - avoid resolving recursive main field --> * vercel/turborepo#7349 <!-- Tobias Koppers - dedupe resolving independent on reference type --> * vercel/turborepo#7391 <!-- OJ Kwon - feat(tasks-fs): allow to skip subpath invalidation -->
### Description * dedupe resolving independent on reference type * add more tracing to resolving steps ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes PACK-2464
### Description * dedupe resolving independent on reference type * add more tracing to resolving steps ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes PACK-2464
### Description * dedupe resolving independent on reference type * add more tracing to resolving steps ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes PACK-2464
### Description * dedupe resolving independent on reference type * add more tracing to resolving steps ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes PACK-2464
Description
Testing Instructions
Closes PACK-2464