Closed olbat closed 7 years ago
~~~I got this working with crystal `0.20.5`, but had some trouble running the specs with `0.21.0`, even without my patch `crystal spec` ~~~fails silently~~~ I get travis' error (I'm using LLVM/clang `3.6` and the official docker image).~~~
See #45.
Tested with Cystal 0.21.1
everything runs fine.
Thank you @olbat! I'll upgrade the CI to work against 0.21.1 and merge this if it passes.
Wonderful, thanks !
Such as in #42, typedef names of pointers to opaque structs like
SomeName
are transformed asSomename
instead ofSomeName
.Here is an example:
With the patch:
_PS: I don't really get why the
capitalize
call was here since thedeclare_typedef
function already handles this (maybe some code that was not updated after a refactoring ?), just let me know if this issue should be handled differently._