Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Voultapher/self_cell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: Voultapher/self_cell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 15, 2024

  1. Add support for mut ref dependents (#60)

    * Add support for mut ref dependents
    
    This has feature that has been requested multiple times by users,
    #36 and
    #59.
    
    * Fix accidental std usage.
    
    * Model unlocked -> locked via unlocked by construction
    
    This is less code, less run-time work and
    conceptually harder to miss-use. Win-win.
    
    * Remove unnecessary lock code and switch to AtomicBool
    Voultapher authored Sep 15, 2024
    Copy the full SHA
    10f545e View commit details

Commits on Oct 30, 2024

  1. Apply minor fixes. (#61)

    - fix warnings.
    - rename readme.
    - missing EOF newline.
    joseluis authored Oct 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e58b85f View commit details

Commits on Dec 5, 2024

  1. Version 1.1.0

    Voultapher committed Dec 5, 2024
    Copy the full SHA
    4bd08b6 View commit details
Loading