Skip to content

Conversation

jonsequitur
Copy link
Contributor

@jonsequitur jonsequitur commented Apr 23, 2022

This will address #1554.

image

image

@jonsequitur jonsequitur changed the title rename Server namespace, move input command & event to core and rename enable input tokens in magic commands Apr 23, 2022
@jonsequitur jonsequitur force-pushed the user-input-in-magics branch from ea2eed6 to baaf8bb Compare April 26, 2022 01:36
@jonsequitur jonsequitur marked this pull request as ready for review April 26, 2022 01:43
@jonsequitur jonsequitur requested review from colombod and brettfo April 26, 2022 20:06
Copy link
Member

@colombod colombod left a comment

Choose a reason for hiding this comment

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

So far it looks good

@jonsequitur jonsequitur force-pushed the user-input-in-magics branch from baaf8bb to 50a1c98 Compare April 29, 2022 20:55
@jonsequitur jonsequitur enabled auto-merge (squash) April 29, 2022 22:19

public KernelCommandAndEventTextReaderReceiver(TextReader reader)
public KernelCommandAndEventTextStreamReceiver(
TextReader reader,
Copy link
Member

Choose a reason for hiding this comment

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

Why rename to TextStream if the input is still TextReader?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Symmetry with the corresponding sender.

private readonly TextWriter _writer;

public KernelCommandAndEventTextStreamSender(TextWriter writer, Uri remoteHostUri)
public KernelCommandAndEventTextStreamSender(
TextWriter writer,
Copy link
Member

Choose a reason for hiding this comment

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

Same question here sender using a TextWriter but having TextStream in the name

@jonsequitur jonsequitur merged commit 1743a00 into dotnet:main May 6, 2022
@colombod colombod added Area-Polyglot Notebooks Extension Area-Automation Relating to non-interactive execution of notebooks and scripts labels Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Automation Relating to non-interactive execution of notebooks and scripts Area-Polyglot Notebooks Extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants