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

Warn when a graph contains a null output #1862

Merged
merged 3 commits into from
Dec 12, 2018

Conversation

wschin
Copy link
Member

@wschin wschin commented Dec 11, 2018

Fixes #315.

@wschin wschin self-assigned this Dec 11, 2018
SaveDataView(idv, path, extension);
else
using (var ch = _host.Start("Get outputs from executed graph"))
ch.Warning("Ignore empty graph output");
Copy link
Contributor

Choose a reason for hiding this comment

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

Ignore empty graph output [](start = 40, length = 25)

this is too broad.
Can you use path, extension, or var name to specify what exactly we ignoring?

Copy link
Member Author

Choose a reason for hiding this comment

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

No problem!


In reply to: 240802449 [](ancestors = 240802449)

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

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

:shipit:

@wschin wschin merged commit 9067a1b into dotnet:master Dec 12, 2018
@wschin wschin deleted the warn-instead-of-throw branch December 12, 2018 01:07
@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants