Skip to content

[tizen_bundle] Handle non-String keys in operator[] and remove() - #1139

Open
JSUYA wants to merge 1 commit into
flutter-tizen:mainfrom
JSUYA:bundle-non-string-key
Open

[tizen_bundle] Handle non-String keys in operator[] and remove()#1139
JSUYA wants to merge 1 commit into
flutter-tizen:mainfrom
JSUYA:bundle-non-string-key

Conversation

@JSUYA

@JSUYA JSUYA commented Sep 4, 2026

Copy link
Copy Markdown
Member

Map takes an Object? key and must not throw for unrelated keys, but Bundle guarded null only and cast the rest with as String.

Also re-enable the collection_methods_unrelated_type lint.

#1089

Map takes an Object? key and must not throw for unrelated keys, but
Bundle guarded null only and cast the rest with `as String`.

Also re-enable the collection_methods_unrelated_type lint.

flutter-tizen#1089
@JSUYA JSUYA self-assigned this Sep 4, 2026
@JSUYA JSUYA added the enhancement New feature or request label Sep 4, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-04T08:21:01.250383Z 8e7de94 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request p: tizen_bundle

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant