Curtis Fenner
Curtis Fenner
This script isn't super well tested, thanks for posting this, I'll work on a fix (and add a test suite). I believe the problem is that you're formatting a script...
I think what @emekoi suggested is excellent, as it removes the need for extra syntax and sidesteps the issues of increasing the size of `anyerror` and dealing with error names...
I think it's reasonable, but I think it could be better by making minimal changes to the language. Specifically, I think Zig is already expressive enough to more tightly reflect...
I'm going to restate the proposal a little more fully now that some discussion has improved it. ----- Currently, Zig has a concept of *error sets*, which are a collection...
That's a good callout @EleanorNB . Here are my initial thoughts: ----- We could do nothing. In general, adding a new error to an error set is a "breaking change"...
I just ran into this issue with a polygon as small as 6 vertices (7 including the closing vertex). It seems that maplibre-gl is incorrectly splitting up a polygon _when...