-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Rename ScriptFactory interface used to mark scripts deterministic #50379
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
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
>refactoring
Team:Core/Infra
Meta label for core/infra team
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Scripting) |
Can I work on this? Would be a great issue. |
The hard part is naming :-) |
Pinging @elastic/es-core-infra (Team:Core/Infra) |
This hasn't been much of a problem after many years, so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
>refactoring
Team:Core/Infra
Meta label for core/infra team
The
ScriptFactory
interface is poorly named, since as of #50344 it is no long a common base for all script factories.We should rename it to something more appropriate to it's use, which is indicating determinism (and therefore result cacheability) of scripts.
Related: #49466
The text was updated successfully, but these errors were encountered: