Skip to content

fix: simplify review - unicode range + nested class test#119

Merged
ohah merged 2 commits intomainfrom
fix/simplify-unicode-range
Mar 19, 2026
Merged

fix: simplify review - unicode range + nested class test#119
ohah merged 2 commits intomainfrom
fix/simplify-unicode-range

Conversation

@ohah
Copy link
Copy Markdown
Owner

@ohah ohah commented Mar 19, 2026

Summary

  • Letterlike Symbols 과대 범위 제거 (false positive 방지)
  • 중첩 class private name positive 테스트 추가

Test plan

  • zig build test 전체 통과
  • Test262: 90.7% 유지

🤖 Generated with Claude Code

ohah and others added 2 commits March 19, 2026 21:54
…mbols range

/simplify 수정:
- Letterlike Symbols U+2100-U+214F 범위 제거 (비문자 기호 ~30개 false positive)
  ℘(U+2118)과 ℮(U+212E)는 Other_ID_Start로 이미 커버됨
- 중첩 class에서 외부 private name 접근 positive 테스트 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ohah ohah merged commit a4ae795 into main Mar 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant