Closed
Conversation
…d consider removing the socket and just use stdout
Collaborator
|
I resolved the merge conflicts, will let CI run and give it a test then merge. |
Merged
Collaborator
|
I tried the installer from 9ccc0b7. The simulation did not run and the OSApp looked "just fine" when really the CLI, which is 3.3.0 on this one and does not yet have these new I think we should really check exit code / exit status on OpenStudioApplication/src/openstudio_lib/RunTabView.cpp Lines 181 to 197 in b286ab8 |
… and socket at the same time (not supported)
Collaborator
|
You can't pass both |
63fcb32 to
8181ad8
Compare
5858565 to
22a0a3d
Compare
…tyle everything, but won't be using it as default since the E+ status updates aren't live (missing a flush in os CLI / workflow gem probably)
Collaborator
Collaborator
Author
|
It looks like you moved this to #513, is that right? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add additional arguments to the run command, needs OS 3.4.0.
We should consider removing the socket and just use QProcess::readyReadStandardOutput(), might remove need for #484
Fixes #110
Fixes #437