Gary V. Vaughan

Results 132 comments of Gary V. Vaughan

For the record, `make` has exactly the same problem, which leads to having to write finicky rules like this: ``` make libtool: $(ltmain_sh) $(config_status) $(dotversion) @$(rebuild); \ if test -f...

Thinking about this some more, documenting infix operators with `std.string:..` is even worse than `std.string:__concat`, and not all metamethods even translate to an infix operator (__tostring, __index, __call, etc), so...

Sure. I guessed it might be more involved that fixing a regexp, since I couldn't find said regexp after a moderately thorough search of the sources. 1.4.2?!? Is the 1.4.0...

Awesome :) I don't think there are any real show stoppers now either... the only thing that is any issue at all are the various open sidebar issues, but those...

Sorry for the delay. I'm planning a new release in the next few days, finally, so merging this into a local branch to work on test failures with feedback from...

Gee, thanks GitHub. This was merged, but from a temporary branch I made to run it through github actions.

Thank you for working on this PR, and sorry for not taking it sooner.

Does this patch allow you to compile? ```diff diff --git a/NEWS.md b/NEWS.md index cfe0c5f..da9f5d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -32,6 +32,13 @@ local stat = require 'posix.sys.stat'.stat +### New...