Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Make rails runner stdin available through global state #2491

Closed
wants to merge 5 commits into from

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Aug 26, 2024

@st0012
Copy link
Member

st0012 commented Aug 27, 2024

Do we need to have an API for it? I thought instance_variable_set|get with T.cast would already work?

@andyw8
Copy link
Contributor Author

andyw8 commented Aug 27, 2024

Yeah it would work with directly accessing the ivar but I would prefer to use a normal call.

However, I'm not fully on-board with lumping this in with the global state. I have a pairing with @vinistock later today so can discuss then.

@andyw8
Copy link
Contributor Author

andyw8 commented Aug 28, 2024

No longer needed with new approach.

@andyw8 andyw8 closed this Aug 28, 2024
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