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 sibling check for lists. #54

Merged
merged 5 commits into from
Nov 3, 2023
Merged

Fix sibling check for lists. #54

merged 5 commits into from
Nov 3, 2023

Commits on Nov 3, 2023

  1. Fix lists should not have sibling check.

    The existing check does not work if some of the nodes are augmented into
    the surrounding container.
    
    Removed old check and added new check. Added tests for both cases.
    wenovus committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2a70bc5 View commit details
    Browse the repository at this point in the history
  2. Update python versions in CI

    wenovus committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    50929a2 View commit details
    Browse the repository at this point in the history
  3. Try fixing setuptools

    wenovus committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9608410 View commit details
    Browse the repository at this point in the history
  4. Try fixing setuptools

    wenovus committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f63a625 View commit details
    Browse the repository at this point in the history
  5. Remove python 3.12 and 3.x since setuptools and distutils are not sup…

    …ported, we should fix this if necessary
    wenovus committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fbb5fc8 View commit details
    Browse the repository at this point in the history