Open kflemin opened 1 year ago
@kflemin I made a change here that I think will get you an easy to parse message that indicates when the server is ready. The CI should produce a build that you can use to test soon.
@kbenne, that change fixed the issue! everything looks good now I think! Note that I am keying off of "MeasureManager Ready" in the output, so let me know if that changes.
Cool. We'll keep "MeasureManager Ready". I put that in there because I expected it would be easy for you to parse as it doesn't include any variable text like the hostname or the port. Thanks for working through this with me!
Thank you @jmarrec for doing all of the heavy lifting on the OpenStudio side.
thank you both!
Hi all, since we are keeping use classic
flag here, I don't think the pr is still valid?
maybe let's leave it here until we decided to update from classic in the future?
Of course do what you please, but I'd still like to ask you consider switching as early as possible on dev in the release cycle so that you at least have some amount of people trying it out and reporting issues they may encounter, so we have plenty of time to calmy address whatever comes up (and not rush between release candidate and official)
Alternatively you can make a runtime setting (a bool toggle) to allow changing between classic and labs. That's what I've done on OpenStudio Application
@jmarrec Kat has been voluntering her time so far.
@DavidGoldwasser I second what Julien is saying. It would be helpful to have this switch happening now while we are early in the release cycle.
I totally agree @jmarrec!
It would be great if we can merge to develop in January. The Ruby 3.2 upgrade will also have impacts to PAT through Analysis Gem.
@wenyikuang this is probably needed for 3.8.0?
@jmarrec we are working on first Rc for PAT for 3.9. I don't think we want to call labs anymore. Is this outdated. Do we still need parts of it. We want to use new C++ workflow not classic.
CC @kflemin @kbenne
PAT updates for new labs MeasureManager
now starting measure manager with the following command:
openstudio labs measure -s <port number>
Ready to merge when you want to use this new MeasureManager! works with openstudio starting with this version.