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

when use FFI.typedef :ORITYPE, :TYPEXXX define a type alisname #472

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

windwiny
Copy link

@windwiny windwiny commented Dec 3, 2015

when use FFI.typedef :ORITYPE, :TYPEXXX define a type alisname

FFI::AbstractMemory instance can respond_to? [:put_TYPEXXX, :get_TYPEXXX,
               :write_TYPEXXX, :read_TYPEXXX,
               :put_array_of_TYPEXXX, :get_array_of_TYPEXXX,
               :write_array_of_TYPEXXX, :read_array_of_TYPEXXX]

FFI::AbstractMemory instance can respond_to? [:put_TYPEXXX, :get_TYPEXXX,
                   :write_TYPEXXX, :read_TYPEXXX,
                   :put_array_of_TYPEXXX, :get_array_of_TYPEXXX,
                   :write_array_of_TYPEXXX, :read_array_of_TYPEXXX]
@tduehr
Copy link
Member

tduehr commented Dec 3, 2015

Looks good. Can you add more tests for other primitive types?

@tduehr
Copy link
Member

tduehr commented Oct 20, 2016

Okay, can you implement respond_to_missing?? Looks like this is ready to go otherwise.

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

2 participants