Skip to content

[ko] Translate Ruby 2.7.0-xxx release notes #2356

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

Merged
merged 8 commits into from
Jan 17, 2020
Merged

Conversation

riseshia
Copy link
Member

@riseshia riseshia commented Jan 16, 2020

Master issue: #1894
Translated:

  • /en/news/_posts/2019-11-23-ruby-2-7-0-preview3-released.md
  • /en/news/_posts/2019-12-17-ruby-2-7-0-rc1-released.md
  • /en/news/_posts/2019-12-21-ruby-2-7-0-rc2-released.md
  • /en/news/_posts/2019-12-25-ruby-2-7-0-released.md

Actual translation diff is 30339cf
Could you review this?


With those changes,
[stat](https://github.com/ruby/ruby/compare/v2_6_0...v2_7_0_preview3)
Copy link
Member Author

Choose a reason for hiding this comment

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

This one is hard to translate with good wording, so I merged with L316 ;)
or plz suggest another way.

@riseshia riseshia marked this pull request as ready for review January 16, 2020 08:49
@riseshia riseshia requested a review from a team as a code owner January 16, 2020 08:49
Some multi-threaded Ruby programs may cause memory fragmentation,
leading to high memory usage and degraded speed.
몇몇 멀티 스레드를 이용하는 루비 프로그램은 메모리 단편화를 일으킬 수 있고,
이는 과다한 메모리 사용량과 성능 저하로 이어질 수 있습니다.
Copy link
Member

Choose a reason for hiding this comment

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

사용과 저하는 대구되는데 '량'을 붙이면 명사가 돼서 연결이 부자연스럽네요.

Copy link
Member Author

Choose a reason for hiding this comment

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

'량'을 지웠습니다 0c17129

The `GC.compact` method is introduced for compacting the heap.
This function compacts live objects in the heap so that fewer pages
may be used, and the heap may be more CoW friendly.
`GC.compact` 메서드는 힙 공간을 압축합니다.
Copy link
Member

Choose a reason for hiding this comment

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

힙 공간을 압축하는 GC.compact 메서드가 도입되었습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 dbfa069


Pattern matching, a widely used feature in functional programming languages,
is introduced as an experimental feature.
함수형 언어에서 널리 사용되는 기능인 패턴 매칭이 실험적으로 도입되었습니다.
Copy link
Member

Choose a reason for hiding this comment

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

(maybe)
함수형 언어에서 널리 사용되는 패턴 매칭 기능이 실험적으로 도입되었습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

+1 c34a2a7

for a given class, module, or method.
루비에 포함되어 있는 상호작용 환경(REPL; Read-Eval-Print-Loop)인 `irb`가
이제 여러 줄 편집을 지원합니다.
이는 `reline`, `readline`과 호환되는 순수 루비 구현으로 동작합니다.
Copy link
Member

Choose a reason for hiding this comment

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

순수 루비 구현인 reline으로 동작합니다.
이는 readline과 호환되고, rdoc 통합도 제공됩니다.

는 어떠신가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

앞에 '이는'이 두 번 들어가서, 생략해봤는데 그건 그것대로 이상해서 수식 순서를 바꿔봤습니다. 18eb282

a warning is emitted. To continue treating the hash as keywords,
add a double splat operator to avoid the warning and ensure
correct behavior in Ruby 3.
* 메서드 호출이 마지막 인자로 Hash를 넘기며 아무 키워드도 넘기지 않는데,
Copy link
Member

Choose a reason for hiding this comment

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

넘기지 않을때, ?

Copy link
Member Author

Choose a reason for hiding this comment

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

+1 a1b70cf


* A method reference operator, `.:`, was introduced
as an experimental feature in earlier previews, but was reverted.
* 메서드 참조 연산자 `.:`가 도입되었습니다.
Copy link
Member

Choose a reason for hiding this comment

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

이건 끊지 말죠.

메서드 참조 연산자 .:가 이전 프리뷰에서 실험적으로 도입되었지만 취소되었습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

+1 b90139b

Copy link
Member

@marocchino marocchino left a comment

Choose a reason for hiding this comment

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

I just tweaked the tone of the sentence. There is no problem with the content, so you can reflect the review or not. You worked hard. Thank you.

@riseshia riseshia merged commit 373fe09 into ruby:master Jan 17, 2020
@riseshia riseshia deleted the 2-7-0-ko branch January 17, 2020 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants