Skip to content

Conversation

@texodus
Copy link
Member

@texodus texodus commented Jul 23, 2025

This PR modifies the behavior of the null literal in ExprTK expressions to preserve null when being cast e.g. float(null), which is required to satisfy the type checker for e.g. branching. A test has been added for this case - I don't think this can be called a regression since it's always been the case, but it is at least a bug.

@texodus texodus added the bug Concrete, reproducible bugs label Jul 23, 2025
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus marked this pull request as ready for review July 23, 2025 19:25
@texodus texodus merged commit 6923a70 into master Jul 23, 2025
14 checks passed
@texodus texodus deleted the mknull branch July 23, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

2 participants