Skip to content

[KO] Translate 2018-11-06-ruby-2-6-0-preview3-released.md #1872

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 5 commits into from
Nov 8, 2018

Conversation

riseshia
Copy link
Member

@riseshia riseshia commented Nov 7, 2018

I tried new style for reviewing translation.

41dfc84, 5328e69 is just import from en / ja (Oneshot mode explanation is omitted on english ver, so I import from ja),

afabf8f, ba0b6eb is actual translation, so reviewer could check diff in commits.
Please let me know if this style is easier than previous PR ;)

@ruby/www-ruby-lang-org-i18n-ko Could you review this?


루비 2.6에는 `RubyVM::AST` 모듈이 도입되었습니다.

이 모듈에은 문자열을 파싱하여 AST(추상구문트리)의 Node를 돌려주는 `parse` 메소드, 파일을 파싱하여 AST의 노드를 돌려주는 `parse_file` 메소드가 들어있습니다.
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

Choose a reason for hiding this comment

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

맞습니다. 바꾸려면 한 번에 바꾸는 게 좋을 것 같아서 나중에 바꿔야지 하다가 아직도 못 바꿨네요.

Copy link
Member

Choose a reason for hiding this comment

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

  • Node를 → 노드를

Copy link
Member Author

Choose a reason for hiding this comment

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

참고삼아서 여쭤보고 싶은데 메소드는 뭘로 바꾸고 싶으신건가요? 🤔

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.

아아아 표기가 올바르지 않았군요. 잘못 알고 있었네요. 이야기 나온김에 이거 머지하고 한번 s/메소드/메서드/g 하죠. 👍

이번 JIT 릴리스의 주 목적은 2.6 릴리스 전에 각 플랫폼에서 잘 동작하는지, 보안상의 문제가 발생하는지 미리 확인하는 것입니다.
현재 JIT 컴파일러는 루비가 gcc나 clang, Microsoft VC++로 빌드되었으며, 해당 컴파일러가 런타임에서 사용 가능한 경우에만 이용할 수 있습니다. 그 이외에는 아직 이용할 수 없습니다.

2.6.0-preview3에서는 Optcarrot 이라고 불리는 CPU 성능을 요구하는 벤치마크에서 1.7배의 성능 향상을 이루어졌습니다(다음을 참조: https://gist.github.com/k0kubun/d7f54d96f8e501bbbc78b927640f4208). Rails 애플리케이션같은 메모리를 요구하는 작업에서도 성능을 향상시킬 것입니다.
Copy link
Member

Choose a reason for hiding this comment

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

Optcarrot이라고

Copy link
Member

@marocchino marocchino Nov 7, 2018

Choose a reason for hiding this comment

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

이라고 불리는 -> 이라는

Copy link
Member

Choose a reason for hiding this comment

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

  • 1.7배의 성능 향상을 이루어졌습니다 → 1.7배의 성능 향상을 이루었습니다
  • 애플리케이션같은 → 애플리케이션 같은

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed 4bb015e

이번 JIT 릴리스의 주 목적은 2.6 릴리스 전에 각 플랫폼에서 잘 동작하는지, 보안상의 문제가 발생하는지 미리 확인하는 것입니다.
현재 JIT 컴파일러는 루비가 gcc나 clang, Microsoft VC++로 빌드되었으며, 해당 컴파일러가 런타임에서 사용 가능한 경우에만 이용할 수 있습니다. 그 이외에는 아직 이용할 수 없습니다.

2.6.0-preview3에서는 Optcarrot 이라고 불리는 CPU 성능을 요구하는 벤치마크에서 1.7배의 성능 향상을 이루어졌습니다(다음을 참조: https://gist.github.com/k0kubun/d7f54d96f8e501bbbc78b927640f4208). Rails 애플리케이션같은 메모리를 요구하는 작업에서도 성능을 향상시킬 것입니다.
Copy link
Member

Choose a reason for hiding this comment

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

  • 1.7배의 성능 향상을 이루어졌습니다 → 1.7배의 성능 향상을 이루었습니다
  • 애플리케이션같은 → 애플리케이션 같은


루비 2.6에는 `RubyVM::AST` 모듈이 도입되었습니다.

이 모듈에은 문자열을 파싱하여 AST(추상구문트리)의 Node를 돌려주는 `parse` 메소드, 파일을 파싱하여 AST의 노드를 돌려주는 `parse_file` 메소드가 들어있습니다.
Copy link
Member

Choose a reason for hiding this comment

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

맞습니다. 바꾸려면 한 번에 바꾸는 게 좋을 것 같아서 나중에 바꿔야지 하다가 아직도 못 바꿨네요.


루비 2.6에는 `RubyVM::AST` 모듈이 도입되었습니다.

이 모듈에은 문자열을 파싱하여 AST(추상구문트리)의 Node를 돌려주는 `parse` 메소드, 파일을 파싱하여 AST의 노드를 돌려주는 `parse_file` 메소드가 들어있습니다.
Copy link
Member

Choose a reason for hiding this comment

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

  • Node를 → 노드를

@yous
Copy link
Member

yous commented Nov 8, 2018

I like this style for reviewing. I've had to open a new tab and navigate to en/news/_posts to find the original article, and had to diff with my eyes. 😅

Copy link
Member Author

@riseshia riseshia left a comment

Choose a reason for hiding this comment

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

I will squash commits after it approved.


루비 2.6에는 `RubyVM::AST` 모듈이 도입되었습니다.

이 모듈에은 문자열을 파싱하여 AST(추상구문트리)의 Node를 돌려주는 `parse` 메소드, 파일을 파싱하여 AST의 노드를 돌려주는 `parse_file` 메소드가 들어있습니다.
Copy link
Member Author

Choose a reason for hiding this comment

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

참고삼아서 여쭤보고 싶은데 메소드는 뭘로 바꾸고 싶으신건가요? 🤔

이번 JIT 릴리스의 주 목적은 2.6 릴리스 전에 각 플랫폼에서 잘 동작하는지, 보안상의 문제가 발생하는지 미리 확인하는 것입니다.
현재 JIT 컴파일러는 루비가 gcc나 clang, Microsoft VC++로 빌드되었으며, 해당 컴파일러가 런타임에서 사용 가능한 경우에만 이용할 수 있습니다. 그 이외에는 아직 이용할 수 없습니다.

2.6.0-preview3에서는 Optcarrot 이라고 불리는 CPU 성능을 요구하는 벤치마크에서 1.7배의 성능 향상을 이루어졌습니다(다음을 참조: https://gist.github.com/k0kubun/d7f54d96f8e501bbbc78b927640f4208). Rails 애플리케이션같은 메모리를 요구하는 작업에서도 성능을 향상시킬 것입니다.
Copy link
Member Author

Choose a reason for hiding this comment

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

fixed 4bb015e

@yous
Copy link
Member

yous commented Nov 8, 2018

Looks good to me if #1872 (comment) is applied.

@riseshia
Copy link
Member Author

riseshia commented Nov 8, 2018

059fbed fixed.

@riseshia
Copy link
Member Author

riseshia commented Nov 8, 2018

rebased to 233e960

@riseshia
Copy link
Member Author

riseshia commented Nov 8, 2018

Thanks to review! XD

@riseshia riseshia merged commit d9f4a07 into ruby:master Nov 8, 2018
@riseshia riseshia deleted the trans-ko branch November 8, 2018 13:11
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.

3 participants