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

Can you create a stand-alone repo for cjellyfish? #35

Closed
gihnius opened this issue Mar 26, 2015 · 4 comments
Closed

Can you create a stand-alone repo for cjellyfish? #35

gihnius opened this issue Mar 26, 2015 · 4 comments

Comments

@gihnius
Copy link

gihnius commented Mar 26, 2015

I am wrapping it in a ruby gem: https://github.com/gihnius/jellyfish
please.

@jamesturk
Copy link
Owner

hm, in theory yeah, but there is still a bit of Python-specific stuff in there, and probably needs to be more to better handle Unicode (something I'd been working on lately)

I'd be fine #ifdefing that stuff out though, let me take a look in the next few days

@jamesturk
Copy link
Owner

also worth mentioning that the tests are already factored out if you want to use those

@jamesturk
Copy link
Owner

looked at this a bit more, I think the best way would be to have something like

#ifdef CPYTHON
#include "Python.h"
#define UNICODE_T Py_UNICODE
#endif

etc.

but I know next to nothing about Ruby's C API, would you be able to provide the equivalent?

@jamesturk
Copy link
Owner

OK this is spun out now. feel free to open issues/PRs there https://github.com/sunlightlabs/cjellyfish

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