Josh Bleecher Snyder
Josh Bleecher Snyder
This is an initial implementation. It doesn't have many miles on it. I'm sharing it for early feedback and thoughts. Fixes #640
We use an external plugin. Sshpiperd will gracefully survive plugin restart (good), but refuses to start unless the plugin is already running. This makes for an inconvenient startup dependency order....
I have important logging to stderr in TestMain that triggers only in rare scenarios. But gotestsum silently changes formats in CI to a format that doesn't display any output from...
Cursorless has a state scope but no expr scope. Expressions are too dense and nested to be useful targets. In particular, it’s hard to target them precisely. One exception is...
Simple recursion. It's slow and chatty, but the whole shebang is slow, and this is rare. --- Context: I'm running the refresh script myself, and it got irretrievably stuck around...