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

Basic rust logging support #100

Closed
wants to merge 18 commits into from
Closed

Basic rust logging support #100

wants to merge 18 commits into from

Commits on Jun 11, 2024

  1. Rewrite the move_sketch test and enable it

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f0cd28b View commit details
    Browse the repository at this point in the history
  2. Add step messages

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f9a78e7 View commit details
    Browse the repository at this point in the history
  3. Break idwrap into its own mod as it's getting lengthy

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    538b25e View commit details
    Browse the repository at this point in the history
  4. Move the featurecell to its own file

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    808c4c8 View commit details
    Browse the repository at this point in the history
  5. Move from Solid to Feature in workbench

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7698362 View commit details
    Browse the repository at this point in the history
  6. Rename "solid" to "feature" and add extrusion update form (length, of…

    …fset, etc.)
    
    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    69c65d7 View commit details
    Browse the repository at this point in the history
  7. Actually save the steps to history

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    78925ea View commit details
    Browse the repository at this point in the history
  8. Fix test project so that it records the steps

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d091714 View commit details
    Browse the repository at this point in the history
  9. Rename solid to feature mod

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    59fa1ad View commit details
    Browse the repository at this point in the history
  10. Move isketch to its own mod

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ab3e2e3 View commit details
    Browse the repository at this point in the history
  11. Fix some broken code

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    525063a View commit details
    Browse the repository at this point in the history
  12. Add sketch compounds

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8d1092f View commit details
    Browse the repository at this point in the history
  13. Run pnpm format

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c0ca7a1 View commit details
    Browse the repository at this point in the history
  14. Fix the cargo.lock

    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f88c186 View commit details
    Browse the repository at this point in the history
  15. Introduce rust logging that shows in dev console

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2221a5b View commit details
    Browse the repository at this point in the history
  16. Add a FaceSelector trait with a simple ID selector and a benchmark to…

    … generate an HTML report
    
    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    198c6f2 View commit details
    Browse the repository at this point in the history
  17. Make extrusion use the face selector

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e4f53d0 View commit details
    Browse the repository at this point in the history
  18. Add centroid face selector

    Signed-off-by: Dimitris Zervas <[email protected]>
    dzervas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    63613b3 View commit details
    Browse the repository at this point in the history