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

gg: not having [console] makes application hang #11277

Open
benstigsen opened this issue Aug 23, 2021 · 1 comment
Open

gg: not having [console] makes application hang #11277

benstigsen opened this issue Aug 23, 2021 · 1 comment
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@benstigsen
Copy link
Contributor

V version: V 0.2.2 b80777d.6b20f28
OS: Windows 10

What did you do?
Run a gg application without having [console]

What did you expect to see?
My application running, being responsive

What did you see instead?

  1. My application hangs since it can't print
  2. When I encounter an error during runtime, this error isn't printed and it just makes my application hang, because, well, it can't print.

Proposal:
Not having [console] should just mean that it can't print. It shouldn't make the application hang as soon as it encounters a println(), it should just "skip" it or print out to nothing. Maybe printing should be enabled by default instead and then have [noconsole] or something like that.

@benstigsen benstigsen added the Bug This tag is applied to issues which reports bugs. label Aug 23, 2021
@dumblob
Copy link
Contributor

dumblob commented Sep 29, 2021

[console] is a hack which will hopefully be removed before V 1.0 - see #11816 (comment) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

2 participants