Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential BC break on master (missing var comparison) #341

Open
Richtermeister opened this issue Dec 14, 2023 · 0 comments
Open

Potential BC break on master (missing var comparison) #341

Richtermeister opened this issue Dec 14, 2023 · 0 comments

Comments

@Richtermeister
Copy link

The following expression has changed results between v6.0.0 and current master branch:

{{ _missing == null }}

Given no parameters.
v6.0.0 output: True
master output: False

In understand that null does not have a special meaning in pongo, but I imagine these expressions are out in the wild, and flipping the evaluation would be quite unexpected, so wanted to flag this as potential BC break.

I suspect this is the commit that changed the behavior: 2ef5c88

Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant