feat: Ruby 바인딩 추가#171
Open
kdyann wants to merge 4 commits into
Open
Conversation
- packages/ruby: magnus 기반 네이티브 확장 (encode / translate_to_unicode / translate_to_braille_font) - 소스 gem은 crates.io braillify 사용, 저장소 빌드는 [patch.crates-io]로 로컬 코어 사용 - rb-sys-test-helpers 임베디드 VM 단위 테스트 + minitest 통합 테스트 - CI: ruby-test(3 OS) / ruby-build(cross-gem 5플랫폼) / ruby-publish(rubygems.org) 잡 추가 - changepacks에 packages/ruby/Cargo.toml 등록 (버전 단일 소스) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Windows 로컬 검증(ucrt Ruby 3.4 + GNU Rust)에서 cargo test/rake compile/minitest 전부 통과 확인 - mswin(개발 빌드) Ruby 대신 rb-sys 공식 setup-ruby-and-rust 액션으로 툴체인 매칭 위임 - Windows bindgen(libclang) 환경변수 요구사항 README에 문서화 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
한국어 점역 엔진의 Ruby 바인딩(
packages/ruby)을 추가합니다. Python(pyo3) 바인딩과 대칭되는 magnus + rb-sys 네이티브 확장 방식이며, RubyGems에braillifygem으로 배포됩니다.주요 변경 사항
macOS x86_64/arm64, Windows ucrt) 프리컴파일 gem + 소스 gem 빌드
테스트
머지 전 필요 사항