-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make ruby_binary compatible with container #17
Conversation
Ported the wrapper script for Python into Ruby
from host_runtime
Wow, @yugui , this looks amazing! Could you be so kind and add a tiny bit of context into the description so that it's a bit easier to follow what is being changed and why? I am going to dig into this PR later today, but any additional description would be very helpful. Thank you so much! Konstantin |
This looks really good, I like the removal the the loadpath script and have it all in one. I was wondering about the ruby executable in the container image. Should The reason for the I ask is we are pretty focused on cross-compatability, and since most of us are on OSX here, bundling the binary will not work inside the image. Cheers for this awesome work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will work but not sure the tests will run on OSX, because of cross compatibility. I will try run these later and see if I can get it working.
@kigster @grahamjenson What this PR does
Limitations
PlansHow about working on the issues with the following steps?
|
@yugui @grahamjenson All of that sounds great! Let's Start Using Github Project!(CC @volkangurel) Guys — I would like to note that we started using the Github Project feature (which looks a lot like Trello) and I would love it if you added any work you plan on doing there in the appropriate column. Basically, the Project View is a project view resembling Trello swimming lanes and is meant more for brainstorming than for project tracking. Cards we create can remain cards or be used to very easily auto-generate a new linked issue, where we should add more technical details, if needed. Subsequent PR will reference the issue, and once merged, it will auto-fix the issue, and the associated card will move into the Done ✅ column. Since the three of us are already moving pretty quickly, I would love to have one place where we can all see where we are all at. I am going to take the liberty and add Yugui's bullet points as Cards there , but will leave it to her to create the issues and move each card into the In Progress when able. Mini Sprint Planner?If it were possible to book a 45 minute time slot later this week for the three of us to hop on Google Hangout and do a mini-planner, that would be really great. Yugui, we have 7-hour difference, so say 10am in Japan would be 5pm in San Francisco and we can certainly make that happen easily. The only problem with this week is that Graham is at AWS Reinvent Conference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Reimplement the runfiles resolution based on the python version