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

Apply review on "Ruby 3.3.3 Released" (ko) after merge #3282

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ko/news/_posts/2024-06-12-ruby-3-3-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ Ruby 3.3.3이 릴리스되었습니다.
* REXML 3.2.8
* strscan 3.0.9
* `--dump=prism_parsetree`는 `--parser=prism --dump=parsetree`로 대체되었습니다.
* Invalid encoding symbols raise `SyntaxError` instead of `EncodingError`
* 잘못된 인코딩 기호는 이제 `EncodingError` 대신 `SyntaxError`를 던집니다.
* Ripper 파싱 중의 메모리 누수 문제 수정
* YJIT의 버그 수정, `**{}`, `Ripper.tokenize`, `RubyVM::InstructionSequence#to_binary`, `--with-gmp`, 여러 빌드 환경 수정
* YJIT, `**{}`, `Ripper.tokenize`, `RubyVM::InstructionSequence#to_binary`, `--with-gmp`, 몇몇 빌드 환경의 버그 수정

자세한 내용은 [GitHub 릴리스](https://github.com/ruby/ruby/releases/tag/v3_3_3)를 참조하세요.

Expand Down