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

21 fix unroll issue #22

Merged
merged 5 commits into from
May 3, 2021
Merged

21 fix unroll issue #22

merged 5 commits into from
May 3, 2021

Conversation

scnerd
Copy link
Owner

@scnerd scnerd commented May 3, 2021

Resolves #21

  • Fixes issue where ast.Index has been deprecated an, in general, replaced simply by the underlying value it wrapped.
  • Fixes test bug with .lift keeping source file open and locked.
  • Add bump2version support to simplify bumping the version.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 161

  • 26 of 29 (89.66%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 85.586%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pragma/collapse_literals.py 0 1 0.0%
pragma/unroll.py 0 1 0.0%
pragma/utils.py 22 23 95.65%
Files with Coverage Reduction New Missed Lines %
pragma/core/init.py 1 94.12%
Totals Coverage Status
Change from base Build 158: -0.2%
Covered Lines: 1241
Relevant Lines: 1450

💛 - Coveralls

@coveralls
Copy link

coveralls commented May 3, 2021

Pull Request Test Coverage Report for Build 163

  • 28 of 29 (96.55%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 85.862%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pragma/utils.py 22 23 95.65%
Totals Coverage Status
Change from base Build 158: 0.1%
Covered Lines: 1245
Relevant Lines: 1450

💛 - Coveralls

@scnerd scnerd merged commit 8f88fe5 into master May 3, 2021
@scnerd scnerd deleted the 21-fix-unroll-issue branch May 3, 2021 15:08
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.

Bug in unrolling setitem loops
2 participants