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

Replace Sweep with object-specific traits #2106

Merged
merged 7 commits into from
Nov 23, 2023
Merged

Replace Sweep with object-specific traits #2106

merged 7 commits into from
Nov 23, 2023

Commits on Nov 22, 2023

  1. Replace Sweep impl for Vertex

    This results in a situation that is simpler and more correct: The trait
    method no longer takes arguments that it can't use and it's no longer
    possible to sweep a vertex without providing a cache. On top of that,
    this provides a place to put vertex-specific sweep documentation.
    hannobraun committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9a1ae43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55e8a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d21d35 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    8b2ee27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bf1a55 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    hannobraun committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d923ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    282a2df View commit details
    Browse the repository at this point in the history