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

KCL Boolean Logic (& and |) and keyword parsing fix #4194

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b988453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e941f49 View commit details
    Browse the repository at this point in the history
  3. cargo fmt and style fixes

    guptaarnav committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d9b6619 View commit details
    Browse the repository at this point in the history
  4. cargo fmt on types.rs

    guptaarnav committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    24bf61e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e036da View commit details
    Browse the repository at this point in the history
  6. KCL: Skip serializing default values for AST nodes (KittyCAD#4193)

    This will make our snapshots and JSON representations easier to read (making our tests less verbose).
    adamchalmers authored and guptaarnav committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c590867 View commit details
    Browse the repository at this point in the history
  7. Add syntax highlighting for comparison operators (KittyCAD#4182)

    * Add syntax highlighting for comparison operators
    
    * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)
    
    * Confirm
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and guptaarnav committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e3af220 View commit details
    Browse the repository at this point in the history
  8. KCL: Refactor array-indexing code (KittyCAD#4173)

    Neater code, and better error messages.
    adamchalmers authored and guptaarnav committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d07c62f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c6717c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    e60d707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe13ee View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    26b00a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09d61c View commit details
    Browse the repository at this point in the history