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

Abstract Syntax Tree Bugfixes and Improvements #77

Merged
merged 18 commits into from
Aug 17, 2023
Merged

Conversation

0x19
Copy link
Contributor

@0x19 0x19 commented Aug 15, 2023

  • Full basic documentation of AST package
  • Massive increase in code coverage for AST
  • Overall code coverage fixes
  • AST type descriptions and reference resolver works now much better
  • Sources fixes

@0x19 0x19 self-assigned this Aug 15, 2023
@0x19 0x19 changed the title To be defined Abstract Syntax Tree Bugfixes and Improvements Aug 16, 2023
@coveralls
Copy link

coveralls commented Aug 16, 2023

Pull Request Test Coverage Report for Build 5885278661

  • 634 of 746 (84.99%) changed or added relevant lines in 60 files are covered.
  • 14 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+7.2%) to 90.194%

Changes Missing Coverage Covered Lines Changed/Added Lines %
ast/parameter.go 4 5 80.0%
sources.go 2 3 66.67%
ast/type_name.go 21 23 91.3%
ast/assignment.go 9 12 75.0%
ast/function_call.go 18 21 85.71%
ast/expression.go 6 10 60.0%
ast/expression_statement.go 0 4 0.0%
ast/reference.go 16 20 80.0%
ast/simple.go 0 4 0.0%
ast/tree.go 1 5 20.0%
Files with Coverage Reduction New Missed Lines %
ast/expression.go 1 88.16%
ast/expression_statement.go 1 58.82%
ast/simple.go 1 73.91%
ast/binary.go 2 97.39%
ast/reference.go 9 82.97%
Totals Coverage Status
Change from base Build 5868838432: 7.2%
Covered Lines: 11194
Relevant Lines: 12411

💛 - Coveralls

@0x19 0x19 merged commit b327bdd into main Aug 17, 2023
6 checks passed
@0x19 0x19 deleted the updates-to-look-at-later branch August 17, 2023 00:36
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.

2 participants