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: Use temp file for AddIn discovery instead of output parsing #18733

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

dr1rrb
Copy link
Member

@dr1rrb dr1rrb commented Nov 7, 2024

closes #18732

Bugfix

Use temp file for AddIn discovery instead of output parsing

What is the current behavior?

We rely on some XML like tags in build output to discover add-ins

What is the new behavior?

We now dump values in a temp file that we read at the end of the build. This makes sure we are not impacted by encoding issues in output.

PR Checklist

@dr1rrb dr1rrb enabled auto-merge November 7, 2024 18:24
@jeromelaban
Copy link
Member

@Mergifyio backport release/stable/5.5

Copy link
Contributor

mergify bot commented Nov 7, 2024

backport release/stable/5.5

✅ Backports have been created

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18733/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18733/index.html

@jeromelaban jeromelaban disabled auto-merge November 8, 2024 18:50
@jeromelaban jeromelaban merged commit da7ca59 into master Nov 8, 2024
106 of 109 checks passed
@jeromelaban jeromelaban deleted the dev/dr/devSrvAddIns2 branch November 8, 2024 18:50
jeromelaban added a commit that referenced this pull request Nov 8, 2024
…5.5/pr-18733

fix: Use temp file for AddIn discovery instead of output parsing (backport #18733)
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.

DevServer add-in discovery fails
3 participants