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

Fix pipeline build error #3937

Merged
merged 2 commits into from Nov 29, 2023
Merged

Fix pipeline build error #3937

merged 2 commits into from Nov 29, 2023

Conversation

florelis
Copy link
Member

@florelis florelis commented Nov 29, 2023

This fixes the recent build errors in the pipelines. The compiler was complaining about re-throwing an exception with throw e; instead of throw;, which messes with the stack trace. Presumably it started because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not being initialized.

Microsoft Reviewers: Open in CodeFlow

@florelis florelis requested a review from a team as a code owner November 29, 2023 20:18
@florelis florelis merged commit d82e13a into master Nov 29, 2023
12 checks passed
@florelis florelis deleted the buildError branch November 29, 2023 21:47
yao-msft pushed a commit to yao-msft/winget-cli that referenced this pull request Dec 20, 2023
This fixes the recent build errors in the pipelines. The compiler was
complaining about re-throwing an exception with `throw e;` instead of
`throw;`, which messes with the stack trace. Presumably it started
because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not
being initialized.
yao-msft added a commit that referenced this pull request Dec 20, 2023
florelis added a commit to florelis/winget-cli that referenced this pull request Jan 11, 2024
This fixes the recent build errors in the pipelines. The compiler was
complaining about re-throwing an exception with `throw e;` instead of
`throw;`, which messes with the stack trace. Presumably it started
because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not
being initialized.
florelis added a commit that referenced this pull request Jan 11, 2024
This fixes the recent build errors in the pipelines. The compiler was
complaining about re-throwing an exception with `throw e;` instead of
`throw;`, which messes with the stack trace. Presumably it started
because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not
being initialized.

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4063)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants