Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to make reentrant &mut self calls #501

Merged
merged 7 commits into from
Jan 4, 2024

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    4ea5cbe View commit details
    Browse the repository at this point in the history
  2. Add Storage trait.

    lilizoey committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9c3480b View commit details
    Browse the repository at this point in the history
  3. Add godot-cell

    Implement reentrant instance storage
    lilizoey committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8d350e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2245154 View commit details
    Browse the repository at this point in the history
  5. - Make proptest a conditional dependency

    - Add multi-threaded tests for godot-cell
    - Add blocking drop method for InaccessibleGuard
    - Fix UB when InaccessibleGuard is blocking dropped in the wrong order in multi-threaded code
    lilizoey committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    684251d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Clippy

    Complaints:
    * items_after_test_module - projection.rs; `mod test` should come last.
    * unnecessary_fallible_conversions - array_test.rs; TryFrom with Infallible should be replaced with From.
    Bromeon committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    52dd1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48269f1 View commit details
    Browse the repository at this point in the history