Mike Frysinger
Mike Frysinger
there are a couple of workarounds, but none are ideal putting it before the import line turns it off for the entire file after that point (since these comments operate...
gotcha, thanks for the clarification. unfortunately, `isort` will reformat that when the first line is longer than 80 cols. i could put in a comment to disable the isort logic,...
ah, i guess `disable-next` is a new thing. time for me to upgrade.
should this be used as a tracker bug and open individual requests for each tool ? otherwise seems like this can drag out and get hard to keep track of...
requiring Mono is unreasonable Sphinx sounds like it should work
we build & release the docs on the website, and that pipeline runs on Linux also, it's fundamentally wrong that we say "if you want to build this open source...
i don't think that patch is the right approach. we don't want to sprinkle defines like sun throughout the source, and the const issue shows up in other implementations as...
does adding this to the top of the file fix your build issues ? `#define _XOPEN_SOURCE 700`
please undo all the whitespace changes. they don't look necessary or related and make it very hard to understand what the patch is actually doing.
the indentation in src/entities.h is incorrect. it's unclear how you're generating this, but it isn't with the entities.tcl that we've used historically. however it's done, entities.tcl needs to be updated...