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

Fix a crash produced when a pattern contains a BoxExpression as an element. #626

Closed
wants to merge 5 commits into from

Commits on Nov 16, 2022

  1. * Fix Pattern.create in a way that handles input expr that are not At…

    …om or Expression, but have a to_expression method.
    
    * Fix BoxExpression.sameQ to avoid infinite loops.
    * adds the pattern_sort parameter to the ``BuiltinExpression.get_sort_key`` method.
    mmatera committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c54808f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    775a3ff View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    3465309 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. merge

    mmatera committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    36c912c View commit details
    Browse the repository at this point in the history
  2. merge

    mmatera committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9c60d7e View commit details
    Browse the repository at this point in the history