ruby / fiddle

A libffi wrapper for Ruby.
BSD 2-Clause "Simplified" License
154 stars 37 forks source link

Update CParser#parse_struct_signature to support "int long blah" #101

Closed dmlary closed 2 years ago

dmlary commented 2 years ago

fixes #100

(was hoping this would run the pipeline, but no luck; I'll find a way to run the tests)

dmlary commented 2 years ago

A complete fix for parse_ctype() is beyond what I would want to do for a first commit to this project. See https://github.com/ruby/fiddle/issues/100#issuecomment-997486485 for details