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

Conversation

@ognevny
Copy link
Contributor

@ognevny ognevny commented Jun 28, 2025

Description

Testing Instructions

CI

@vercel
Copy link
Contributor

vercel bot commented Jun 28, 2025

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

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm

@vercel
Copy link
Contributor

vercel bot commented Jun 28, 2025

@ognevny is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@ognevny ognevny force-pushed the rust-1.88.0 branch 2 times, most recently from f0ad624 to 31c73f7 Compare July 4, 2025 07:14
@ognevny
Copy link
Contributor Author

ognevny commented Jul 4, 2025

@chris-olszewski can you have a look into it, please?

@ognevny ognevny force-pushed the rust-1.88.0 branch 2 times, most recently from 3bb79f7 to 2a9fb7e Compare July 8, 2025 15:46
let mut previous_char: Option<char> = None;

for (i, char) in pattern.chars().enumerate() {
for (i, char) in pattern.char_indices() {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a behavior change if characters take up multiple bytes, but we already would panic on those strings. I think this will just break in a slightly different way which is okay.

Actually fixing this code can/should be fixed in it's own PR.

@chris-olszewski
Copy link
Contributor

Apologies for slow review. Thank you for keeping us current!

@chris-olszewski chris-olszewski enabled auto-merge (squash) July 21, 2025 15:59
@chris-olszewski chris-olszewski merged commit 41cad2c into vercel:main Jul 21, 2025
47 checks passed
@ognevny ognevny deleted the rust-1.88.0 branch July 21, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants