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

Compile errors are duplicated in output #1184

Closed
jonsequitur opened this issue May 6, 2024 · 4 comments · Fixed by dotnet/interactive#3572
Closed

Compile errors are duplicated in output #1184

jonsequitur opened this issue May 6, 2024 · 4 comments · Fixed by dotnet/interactive#3572

Comments

@jonsequitur
Copy link
Contributor

image

@ocallesp ocallesp closed this as completed Jun 4, 2024
@jonsequitur jonsequitur reopened this Jun 4, 2024
@jonsequitur
Copy link
Contributor Author

jonsequitur commented Jun 4, 2024

The repro is visible in your screen shots.

The following are duplicates, one containing a line number and the other not containing it.

(2,1): error CS0103: The name 'hmm' does not exist in the current context
; expected
The name 'hmm' does not exist in the current context

@ocallesp
Copy link
Contributor

ocallesp commented Jun 4, 2024

The repro is visible in your screen shots.

The following are duplicates, one containing a line number and the other not containing it.

(2,1): error CS0103: The name 'hmm' does not exist in the current context
; expected
The name 'hmm' does not exist in the current context

These are two different compiler error numbers which doesn't count as a duplicated output.

In the original image you posted it appears twice each error number.

Are you considering this ?

@jonsequitur
Copy link
Contributor Author

The bug is that the error message The name 'hmm' does not exist in the current context is shown twice in the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants