Andreas Klöckner
Andreas Klöckner
For some reason, `triangle` thinks that a list of maximum areas has been specified. (as indicated by `behavior.vararea` flag). But `trianglearealist` is NULL, and so the access below crashes. ```...
I can reproduce the crash now. One issue with your code is that you double the point at `(1,0)` in your points list, when that's not necessary. (`round_trip_connect` closes the...
Could you send a pull request? :) (analogous to the prior changes)
See also https://github.com/inducer/pyopencl/discussions/562#discussioncomment-2770147.
PR for this: #69
Fixed through #71.
There's nothing there currently, and I kind of view it as out of scope of pycparserext, as it heads away from just "parser" and more into "compiler" territory, so I...
I'd be happy to review a PR fixing that.
I unfortunately don't have time to work on this myself at the moment, but I'd be happy to take a patch. [This](https://github.com/inducer/pycparserext/blob/master/pycparserext/ext_c_parser.py#L315-L381) is the bit that would need changing.