Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valkyrienyanko cleanup #69

Merged
merged 14 commits into from
Sep 15, 2024
Merged

Valkyrienyanko cleanup #69

merged 14 commits into from
Sep 15, 2024

Conversation

dogboydog
Copy link
Collaborator

Replaces #68

{
lineProvider.YarnProject = yarnProject;
}
else lineProvider.YarnProject ??= yarnProject;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally don't prefer if/else without braces, so I'll add them back here.

@@ -1291,7 +1286,7 @@ public async Task<CommandDispatchResult> DispatchCommandToNode(Command command,
/// <inheritdoc cref="DispatchCommandToNode"/>
/// <param name="command">The text of the command to
/// dispatch.</param>
public async Task<CommandDispatchResult> DispatchCommandToNode(string command,
public static async Task<CommandDispatchResult> DispatchCommandToNode(string command,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically a breaking change, but it's unlikely people were calling this directly

@dogboydog dogboydog merged commit 526767b into develop Sep 15, 2024
6 checks passed
@dogboydog dogboydog deleted the valkyrienyanko-cleanup branch September 15, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants