Skip to content

Implement dummy variables, fix variable null value handling, and consider angles as numbers - #58

Merged
FramePerfection merged 4 commits into
Developmentfrom
implement-dummy-variables
Jul 18, 2026
Merged

Implement dummy variables, fix variable null value handling, and consider angles as numbers#58
FramePerfection merged 4 commits into
Developmentfrom
implement-dummy-variables

Conversation

@FramePerfection

Copy link
Copy Markdown
Owner
  • resolves Dummy variables are not implemented #57
  • fixes a crash stemming from null values in binary math operation variables
  • angle variables are now considered as number variables so that binary math can be performed on them

@FramePerfection FramePerfection added the bug Something isn't working label Jul 18, 2026
@FramePerfection FramePerfection self-assigned this Jul 18, 2026

@hugou74130 hugou74130 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally works perfectly.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small cleanup request: numDummies is unused now it was only referenced by the commented-out implementation this PR replaces. Could you drop it? Otherwise it stays as an assigned-but-never-used field.

@FramePerfection
FramePerfection merged commit eb9c900 into Development Jul 18, 2026
1 check passed
@FramePerfection
FramePerfection deleted the implement-dummy-variables branch July 18, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dummy variables are not implemented

2 participants