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

Vala bindings out of date #184

Open
Dr-Emann opened this issue Feb 1, 2016 · 2 comments
Open

Vala bindings out of date #184

Dr-Emann opened this issue Feb 1, 2016 · 2 comments

Comments

@Dr-Emann
Copy link
Contributor

Dr-Emann commented Feb 1, 2016

The last commit to touch the binding directory was 6f2691e.

This command might be useful, to see all the changes that have happened since.
ls squash/*.h | grep -v 'internal' | xargs git log -p --reverse 6f2691e..

@Dr-Emann
Copy link
Contributor Author

It looks like this might have been fixed by 1114a7c, is that all the changes?

@nemequ
Copy link
Member

nemequ commented Feb 26, 2016

I believe so, but I'm planning on going through the whole API to check. I'll try to take care of that over the weekend (feel free to poke me on if I forget; IRC, e-mail, here… whatever).

Are you just using the Vala bindings as a guide for the Rust bindings? I don't think that's a bad idea, but keep in mind that there are certain features that the Vala bindings will probably never support (wchar stuff, for example).

I think I've offered this before, but I'd be happy to host the Rust bindings in the main repo so we can get them integrated into Squash's CI… That obviously wouldn't help with new symbols, but could be nice for backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants