Stefan Merettig
Stefan Merettig
Hello, I'm delighted in the continued interest of my projects! My thanks go out to everyone who wants to help improve it! I'm sure with y'all on board they can...
Version 1.0?! > @Papierkorb, do you have a list of areas in bindgen that still need improvement in relation to Qt? Bindgen should be fine I think. There are surely...
> Map C array constants to Crystal Arrays, provided they only contain other supported constants (Int | Float | String | Bool). I don't think we need that, Slices are...
That sounds reasonable, still dang, didn't think about that either. I think that indeed, a custom `Enumerable` will be what we want for this.
Could you resolve the conflict? LGTM after that 👍
Back then, I chose the README as main documentation hub (Along the TEMPLATE.yml) for four reasons: 1. It's easily Ctrl+F'able, or in less keyboard-terms, easily discoverable through means everyone knows...
Ah sure, a TOC would be splendid
Hello, The `parser.files` section shouldn't need `memory`, as its a system header (Not `memory.h`, the C++ stdlib headers don't have any ending). That section is only needed to tell Bindgen...
> /Users/jerome/projects/github.com/superfly/v8-cr/lib/bindgen/src/bindgen/parser/../../../clang/bindgen /var/folders/wd/y9m3t11s6nx1nhyzqmhnxmr40000gn/T/bindgen.tfMeLu -m "" -f "" -- -x c++ -std=c++11 -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS That whole thing there is the invocation command of the clang part. Instead of > /var/folders/wd/y9m3t11s6nx1nhyzqmhnxmr40000gn/T/bindgen.tfMeLu you...
With that invocation that's an expected output. Bindgen doesn't "grab everything", only what you want it to. Please check the `TEMPLATE.yml` for further information.