[codex] Fix Batch Crop filePanel id crash#26
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #25 by hardening the shared
filePanelentry normalization used when apps programmatically refresh file lists.Root cause
Batch Crop can load a folder scan into the file panel and then refresh the same list with app-owned status entries. The shared filePanel helper assumed incoming
id,path,displayName, andstatusfields were scalar text. If an entry carried an empty or non-scalar field,assignFileIdsevaluated a non-scalar short-circuit condition and raisedMATLAB:nonLogicalConditionalduring selection refresh.Changes
labkit.ui.view.setValue.labkit.uifacade version to3.2.1.Validation
git diff --check/Applications/MATLAB_R2025a.app/bin/matlab -batch "buildtool changed"passed after sandbox launcher retry with escalated permissions.Notes
Docs/AGENTS unchanged; public UI ownership and validation-routing contracts were preserved.