feat: align extension with patchloom CLI 0.34.0 - #273
Merged
Merged
Conversation
Maintainer pass after the js-yaml pin. Property-based unit tests pass. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
Recommend 0.34.0. Document empty-payload invalid_input, dest/--glob invalid_input, and parse_timeout (exit 4). formatCliOutput already prefixes error_kind; add a unit test for parse_timeout. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
SebTardif
marked this pull request as ready for review
September 16, 2026 19:01
SebTardif
enabled auto-merge (squash)
September 16, 2026 19:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recommend Patchloom CLI 0.34.0 and bump the property-based test library.
Problem
Latest CLI is
patchloom-v0.34.0. The extension still recommended 0.33.0. Empty or whitespace-only edit payloads, dest/--globmistakes, and AST parse timeouts were not in Troubleshooting.fast-check4.9.0 was one minor behind.Change
invalid_input, dest/--globasinvalid_input, ASTparse_timeout(exit 4)formatCliOutputprefixesparse_timeoutfast-check4.9.0 -> 4.10.1No AST Quick Actions and no Search
max_resultspicker. Those stay parked.Validation
npm run check: 443 unit tests, coverage above 80%, VSIX packages.