Warn when cell-renderings has duplicate names#13904
Open
gordonwoodhull wants to merge 1 commit intomainfrom
Open
Warn when cell-renderings has duplicate names#13904gordonwoodhull wants to merge 1 commit intomainfrom
gordonwoodhull wants to merge 1 commit intomainfrom
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
1d395c0 to
1c0460c
Compare
Contributor
Author
|
manually confirmed Sometimes I get Claude to write a haiku about the session, this one's a keeper
|
5e73a02 to
57a658e
Compare
When the `renderings` attribute contains duplicate names like `[dark, light, dark, light]`, only the last cell output for each name is used. This change adds a warning to alert users that their earlier outputs are being silently dropped. Fixes #13900 Co-Authored-By: Claude Opus 4.5 <[email protected]>
57a658e to
0edc7a3
Compare
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
renderingsattribute contains duplicate names (e.g.,[dark, light, dark, light])Fixes #13900
Test plan
./run-fast-tests.sh docs/smoke-all/2026/01/16/13900.qmd🤖 Generated with Claude Code