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

Move Ruby code to Python #6

Closed
osrf-migration opened this issue Jul 10, 2017 · 3 comments
Closed

Move Ruby code to Python #6

osrf-migration opened this issue Jul 10, 2017 · 3 comments

Comments

@osrf-migration
Copy link

Original report (archived issue) by Andrés Fortier (Bitbucket: andres_fortier).


Girder provides a client implemented in python (girder-cli) which already defines all the interactions with a Girder server. To avoid re-writing most of that we should migrate our ruby implementation of the commands to python, so it just becomes a thin wrapper around the existing libraries.

@osrf-migration
Copy link
Author

Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).


Is there a girder C or C++ api? The C++ library would need to support both fuel and Girder anyways, so I think it makes sense to implement it in C++ and call those functions from Ruby rather than also writing it in python.

@osrf-migration
Copy link
Author

Original comment by Andrés Fortier (Bitbucket: andres_fortier).


Not that I'm aware of. Note however that this issue was created back in the days were the main development focus was going to be placed in Girder, so now that we are shifting our attention to the custom backend this decision may not be the best. @caguero should we close / rephrase this one?

@chapulina
Copy link
Contributor

I believe we're not considering Girder any more, so closing this.

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

No branches or pull requests

2 participants