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

flags: fix the flag inference mechanism #56

Merged
merged 12 commits into from
Mar 2, 2020
Merged

Conversation

MatthieuDartiailh
Copy link
Owner

The existing implementation could easily generate invalid flags and was not easy to use to forcibly set a function as asynchronous or not. The new implementation address both limitations.

@codecov-io
Copy link

codecov-io commented Mar 1, 2020

Codecov Report

Merging #56 into master will increase coverage by 3.89%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   94.27%   98.16%   +3.89%     
==========================================
  Files          17        7      -10     
  Lines        2847     1420    -1427     
==========================================
- Hits         2684     1394    -1290     
+ Misses        163       26     -137
Impacted Files Coverage Δ
bytecode/bytecode.py 99.33% <100%> (+7.61%) ⬆️
bytecode/flags.py 100% <100%> (ø) ⬆️
bytecode/peephole_opt.py 94.38% <0%> (-0.02%) ⬇️
bytecode/tests/__init__.py
setup.py
bytecode/concrete.py 97.91% <0%> (+1.15%) ⬆️
bytecode/__init__.py 100% <0%> (+1.19%) ⬆️
bytecode/cfg.py 100% <0%> (+3.07%) ⬆️
bytecode/instr.py 99.48% <0%> (+5.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54d9ad7...12766ca. Read the comment docs.

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.

None yet

2 participants