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

Split project in core crate and interpreter #356

Merged
merged 3 commits into from
Nov 26, 2021
Merged

Conversation

CohenArthur
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2021

Codecov Report

Merging #356 (bdbc20f) into master (b0cb9bd) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #356   +/-   ##
=======================================
  Coverage   92.81%   92.82%           
=======================================
  Files          41       42    +1     
  Lines        4219     4208   -11     
=======================================
- Hits         3916     3906   -10     
+ Misses        303      302    -1     
Impacted Files Coverage Δ
interpreter/repl.rs 84.61% <ø> (ø)
src/instruction/if_else.rs 88.88% <ø> (ø)
src/instruction/jk_return.rs 100.00% <ø> (ø)
src/parser/constructs.rs 100.00% <ø> (ø)
src/utils.rs 85.71% <ø> (ø)
src/value/mod.rs 0.00% <ø> (ø)
interpreter/jinko.rs 100.00% <100.00%> (ø)
src/instruction/loop_block.rs 92.03% <100.00%> (ø)
src/instruction/var.rs 85.36% <100.00%> (ø)
src/lib.rs 100.00% <100.00%> (ø)
... and 5 more

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 b0cb9bd...bdbc20f. Read the comment docs.

@CohenArthur
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Nov 12, 2021
356: Split project in core crate and interpreter r=CohenArthur a=CohenArthur



Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
@bors
Copy link

bors bot commented Nov 12, 2021

Timed out.

@CohenArthur CohenArthur merged commit fe0b802 into master Nov 26, 2021
@CohenArthur CohenArthur deleted the split-project-crate branch November 26, 2021 09:38
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