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

[Truffle] Change signature of NativeSockets.accept #3201

Merged
merged 1 commit into from
Aug 3, 2015

Conversation

bbelleville
Copy link
Contributor

This helps with ahead of time compilation. I can generate the bindings for NativeSockets during compilation, but only primitive, array, or string arguments are currently supported. Boxing the integer in an array has the same result when using jnr-ffi, it is translated into a int*.

@chrisseaton chrisseaton added this to the truffe milestone Aug 3, 2015
@chrisseaton chrisseaton self-assigned this Aug 3, 2015
chrisseaton added a commit that referenced this pull request Aug 3, 2015
[Truffle] Change signature of NativeSockets.accept
@chrisseaton chrisseaton merged commit 013c46f into jruby:master Aug 3, 2015
@bbelleville bbelleville deleted the socket-accept branch August 6, 2015 18:07
@chrisseaton chrisseaton modified the milestones: truffe, truffle-dev Dec 19, 2015
@enebo enebo added this to the Non-Release milestone Dec 7, 2017
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.

None yet

3 participants