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

Running code that produces no output nor diagnostics hangs the UI #63

Closed
JakuJ opened this issue Dec 4, 2020 · 0 comments · Fixed by #92
Closed

Running code that produces no output nor diagnostics hangs the UI #63

JakuJ opened this issue Dec 4, 2020 · 0 comments · Fixed by #92
Labels
bug Something isn't working
Projects

Comments

@JakuJ
Copy link
Owner

JakuJ commented Dec 4, 2020

The progress bar never disappears and the compilation button is never enabled again. The output tab reads "Processing..." as output, not as a placeholder.

Code to reproduce the bug:

namespace Bug {
    @EntryPoint()
    operation DoNothing(): Unit {
    }
}
@JakuJ JakuJ added the bug Something isn't working label Dec 4, 2020
@JakuJ JakuJ added this to To do in Main board Dec 4, 2020
@skdw skdw mentioned this issue Jan 10, 2021
4 tasks
Main board automation moved this from To do to Done Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Main board
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant