evalexpr icon indicating copy to clipboard operation
evalexpr copied to clipboard

disabling built-in functions

Open NatanFreeman opened this issue 3 years ago • 3 comments

Is there a way to disable the built-in functions other than simply replacing the function names in input Strings?

NatanFreeman avatar Sep 13 '22 07:09 NatanFreeman

At the moment there is not. I was thinking of doing some sort of a composable context before, but never got around to it.

On Tue, 13 Sep 2022, 10.01 NatanFreeman, @.***> wrote:

Is there a way to disable the built-in functions https://docs.rs/evalexpr/8.1.0/evalexpr/index.html#builtin-functions other than simply replacing the function names in input Strings?

— Reply to this email directly, view it on GitHub https://github.com/ISibboI/evalexpr/issues/112, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASATXSWM73FI7O3HCW5RBDV6ARF5ANCNFSM6AAAAAAQLEAREM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ISibboI avatar Sep 13 '22 07:09 ISibboI

It would be really helpful if there was. I'm keeping this issue open as what I want is not yet possible.

NatanFreeman avatar Sep 13 '22 07:09 NatanFreeman

I made pull request which allows user to disable builtin function using context.

hexofyore avatar May 19 '23 03:05 hexofyore