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: use mem::take instead of RefCell to refresh UserSecretKey #124

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

ackRow
Copy link
Contributor

@ackRow ackRow commented Jan 18, 2024

No description provided.

@ackRow ackRow requested a review from tbrezot January 18, 2024 14:33
@ackRow ackRow changed the base branch from main to develop January 18, 2024 14:33
@ackRow ackRow merged commit 33229df into develop Jan 19, 2024
8 checks passed
@ackRow ackRow deleted the fix/remove-refcell-usk branch January 19, 2024 13:34
tbrezot pushed a commit that referenced this pull request Jan 26, 2024
…124)

feat: add partial coordinates

fix: cargo test --all-features

- remove benches (see `fix/benches`)
- remove `serialization` feature to fix tests that depend on it.

fix: access policy parsing

Simplify parsing code and correct parsing errors. Notice that now, empty
access policies can be parsed. Parsing should be more efficient too, but
we lack benchmarks for that.

The only downside is that allowing '&' or '|' inside attributes is
painful to write. I consider it an acceptable limitation to the
expressivness allowed by the parsing operation.

This is a breaking change though. All "Department::R&D" attributes have
been renamed into "Department::RD".

fix: access policy parsing

rename!: rename `from_boolean_expression` into `parse`

fix: neats
tbrezot pushed a commit that referenced this pull request Mar 18, 2024
…124)

feat: add partial coordinates

fix: cargo test --all-features

- remove benches (see `fix/benches`)
- remove `serialization` feature to fix tests that depend on it.

fix: access policy parsing

Simplify parsing code and correct parsing errors. Notice that now, empty
access policies can be parsed. Parsing should be more efficient too, but
we lack benchmarks for that.

The only downside is that allowing '&' or '|' inside attributes is
painful to write. I consider it an acceptable limitation to the
expressivness allowed by the parsing operation.

This is a breaking change though. All "Department::R&D" attributes have
been renamed into "Department::RD".

fix: access policy parsing

rename!: rename `from_boolean_expression` into `parse`

fix: neats
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.

2 participants