Open divarvel opened 1 month ago
Comparing ffi
(99c0718) with v5
(e59f41d)
✅ 12
untouched benchmarks
Attention: Patch coverage is 75.30120%
with 82 lines
in your changes missing coverage. Please review.
Project coverage is 69.58%. Comparing base (
3930767
) to head (99c0718
). Report is 1 commits behind head on v5.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This allows using external functions in datalog.
This makes it easy to provide custom logic without extending the spec for every use-case, at the expense of portability: behaviour is no longer guaranteed to be consistent cross languages, and some languages won’t be able to support it at all (for instance JS as of now).
Open questions:
Code coverage should be improved by adding samples