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/patch failed Oct 3, 2024 in 1s

1.13% of diff hit (target 80.00%)

View this Pull Request on Codecov

1.13% of diff hit (target 80.00%)

Annotations

Check warning on line 1979 in tremor-script/src/ast.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/ast.rs#L1977-L1979

Added lines #L1977 - L1979 were not covered by tests

Check warning on line 440 in tremor-script/src/ast/eq.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/ast/eq.rs#L440

Added line #L440 was not covered by tests

Check warning on line 446 in tremor-script/src/ast/eq.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/ast/eq.rs#L446

Added line #L446 was not covered by tests

Check warning on line 142 in tremor-script/src/extractor/re.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/extractor/re.rs#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 513 in tremor-script/src/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/interpreter.rs#L512-L513

Added lines #L512 - L513 were not covered by tests

Check warning on line 531 in tremor-script/src/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/interpreter.rs#L529-L531

Added lines #L529 - L531 were not covered by tests

Check warning on line 542 in tremor-script/src/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/interpreter.rs#L535-L542

Added lines #L535 - L542 were not covered by tests

Check warning on line 547 in tremor-script/src/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/interpreter.rs#L547

Added line #L547 was not covered by tests

Check warning on line 550 in tremor-script/src/interpreter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/interpreter.rs#L550

Added line #L550 was not covered by tests

Check warning on line 44 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 64 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L47-L64

Added lines #L47 - L64 were not covered by tests

Check warning on line 78 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L67-L78

Added lines #L67 - L78 were not covered by tests

Check warning on line 93 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L83-L93

Added lines #L83 - L93 were not covered by tests

Check warning on line 106 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L95-L106

Added lines #L95 - L106 were not covered by tests

Check warning on line 110 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L108-L110

Added lines #L108 - L110 were not covered by tests

Check warning on line 112 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L112

Added line #L112 was not covered by tests

Check warning on line 115 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L115

Added line #L115 was not covered by tests

Check warning on line 134 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L117-L134

Added lines #L117 - L134 were not covered by tests

Check warning on line 139 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L136-L139

Added lines #L136 - L139 were not covered by tests

Check warning on line 156 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L142-L156

Added lines #L142 - L156 were not covered by tests

Check warning on line 160 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L158-L160

Added lines #L158 - L160 were not covered by tests

Check warning on line 162 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L162

Added line #L162 was not covered by tests

Check warning on line 170 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L167-L170

Added lines #L167 - L170 were not covered by tests

Check warning on line 172 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L172

Added line #L172 was not covered by tests

Check warning on line 178 in tremor-script/src/vm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

tremor-script/src/vm.rs#L175-L178

Added lines #L175 - L178 were not covered by tests