You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A FeatureContext was represented by prop4j.node inside of the AST. This lead to errors down the line #67.
The quick fix was to represent the FeatureContext with a string.
To enable boolean operations between ASTs, a serializable prop4j.node FeatureContext representation should be implemented.
The text was updated successfully, but these errors were encountered:
A FeatureContext was represented by prop4j.node inside of the AST. This lead to errors down the line #67.
The quick fix was to represent the FeatureContext with a string.
To enable boolean operations between ASTs, a serializable prop4j.node FeatureContext representation should be implemented.
The text was updated successfully, but these errors were encountered: