David Bar-On
David Bar-On
# PR Summary Suggested fix for issue #15353. The root cause of the problem is the [call to `UpdatableHelpModuleInfo` with `GUID.Empty`](https://github.com/PowerShell/PowerShell/blob/659dff09e4e1fd15e9f404b4f3460bd9f239ea90/src/System.Management.Automation/help/UpdatableHelpCommandBase.cs#L339-L341) in case module is `InitialSessionState.CoreSnapin`. However, that conflics with...
Backport #4524 Fixes #5138 Backport of #4524 that fixes #4471 with enhancements to fix #5138.
Fixes #4551 Backport #4658 and suggested fix for #4551. The backport and the suggested fix are submitted in one PR, since fixing #4551 requires both, and if only one will...
**Input** ```rust fn main() { let x = 111; /* First Comment line 1 * First Comment line 2 */ let x = 222; /* Second Comment line 1 *...
Suggested fix for issue #4273 - using the configured `newline_style` for the emitted JSON `expected` parts. The PR is based on back-porting PR #4743 (that was not merged into R2)....
Proposed fix for issue #5407. Although the original issue is about fn empty where clause indentation, the issue is actually about handling of comments after fn return type. This is...
Fix for #3277 - not removing commas from end of multiple attributes list. The comma was originally removed since otherwise redundant commas would have been added after consecutive closing delimiters....
Fixes #4609 Suggested fix for an issue of unlimited macro body indentation when repeating the formatting. The root cause of the problem is that `$d` is set as `'$'` in...
Suggested fix for issue #4793 for handling empty code block in doc comments (replacing PR #4895). If the doc comments code block includes only empty lines than the output is...
Suggested fix for issue #4706, including enhancements to the handling of `#[rustfmt::skip]`. #4706 issue was caused because `format_impl()` did not copy the skipped range from the local `context` into the...