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

fix(rspack_loader_runner): char_boundary panic when debug content #6412

Merged
merged 2 commits into from May 6, 2024

Conversation

SoonIter
Copy link
Member

Summary

5ac9e5388640a1eedc04fc5f4a447bd2

The error message "byte index 20 is not a char boundary; it is inside '–' (bytes 19..22)" in Rust indicates an attempt to index into a string at byte 20, which is not the start of a valid UTF-8 character.

Copy link

netlify bot commented Apr 29, 2024

Deploy Preview for rspack canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 9b637d1
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66328e476130b300077863d1

@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Apr 29, 2024
@SoonIter SoonIter requested a review from h-a-n-a May 1, 2024 18:47
@SoonIter SoonIter enabled auto-merge (squash) May 1, 2024 18:48
@SoonIter SoonIter merged commit 0af97c6 into web-infra-dev:main May 6, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants