Skip to content

fix(simplifyCore): make sure simplifyCore recurses over all binary nodes#2462

Merged
josdejong merged 1 commit into
josdejong:developfrom
gwhitney:propagate_simplify_core
Mar 4, 2022
Merged

fix(simplifyCore): make sure simplifyCore recurses over all binary nodes#2462
josdejong merged 1 commit into
josdejong:developfrom
gwhitney:propagate_simplify_core

Conversation

@gwhitney
Copy link
Copy Markdown
Collaborator

@gwhitney gwhitney commented Mar 4, 2022

Moves the catchall for an arbitrary binary operator node up one level in the
code so that it doesn't let any cases slip through.
Resolves #2461.

… nodes

  Moves the catchall for an arbitrary binary operator node up one level in the
  code so that it doesn't let any cases slip through.
  Resolves josdejong#2461.
@josdejong
Copy link
Copy Markdown
Owner

thanks, that fix makes sense!

@josdejong josdejong merged commit 2f3005a into josdejong:develop Mar 4, 2022
@josdejong
Copy link
Copy Markdown
Owner

Fix published in v10.4.0, thanks again Glen

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

Successfully merging this pull request may close these issues.

x + 0 == 5 does not simplify

2 participants