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

Improve some code #115

Merged
merged 6 commits into from
Jul 20, 2024
Merged

Improve some code #115

merged 6 commits into from
Jul 20, 2024

Conversation

rneswold
Copy link
Contributor

Added several improvements:

  • In the logic block evaluator, the solar and time variables now restrict the second level field instead of using &str.
  • Updated the dependencies.
  • Remove compiler warnings from test code.

rneswold added 6 commits July 20, 2024 01:02
Previously we were using a `str` which allowed any value to be in the
time field and required the code to validate it. Now it's an enum and
can only take on valid values.
This changes the field of interest from a string to an enum.
@rneswold rneswold merged commit c2fd696 into DrMemCS:main Jul 20, 2024
4 checks passed
@rneswold rneswold deleted the pull-request branch July 20, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant