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

fix: Export access_rights so Registry.openPath can be called with desiredAccessRights #26

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

tylerlacey
Copy link
Contributor

@tylerlacey tylerlacey commented Dec 10, 2024

Description

This change is needed so that Registry.openPath can be called with desiredAccessRights specified by the caller.

Related Issue

n/a

Type of Change

  • πŸš€ feat – New feature (non-breaking change that adds functionality)
  • πŸ› οΈ fix – Bug fix (non-breaking change that fixes an issue)
  • ❌ ! – Breaking change (fix or feature that causes existing functionality to change)
  • ⚑ perf – Performance improvement
  • 🧹 refactor – Code refactor (no functionality change)
  • πŸ“ docs – Documentation update
  • 🎨 style – Code style changes (formatting, renaming, etc.)
  • πŸ§ͺ test – Test update or addition
  • πŸ”§ build – Build related changes
  • βœ… ci – CI related changes
  • πŸ—‘οΈ chore – Chore (maintenance, non-production code change)
  • ◀️ revert – Revert a previous commit

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 91.41%. Comparing base (55c7a1d) to head (d8c4fd1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   91.41%   91.41%           
=======================================
  Files           8        8           
  Lines         361      361           
=======================================
  Hits          330      330           
  Misses         31       31           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

Copy link
Owner

@halildurmus halildurmus left a comment

Choose a reason for hiding this comment

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

Oops! Thank you!

@halildurmus halildurmus merged commit 207b812 into halildurmus:main Dec 10, 2024
12 checks passed
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