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

datalog foreign function interface prototype #228

Merged
merged 8 commits into from
Nov 19, 2024

ffi: store external functions in `World`

a179587
Select commit
Loading
Failed to load commit list.
Merged

datalog foreign function interface prototype #228

ffi: store external functions in `World`
a179587
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 2329 in biscuit-auth/examples/testcases.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/examples/testcases.rs#L2329

Added line #L2329 was not covered by tests

Check warning on line 2331 in biscuit-auth/examples/testcases.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/examples/testcases.rs#L2331

Added line #L2331 was not covered by tests

Check warning on line 21 in biscuit-auth/src/datalog/expression.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/datalog/expression.rs#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 49 in biscuit-auth/src/datalog/expression.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/datalog/expression.rs#L49

Added line #L49 was not covered by tests

Check warning on line 598 in biscuit-auth/src/datalog/expression.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/datalog/expression.rs#L598

Added line #L598 was not covered by tests

Check warning on line 750 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L749-L750

Added lines #L749 - L750 were not covered by tests

Check warning on line 755 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L754-L755

Added lines #L754 - L755 were not covered by tests

Check warning on line 761 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L760-L761

Added lines #L760 - L761 were not covered by tests

Check warning on line 784 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L783-L784

Added lines #L783 - L784 were not covered by tests

Check warning on line 787 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L787

Added line #L787 was not covered by tests

Check warning on line 805 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L804-L805

Added lines #L804 - L805 were not covered by tests

Check warning on line 810 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L809-L810

Added lines #L809 - L810 were not covered by tests

Check warning on line 816 in biscuit-auth/src/format/convert.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/format/convert.rs#L815-L816

Added lines #L815 - L816 were not covered by tests

Check warning on line 402 in biscuit-auth/src/token/authorizer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/authorizer.rs#L401-L402

Added lines #L401 - L402 were not covered by tests

Check warning on line 412 in biscuit-auth/src/token/authorizer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/authorizer.rs#L411-L412

Added lines #L411 - L412 were not covered by tests

Check warning on line 417 in biscuit-auth/src/token/authorizer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/authorizer.rs#L416-L417

Added lines #L416 - L417 were not covered by tests

Check warning on line 572 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L572

Added line #L572 was not covered by tests

Check warning on line 594 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L594

Added line #L594 was not covered by tests

Check warning on line 603 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L603

Added line #L603 was not covered by tests

Check warning on line 615 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L612-L615

Added lines #L612 - L615 were not covered by tests

Check warning on line 631 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L631

Added line #L631 was not covered by tests

Check warning on line 637 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L637

Added line #L637 was not covered by tests

Check warning on line 655 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L655

Added line #L655 was not covered by tests

Check warning on line 1309 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L1309

Added line #L1309 was not covered by tests

Check warning on line 1331 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L1330-L1331

Added lines #L1330 - L1331 were not covered by tests