You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shopify is actively working on decoupling the RBS parser from its Ruby bindings, in order to expose a new pure C API.
This API will be more compatible (e.g. it can integrate into JRuby, Truffle, Sorbet, etc.), and will allow for multi-threaded RBS parsing (since it won't be blocked by Ruby's GVL).
Ready to review PRs
This is still a work-in-progress, but this list will be updated to list all PRs that are ready to review, in the order that they should be merged.
Shopify is actively working on decoupling the RBS parser from its Ruby bindings, in order to expose a new pure C API.
This API will be more compatible (e.g. it can integrate into JRuby, Truffle, Sorbet, etc.), and will allow for multi-threaded RBS parsing (since it won't be blocked by Ruby's GVL).
Ready to review PRs
This is still a work-in-progress, but this list will be updated to list all PRs that are ready to review, in the order that they should be merged.
.c
/.h
files #2098CC @Morriar, @soutaro
The text was updated successfully, but these errors were encountered: