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

builtins: remove superfluous implementations #61

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

srenatus
Copy link
Contributor

These have been no longer needed for a long time now. The wasm modules
built with OPA have native implementations for those builtins, and the
code here is never called.

Fixes #15.

@srenatus srenatus force-pushed the sr/cleanup-builtins branch 2 times, most recently from 85644cb to 102fc25 Compare July 23, 2021 07:55
@srenatus srenatus marked this pull request as ready for review July 23, 2021 08:00
Copy link
Member

@tsandall tsandall left a comment

Choose a reason for hiding this comment

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

LGTM assuming this has been tested manually somehow (I don't see any test suites in GHA...)

@srenatus
Copy link
Contributor Author

Hrmm we could hold this until #14 is dealt with. 💭

These have been no longer needed for a long time now. The wasm modules
built with OPA have native implementations for those builtins, and the
code here is never called.

Fixes #15.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
@srenatus
Copy link
Contributor Author

Now that #64 is in, I've rebased this: it should still pass, and thus prove that the hereby removed builtin implementations haven't had any effect.

@srenatus srenatus merged commit 578fb00 into open-policy-agent:main Sep 13, 2021
@srenatus srenatus deleted the sr/cleanup-builtins branch September 13, 2021 10:19
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.

Remove builtin implementations no longer needed
2 participants