Skip to content
Snippets Groups Projects
Commit fc51d284 authored by John Kessenich's avatar John Kessenich
Browse files

Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based...

Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.

If this breaks your AST consumer, best is to modify it to test
against the enum values instead of doing string comparisons on
built-in function names.  This is the reason the change was made.

If you need the old behavior, you should be able to get it back by changing
PureOperatorBuiltins to be false instead of true.  This path will work for
a while, but is marked deprecated.

Also, the old behavior is tagged as release 2.4.
parent a32d8f62
No related branches found
No related tags found
Loading
Showing
with 801 additions and 725 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment