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

Properly detect HEAD changes for incremental builds #226

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

kzu
Copy link
Member

@kzu kzu commented Feb 6, 2023

When the current HEAD is changed within VS, we currently don't surface any changes and the IDE thinks there's nothing to update. But obviously GitInfo would need to calculate again all the info.

This commit takes the ideas from #186 by @brunom, integrates into GitInfo and surfaces it to VS seamlessly so users don't have to customize anything and it Just Works.

Closes #186

When the current HEAD (branch/tag/commit) is changed within VS, we currently don't surface any changes and the IDE thinks there's nothing to update. But obviously GitInfo would need to calculate again all the info.

This commit takes the ideas from #186 by @brunom, integrates into GitInfo and surfaces it to VS seamlessly so users don't have to customize anything and it Just Works.

Closes #186
@kzu kzu added the enhancement label Feb 6, 2023
@kzu kzu changed the title Properly detect branch changes for incremental builds Properly detect HEAD changes for incremental builds Feb 6, 2023
@kzu kzu enabled auto-merge (rebase) February 6, 2023 23:22
@kzu kzu merged commit a94cefd into main Feb 6, 2023
@kzu kzu deleted the dev/incremental branch February 6, 2023 23:24
@devlooped devlooped locked and limited conversation to collaborators Sep 11, 2024
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stale info on unrelated changes
1 participant