ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
324 stars 53 forks source link

feature_method_to_disable_builtin_function #129

Closed hexofyore closed 1 year ago

hexofyore commented 1 year ago

112- disabling built-in functions

Builtin functions can be disabled in context.

Description

In the context, Builtin functions can be disabled. If builtin functions are called, it returns Error.

List here your changes

Type of change

Checklist

Closes #112

hexofyore commented 1 year ago

@ISibboI

hexofyore commented 1 year ago

What happened with doc? I reverted change on readme and changed lib.rs file.

ISibboI commented 1 year ago

What happened with doc? I reverted change on readme and changed lib.rs file.

You need to execute sync-readme

hexofyore commented 1 year ago

Ok. I will change them.

hexofyore commented 1 year ago

@ISibboI I changed them.

ISibboI commented 1 year ago

Thanks, I can take it from here.

ISibboI commented 1 year ago

Well I have integrated the changes now, but it seems that github does not recognise that. Hence I will have to close this, even though it is technically merged. Thank you a lot for the contribution!