[PR #10601] Fix all fragments not loading when one is badly formed #28129

Open
opened 2026-01-31 09:26:31 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10601

State: closed
Merged: Yes


Adds try-catch blocks to the parts where we layer a fragment onto a profile and create a new profile from a fragment. This allows us to continue looping over the remaining fragments after failing to use a badly-formed one, instead of aborting prematurely.

PR Checklist

Validation Steps Performed

Non-badly formed fragments get loaded even if there is a badly formed one somewhere

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10601 **State:** closed **Merged:** Yes --- Adds try-catch blocks to the parts where we layer a fragment onto a profile and create a new profile from a fragment. This allows us to continue looping over the remaining fragments after failing to use a badly-formed one, instead of aborting prematurely. ## PR Checklist * [x] Closes #10590 ## Validation Steps Performed Non-badly formed fragments get loaded even if there is a badly formed one somewhere
claunia added the pull-request label 2026-01-31 09:26:31 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28129