Skip to content

Commit

Permalink
fix: panic when identity mapping with different char indices (#7799)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Sep 4, 2024
1 parent b702681 commit 7cbb9c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proc-macro2 = { version = "1.0.79" }
quote = { version = "1.0.35" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.4" }
rspack_sources = { version = "=0.3.1" }
rspack_sources = { version = "=0.3.2" }
rustc-hash = { version = "1.1.0" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.115" }
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": "tsc -b ./tsconfig.build.json",
"dev": "tsc -b -w",
"test": "cross-env jest --colors"
"test": "cross-env jest --colors --runInBand"
},
"files": [
"bin",
Expand Down

2 comments on commit 7cbb9c1

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Benchmark detail: Open

Name Base (2024-09-04 cd962e5) Current Change
10000_development-mode + exec 2.22 s ± 25 ms 2.23 s ± 22 ms +0.36 %
10000_development-mode_hmr + exec 683 ms ± 19 ms 684 ms ± 9.3 ms +0.20 %
10000_production-mode + exec 2.85 s ± 46 ms 2.85 s ± 24 ms -0.06 %
arco-pro_development-mode + exec 1.83 s ± 75 ms 1.86 s ± 83 ms +1.56 %
arco-pro_development-mode_hmr + exec 435 ms ± 1.7 ms 434 ms ± 3.9 ms -0.21 %
arco-pro_production-mode + exec 3.24 s ± 78 ms 3.26 s ± 54 ms +0.65 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.31 s ± 63 ms 3.34 s ± 66 ms +0.95 %
threejs_development-mode_10x + exec 1.66 s ± 15 ms 1.65 s ± 6.9 ms -0.34 %
threejs_development-mode_10x_hmr + exec 803 ms ± 14 ms 793 ms ± 6.5 ms -1.20 %
threejs_production-mode_10x + exec 5.15 s ± 29 ms 5.15 s ± 37 ms +0.05 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success

Please sign in to comment.