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

d2ir: Implement lazy globs and triple glob #1552

Merged
merged 21 commits into from
Sep 5, 2023

Commits on Aug 30, 2023

  1. d2ir: Implement lazy globs and triple glob

    This finishes up the globs implementation!
    
    See tests for what I mean by lazy globs and what the triple glob does.
    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bb6b176 View commit details
    Browse the repository at this point in the history
  2. d2ir: Add IDA support for edges

    Not perfectly robust but good enough for now without massive refactor.
    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    507b2d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b400b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4090e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a24716d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8455a7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d90f825 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aba28d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    976ec17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1800ae3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2efd87f View commit details
    Browse the repository at this point in the history
  12. d2ir: Remove stale testdata

    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    69df741 View commit details
    Browse the repository at this point in the history
  13. d2ir: Filter glob creation of edges with edge index where appropriate

    On query globs, filtering without the edge index overfilters as we only match
    one of the edge instead all of them.
    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    57ffc8d View commit details
    Browse the repository at this point in the history
  14. d2ir: Many more glob fixes

    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    eed3f7e View commit details
    Browse the repository at this point in the history
  15. d2ir: More alex fixes

    nhooyr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47d6712 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df25d8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    88b885a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4523b50 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d03082d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    b1f9083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c2c84 View commit details
    Browse the repository at this point in the history