-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In Ruby, stringio is a stdlib.
https://github.com/ruby/ruby/tree/50520cc1930331bccdb94730e17ddc01798f2be0/ext/stringio
But currently, RBS has string_io as a core library unexpectedly.
https://github.com/ruby/rbs/blob/abcc97d3c8b024856ba9603a7ef22d422652ff42/core/string_io.rbs
So we should do the two things:
- Move string_io.rbs from
core/tostdlib/. - Rename it to
stringio.rbs- because the library name is
stringio.
- because the library name is
BTW, this will introduce a breaking change. We should do it carefully. For example, we can provide a migration process.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working