• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

type-ruby / t-ruby
93%

Build:
DEFAULT BRANCH: main
Repo Added 13 Dec 2025 08:41AM UTC
Files 90
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • chore/legacy-parser-deprecation
  • feat/proc-type-syntax
  • feature/direct-execution
  • feature/improve-array-hash-tuple
  • feature/improve-error-messages
  • feature/integrate-typechecker
  • feature/keyword-args-type-annotation
  • feature/parser-architecture
  • feature/parser-combinator-migration
  • feature/tuple-rest-element
  • feature/wasm-separation
  • fix/migrate-legacy-trbconfig-format
  • fix/parser-improvements
  • fix/release-ci-workflow
  • fix/unicode-method-names
  • main
  • ruby-4.0-support

23 Jan 2026 07:50AM UTC coverage: 92.636%. Remained the same
21278734649

push

github

web-flow
Add tuple rest element support (#44) (#50)

Add support for tuple rest elements using the syntax `[Type, *Type[]]`.
This allows tuples with variable-length trailing elements.

Features:
- New `TupleRestElement` IR node for rest elements
- Parser support for `*Type[]` and `*Array<Type>` syntax
- Validation: rest must be at end, only one rest allowed
- RBS fallback: converts to union array (RBS doesn't support tuple rest)
- LSP: tuple type completions and hover support

Example:
```ruby
def get_values(): [String, *Integer[]]
  ["header", 1, 2, 3]
end
```

40 of 43 new or added lines in 3 files covered. (93.02%)

8491 of 9166 relevant lines covered (92.64%)

1774.17 hits per line

Relevant lines Covered
Build:
Build:
9166 RELEVANT LINES 8491 COVERED LINES
1774.17 HITS PER LINE
Source Files on main
  • Tree
  • List 90
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21278734649 main Add tuple rest element support (#44) (#50) Add support for tuple rest elements using the syntax `[Type, *Type[]]`. This allows tuples with variable-length trailing elements. Features: - New `TupleRestElement` IR node for rest elements - Parser s... push 23 Jan 2026 07:50AM UTC web-flow github
92.64
21278690378 feature/tuple-rest-element Merge 940f45ce7 into b7f7bc575 Pull #50 23 Jan 2026 07:48AM UTC web-flow github
92.64
21242918531 main Add deprecation warning for legacy regex-based parser (#49) push 22 Jan 2026 09:21AM UTC web-flow github
92.64
21242897649 chore/legacy-parser-deprecation Merge 17b311a05 into 505962129 Pull #49 22 Jan 2026 09:20AM UTC web-flow github
92.64
21242754680 main Parser architecture improvement with TypeSlot (#48) * Add TypeSlot infrastructure for type position tracking Introduce TypeSlot class that represents positions where type annotations are expected. This enables explicit tracking of explicit, infe... push 22 Jan 2026 09:16AM UTC web-flow github
92.63
21242468114 feature/parser-architecture Merge 23ba5f88a into 873878d18 Pull #48 22 Jan 2026 09:07AM UTC web-flow github
92.63
21222924424 main chore: remove wasm directory and add wasm release trigger (#46) - Remove wasm/ directory (moved to type-ruby/t-ruby-wasm) - Add trigger-wasm-release job to release workflow Closes #31 push 21 Jan 2026 07:29PM UTC web-flow github
92.43
21222873958 feature/wasm-separation Merge 97bfdf383 into 18bcd5eba Pull #46 21 Jan 2026 07:27PM UTC web-flow github
92.43
21210129475 main ci: remove wasm publish (moved to separate repo) push 21 Jan 2026 12:47PM UTC yhk1038 github
92.43
21209976995 main ci: trigger docs update on release push 21 Jan 2026 12:42PM UTC yhk1038 github
92.43
See All Builds (74)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc