David Bar-On

Results 53 issues of 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...

Small

Backport #4524 Fixes #5138 Backport of #4524 that fixes #4471 with enhancements to fix #5138.

pr-follow-up-review-pending

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...

pr-follow-up-review-pending

**Input** ```rust fn main() { let x = 111; /* First Comment line 1 * First Comment line 2 */ let x = 222; /* Second Comment line 1 *...

poor-formatting
a-comments
p-low

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)....

p-low
pr-follow-up-review-pending

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...

p-low
pr-not-reviewed

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....

p-low
pr-waiting-on-author

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...

p-low
pr-not-reviewed

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...

p-medium
pr-not-reviewed

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...

p-low
pr-not-reviewed
pr-targeting-2.0