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

Variable Ordinals #629

Merged
merged 5 commits into from
Aug 9, 2024
Merged

Variable Ordinals #629

merged 5 commits into from
Aug 9, 2024

Commits on Jul 24, 2024

  1. Change Functions that return char* to use a new pointer each call

    - Create Local Variable Tracking Dictionary in Base Class
    - Create Helper Methods to get Distinct Variable Names
    - Reset Ordinals on each iteration
    enusbaum committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    924ae5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9fe4ad View commit details
    Browse the repository at this point in the history
  3. Fix for Key Creation

    - Ensure Key Exists before Incrementing
    enusbaum committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6857dc0 View commit details
    Browse the repository at this point in the history
  4. Fix Failing Unit Tests

    enusbaum committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    39de4b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Add Unit Tests for rawmsg

    enusbaum committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    967d594 View commit details
    Browse the repository at this point in the history