Skip to content

Conversation

@ksss
Copy link
Collaborator

@ksss ksss commented Jan 15, 2026

Regarding the rbs/test feature, currently, mismatches in the number of type arguments,
such as Array or Array[Integer, String], are permitted.
I have made a modification to be stricter and check if the number of type arguments matches the definition.

  • Array
    • Before -> ✅
    • After -> ❌
  • Array[Integer, String]
    • Before -> ✅
    • After -> ❌
  • Enumerator[Integer]
    • Before -> ✅
    • After -> ✅

@ksss ksss added this to the RBS 4.0 milestone Jan 15, 2026
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.

1 participant