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

Stop bubbling KernelCommandResult.Events from child commands #3191

Conversation

jonsequitur
Copy link
Contributor

No description provided.

@jonsequitur jonsequitur force-pushed the stop-bubbling-KernelCommandResult.Events-from-child-commands branch from 7a21035 to 62dd0a1 Compare September 21, 2023 00:53
{
if (!@event.Command.Equals(Command))
{
if (!Command.ShouldResultIncludeEventsFrom(@event.Command))
Copy link
Contributor

Choose a reason for hiding this comment

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

consider: Combine the conditions

@jonsequitur jonsequitur force-pushed the stop-bubbling-KernelCommandResult.Events-from-child-commands branch 2 times, most recently from 0d62038 to b165390 Compare September 21, 2023 18:02
@jonsequitur jonsequitur force-pushed the stop-bubbling-KernelCommandResult.Events-from-child-commands branch from 33f5f61 to 4c2f069 Compare September 22, 2023 02:07
@jonsequitur jonsequitur merged commit 7b01f18 into dotnet:main Sep 22, 2023
4 checks passed
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