这是indexloc提供的服务,不要输入任何密码
Skip to content

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

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

sokra
Copy link
Member

@sokra sokra commented Feb 12, 2024

Description

  • dedupe resolving independent on reference type
  • add more tracing to resolving steps

Testing Instructions

Closes PACK-2464

Copy link

vercel bot commented Feb 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 14, 2024 3:17pm
rust-docs ❌ Failed (Inspect) Feb 14, 2024 3:17pm
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 3:17pm

Copy link
Contributor

github-actions bot commented Feb 12, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Feb 12, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

request = *request
)
};
async move {
Copy link
Contributor

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

Copy link
Member Author

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...

Copy link
Contributor

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!(
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@sokra sokra force-pushed the sokra/dedupe-resolving branch from b08f8f5 to 0319e6f Compare February 14, 2024 15:16
@sokra sokra enabled auto-merge (squash) February 14, 2024 15:16
@sokra sokra merged commit 253c785 into main Feb 14, 2024
@sokra sokra deleted the sokra/dedupe-resolving branch February 14, 2024 15:22
sokra added a commit to vercel/next.js that referenced this pull request Feb 15, 2024
* 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 -->
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
### 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
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### 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
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### 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
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### 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
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.

3 participants