Skip to content

Backport TypeTranslator instance methods#617

Draft
amomchilov wants to merge 2 commits into
mainfrom
Alex/backport-TypeTranslator-instance-methods
Draft

Backport TypeTranslator instance methods#617
amomchilov wants to merge 2 commits into
mainfrom
Alex/backport-TypeTranslator-instance-methods

Conversation

@amomchilov

@amomchilov amomchilov commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

DO NOT MERGE. Just opened a PR for this branch for handy linking.


Adapted from #608, which is on a much newer RBI version (0.8.14).

Adapted from #608, which is on a much newer RBI version (not yet released, but it's after 0.8.13).

Co-authored-by: Alex Rocha <alex.rocha@shopify.com>
@amomchilov amomchilov force-pushed the Alex/backport-TypeTranslator-instance-methods branch from cfc3c66 to 1edbfd8 Compare June 20, 2026 00:52
Co-authored-by: Alex Rocha <alex.rocha@shopify.com>
@amomchilov amomchilov force-pushed the Alex/backport-TypeTranslator-instance-methods branch from 1edbfd8 to 619adc3 Compare June 20, 2026 01:16
Comment thread lib/rbi/version.rb

module RBI
VERSION = "0.3.14"
# This version is actually based on RBI v0.3.8, but we need to compare as `>= 0.3.15` for our backport use case.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should actually read:

Suggested change
# This version is actually based on RBI v0.3.8, but we need to compare as `>= 0.3.15` for our backport use case.
# This version is actually based on RBI v0.3.8, but we need to compare as `>= 0.3.14` for our backport use case.

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.

2 participants