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

Sets up structs (pseudo-structs) as a replacement for datums for si… #7077

Closed
wants to merge 5 commits into from

Commits on Sep 1, 2024

  1. Sets up structs (pseudo-structs) as a replacement for datums for simp…

    …le data storage
    
    - Replaces launch metadata datum with a struct
    
    - Some minor variable renaming, not super comprehensive tho
    boskoramen committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bb7334e View commit details
    Browse the repository at this point in the history
  2. fix

    boskoramen committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c84d053 View commit details
    Browse the repository at this point in the history
  3. Fix linter complaint

    boskoramen committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    46cbd10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3585163 View commit details
    Browse the repository at this point in the history
  5. Refactor struct manipulating defines

    - Refactored way to get props from structs and delete structs to be less verbose
    - Fixed runtime bug when getting thrown mid throw
    boskoramen committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e949570 View commit details
    Browse the repository at this point in the history