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

Remove the deprecated interpreter.Coster interface #665

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

TristonianJones
Copy link
Collaborator

Since the Env.EstimateCost() and Program.ActualCost() routines are available,
the deprecated cel.EstimateCost() routine is confusing and strictly less accurate
than the updated APIs.

While there are other cleanups desired for #504, this change will at least improves
the clarity of the top-level APIs.

Note: this is a breaking change. Users should consult the referenced methods
to replace any legacy use of cel.EstimateCost()

@TristonianJones TristonianJones merged commit 7aa3861 into google:master Mar 23, 2023
@TristonianJones TristonianJones deleted the remove-coster branch March 23, 2023 22:03
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.

None yet

2 participants