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

Rwlock #5

Merged
merged 10 commits into from
Feb 12, 2025
Merged

Rwlock #5

merged 10 commits into from
Feb 12, 2025

Conversation

WieslerAA
Copy link
Contributor

No description provided.

src/mutex.rs Outdated Show resolved Hide resolved
src/level.rs Outdated Show resolved Hide resolved
src/rwlock.rs Outdated Show resolved Hide resolved
src/rwlock.rs Outdated Show resolved Hide resolved
src/rwlock.rs Outdated Show resolved Hide resolved
src/rwlock.rs Outdated Show resolved Hide resolved
@dkellner
Copy link
Contributor

I did not have time to look into it properly yet, some high-level comments:

  • Factoring out the lock level is nice.
  • There are no tests for RwLock yet, do you plan to add some?
  • You can merge the chore commits already if you want.

@WieslerAA WieslerAA force-pushed the rwlock branch 3 times, most recently from e7002b3 to ed1bf7e Compare February 10, 2025 13:28
src/mutex.rs Outdated Show resolved Hide resolved
src/level.rs Outdated Show resolved Hide resolved
@dkellner
Copy link
Contributor

Regarding the auto-generated changelog you might want to rewrite some of the commit messages to use refactor: instead of fix:. The latter will be in the "Fixed" section of the changelog, and "Refactor lock level mechanism to new struct" or "Unify tests" probably should not show up there.

src/rwlock.rs Outdated Show resolved Hide resolved
src/mutex.rs Outdated Show resolved Hide resolved
@pacman82
Copy link
Contributor

Regarding the auto-generated changelog you might want to rewrite some of the commit messages to use refactor: instead of fix:. The latter will be in the "Fixed" section of the changelog, and "Refactor lock level mechanism to new struct" or "Unify tests" probably should not show up there.

Alternatively you may edit the change log in the Release PR

@WieslerAA WieslerAA merged commit 18f8c30 into main Feb 12, 2025
2 checks passed
@WieslerAA WieslerAA deleted the rwlock branch February 12, 2025 10:30
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.

3 participants