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

WIP - tremor-script VM #2650

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

some matchy vm stuff

11500a3
Select commit
Loading
Failed to load commit list.
Draft

WIP - tremor-script VM #2650

some matchy vm stuff
11500a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 3, 2024 in 0s

78.08% (-13.15%) compared to bff8093

View this Pull Request on Codecov

78.08% (-13.15%) compared to bff8093

Details

Codecov Report

Attention: Patch coverage is 1.13208% with 1572 lines in your changes missing coverage. Please review.

Project coverage is 78.08%. Comparing base (bff8093) to head (11500a3).

Files with missing lines Patch % Lines
tremor-script/src/vm/compiler/impls/imut_expr.rs 0.00% 565 Missing ⚠️
tremor-script/src/vm.rs 0.00% 467 Missing ⚠️
tremor-script/src/vm/compiler/impls.rs 0.00% 233 Missing ⚠️
tremor-script/src/vm/compiler.rs 0.00% 160 Missing ⚠️
tremor-script/src/vm/op.rs 0.00% 73 Missing ⚠️
tremor-script/src/vm/compiler/impls/mut_expr.rs 0.00% 49 Missing ⚠️
tremor-script/src/interpreter.rs 48.27% 15 Missing ⚠️
tremor-script/src/ast.rs 0.00% 3 Missing ⚠️
tremor-value/src/value.rs 0.00% 3 Missing ⚠️
tremor-script/src/ast/eq.rs 0.00% 2 Missing ⚠️
... and 1 more

❗ There is a different number of reports uploaded between BASE (bff8093) and HEAD (11500a3). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (bff8093) HEAD (11500a3)
unittests 17 15
tremorruntime 1 0
tremorscript 1 0
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2650       +/-   ##
===========================================
- Coverage   91.22%   78.08%   -13.15%     
===========================================
  Files         309      311        +2     
  Lines       60078    56398     -3680     
===========================================
- Hits        54805    44036    -10769     
- Misses       5273    12362     +7089     
Files with missing lines Coverage Δ
tremor-script/src/ast/binary.rs 30.45% <100.00%> (-68.21%) ⬇️
tremor-script/src/ast/raw.rs 67.28% <100.00%> (-30.26%) ⬇️
...emor-script/src/ast/visitors/impls/const_folder.rs 64.44% <100.00%> (-33.07%) ⬇️
tremor-script/src/errors.rs 20.52% <ø> (-49.19%) ⬇️
tremor-script/src/interpreter/imut_expr.rs 55.30% <100.00%> (-34.86%) ⬇️
tremor-script/src/lib.rs 100.00% <ø> (ø)
tremor-script/src/script.rs 93.87% <ø> (-0.25%) ⬇️
tremor-script/src/ast/eq.rs 7.34% <0.00%> (-88.51%) ⬇️
tremor-script/src/extractor/re.rs 0.00% <0.00%> (-91.43%) ⬇️
tremor-script/src/ast.rs 57.60% <0.00%> (-35.36%) ⬇️
... and 8 more

... and 103 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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