Boshen

Results 565 comments of Boshen

### Merge activity * **Nov 26, 6:20 AM EST**: The merge label '0-merge' was detected. This PR will be added to the [Graphite merge queue](https://app.graphite.dev/merges?org=oxc-project&repo=oxc) once it meets the requirements....

* **#6202** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Boshen and the rest of your teammates on Graphite

### Merge activity * **Oct 5, 2:51 PM EDT**: [Graphite](https://app.graphite.dev/github/pr/oxc-project/oxc/6202) disabled "merge when ready" on this PR due to: a merge conflict with the target branch; resolve the conflict and...

Thank you for working on this. We may need ast-grep in our CI to prevent this before the clippy rule gets released.

It was already added to ast-grep example when I posted the problem. https://ast-grep.github.io/catalog/rust/#beware-of-char-offset-when-iterate-over-a-string

Get the list: ``` RULES.iter().for_each(|rule| { let doc = rule.documentation().unwrap(); if !doc.contains("Why is this bad") { println!("{:?}", rule.name()); } }); ``` - [x] no-unreachable - [ ] no-useless-constructor - [x]...

Borrowing the idea of the mangler, we can check whether symbols are the same in scope visitation order.

### Merge activity * **Mar 14, 5:06 AM EDT**: The merge label '0-merge' was detected. This PR will be added to the [Graphite merge queue](https://app.graphite.dev/merges?org=oxc-project&repo=oxc) once it meets the requirements....

I'm going to try a few more times in the next few days and see if I can reproduce this.