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

Fixed geometry Tree with actual type enforcement #360

Conversation

MicahGale
Copy link
Collaborator

@MicahGale MicahGale commented Feb 4, 2024

The error here was that a syntax tree was being passed an invalid data type, and it was mostly hobbling along. So I enforced the data types and then actually fixed the data type issue.

fixes #351.

@MicahGale MicahGale added the bugs A deviation from expected behavior that does not reach the level of being reportable as an "Error". label Feb 4, 2024
@MicahGale MicahGale added this to the Release-0.3 milestone Feb 4, 2024
@MicahGale MicahGale self-assigned this Feb 4, 2024
@MicahGale MicahGale linked an issue Feb 4, 2024 that may be closed by this pull request
@MicahGale MicahGale requested a review from tjlaboss February 4, 2024 03:35
@MicahGale MicahGale marked this pull request as ready for review February 4, 2024 03:35
@coveralls
Copy link
Collaborator

coveralls commented Mar 5, 2024

Pull Request Test Coverage Report for Build 8159078927

Details

  • 5 of 5 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 98.125%

Totals Coverage Status
Change from base Build 8159050757: -0.002%
Covered Lines: 5703
Relevant Lines: 5812

💛 - Coveralls

Copy link
Collaborator

@tjlaboss tjlaboss left a comment

Choose a reason for hiding this comment

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

LGTM

@MicahGale MicahGale merged commit 7a24ac0 into develop Mar 16, 2024
13 checks passed
@MicahGale MicahGale deleted the 351-lack-of-data-enforcement-in-syntax-node-is-showing-up-again branch March 16, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs A deviation from expected behavior that does not reach the level of being reportable as an "Error".
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lack of data enforcement in syntax node is showing up again
3 participants