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

[compiler] fix warnings in repl lib and add macros to autocomplete #317

Merged
merged 4 commits into from
Mar 11, 2021

Conversation

water111
Copy link
Collaborator

@water111 water111 commented Mar 9, 2021

I switched replxx to a shared library because the static library seemed to be causing problems on the Mac OS branch.

@coveralls
Copy link

coveralls commented Mar 9, 2021

Pull Request Test Coverage Report for Build 643638708

  • 16 of 43 (37.21%) changed or added relevant lines in 6 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.07%) to 68.497%

Changes Missing Coverage Covered Lines Changed/Added Lines %
game/graphics/display.cpp 0 1 0.0%
common/goos/Interpreter.cpp 0 4 0.0%
goalc/compiler/Compiler.cpp 0 4 0.0%
goalc/compiler/compilation/CompilerControl.cpp 7 14 50.0%
common/goos/Reader.cpp 0 11 0.0%
Files with Coverage Reduction New Missed Lines %
common/goos/ReplUtils.cpp 1 0%
goalc/compiler/compilation/CompilerControl.cpp 2 35.67%
Totals Coverage Status
Change from base Build 638153658: 0.07%
Covered Lines: 31812
Relevant Lines: 46443

💛 - Coveralls

@water111 water111 merged commit fe336b7 into master Mar 11, 2021
@water111 water111 deleted the w/add-macros-to-autocomplete branch March 11, 2021 17:54
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