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

Upd4 #138

Merged
merged 8 commits into from
Mar 20, 2022
Merged

Upd4 #138

merged 8 commits into from
Mar 20, 2022

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Mar 20, 2022

  • ProjectController.LoadProject now returns an Async bool to indicate eventual completion

  • Fix heisen test Heisen failure on one test #136 by waiting on bool for initial load, then waiting a bit longer in CI for the one remaining case.

  • ProjectController.LoaderLoop was creating a new agent every time the property was evaluated. This looks like a mistake - either a single loaderLoop should be created, or LoaderLoop should be renamed to CreateLoaderLoop() to indicate this is intended. I'm pretty sure the former is intended.

@baronfel
Copy link
Collaborator

Oh no, multiple loaders? That could be a root cause of so many checking issues. That's nuts. Excellent find!

@baronfel baronfel merged commit 5bc6881 into ionide:main Mar 20, 2022
@baronfel
Copy link
Collaborator

I'll kick off a versioned release with this. FYI all this takes is pushing a tag with the matching version number in the form v<VERSION>, then the pipeline handles publishing.

@dsyme
Copy link
Contributor Author

dsyme commented Mar 20, 2022

Thanks!

knocte added a commit to knocte/proj-info that referenced this pull request Mar 22, 2022
This reverts commit 5bc6881.
knocte added a commit to knocte/proj-info that referenced this pull request Mar 22, 2022
This reverts commit 5bc6881.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants