Skip to content

Fix potential data loss when using Table::get_mut()#1120

Merged
cberner merged 1 commit intomasterfrom
dataloss
Apr 1, 2026
Merged

Fix potential data loss when using Table::get_mut()#1120
cberner merged 1 commit intomasterfrom
dataloss

Conversation

@cberner
Copy link
Copy Markdown
Owner

@cberner cberner commented Apr 1, 2026

Fixes #1117

This fix may reduce the performance of get_mut(). A proper fix will come
in a future 4.0 release
@cberner cberner merged commit 50e100b into master Apr 1, 2026
4 checks passed
@cberner cberner deleted the dataloss branch April 1, 2026 22:18
@cberner
Copy link
Copy Markdown
Owner Author

cberner commented Apr 1, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@cberner
Copy link
Copy Markdown
Owner Author

cberner commented Apr 1, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@cberner
Copy link
Copy Markdown
Owner Author

cberner commented Apr 1, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 50e100bd21

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

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.

Panic when using AccessGuardMut::insert

1 participant