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

this vendors glob-match with unicode support #4571

Merged
merged 3 commits into from
Apr 18, 2023
Merged

this vendors glob-match with unicode support #4571

merged 3 commits into from
Apr 18, 2023

Conversation

arlyon
Copy link
Contributor

@arlyon arlyon commented Apr 13, 2023

Description

I have a PR open with glob-match to add unicode grapheme support. This PR vendors the dependency until that lands (devongovett/glob-match#6)

Testing Instructions

cargo test

@arlyon arlyon requested a review from a team as a code owner April 13, 2023 16:02
@vercel
Copy link

vercel bot commented Apr 13, 2023

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

Name Status Preview Comments Updated (UTC)
examples-svelte-web 🔄 Building (Inspect) Apr 18, 2023 1:54pm
10 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-cra-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-gatsby-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-native-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-tailwind-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
examples-vite-web ⬜️ Ignored (Inspect) Apr 18, 2023 1:54pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Apr 18, 2023 1:54pm

@github-actions
Copy link
Contributor

✅ This changes can build next-swc

@github-actions
Copy link
Contributor

github-actions bot commented Apr 13, 2023

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Go unit tests
  • Go examples

See workflow summary for details

@github-actions
Copy link
Contributor

Benchmark for 420c192

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 8840.37µs ± 25.02µs 8975.03µs ± 56.34µs +1.52%
bench_hmr_to_eval/Turbopack CSR/1000 modules 8004.04µs ± 51.69µs 8005.78µs ± 64.71µs +0.02%
bench_startup/Turbopack CSR/1000 modules 868.98ms ± 1.60ms 866.75ms ± 4.22ms -0.26%

@github-actions
Copy link
Contributor

Benchmark for 388c861

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 9157.12µs ± 57.76µs 9007.26µs ± 34.81µs -1.64%
bench_hmr_to_eval/Turbopack CSR/1000 modules 8165.36µs ± 36.98µs 8045.73µs ± 49.21µs -1.47%
bench_startup/Turbopack CSR/1000 modules 865.53ms ± 1.86ms 869.02ms ± 4.05ms +0.40%

Copy link
Member

@chris-olszewski chris-olszewski left a comment

Choose a reason for hiding this comment

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

These tests are beautiful

crates/glob-match/src/lib.rs Outdated Show resolved Hide resolved
crates/glob-match/src/lib.rs Outdated Show resolved Hide resolved
@arlyon arlyon merged commit aec73a2 into main Apr 18, 2023
@arlyon arlyon deleted the feat/glob-match branch April 18, 2023 15:15
Copy link
Contributor

@ForsakenHarmony ForsakenHarmony left a comment

Choose a reason for hiding this comment

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

NicholasLYang pushed a commit to NicholasLYang/turbo that referenced this pull request Apr 21, 2023
### Description

I have a PR open with glob-match to add unicode grapheme support. This
PR vendors the dependency until that lands
(devongovett/glob-match#6)

### Testing Instructions

`cargo test`

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Chris Olszewski <[email protected]>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
### Description

I have a PR open with glob-match to add unicode grapheme support. This
PR vendors the dependency until that lands
(devongovett/glob-match#6)

### Testing Instructions

`cargo test`

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Chris Olszewski <[email protected]>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

I have a PR open with glob-match to add unicode grapheme support. This
PR vendors the dependency until that lands
(devongovett/glob-match#6)

### Testing Instructions

`cargo test`

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Chris Olszewski <[email protected]>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### Description

I have a PR open with glob-match to add unicode grapheme support. This
PR vendors the dependency until that lands
(devongovett/glob-match#6)

### Testing Instructions

`cargo test`

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Chris Olszewski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants