Radon Rosborough

Results 593 comments of Radon Rosborough

I filed https://github.com/ruby-syntax-tree/syntax_tree-rbs/pull/34, but my Ruby inexperience is showing, unfortunately.

Okay, I fixed up https://github.com/ruby-syntax-tree/syntax_tree-rbs/pull/34 and confirmed that it fixes the CI here, so after that PR is merged, I'll go ahead and rebuild this and it should be good...

Sorry this took so long. But it's done now!

Is the formatter stripping the trailing newline from your file? If so, can that be disabled?

I'd submit a bug report upstream - all files on Linux end with a trailing newline and if a tool is producing something else, I'd consider that a bug. If...

Heh, seems like upstream might not be the most responsive. If we can't get it fixed there, then I don't think it would be the worst thing to include a...

No, aside from that it should be a similar interface to the one used in other text editors, but it does sound reasonable to add "replace" to "find".

Yeah, that's a nice interface. See also `visual-regexp` which implements a similar idea although not quite as attractively.

I didn't think of zero-length matches that only match at certain points of the buffer. I think that they're a reasonable thing to want to be supported, but somebody would...