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

Fix #21. #22

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Fix #21. #22

merged 1 commit into from
Nov 5, 2023

Conversation

sisshiki1969
Copy link
Owner

This PR fixes #21.

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #22 (26dceef) into master (c30fef8) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   89.38%   89.41%   +0.03%     
==========================================
  Files          90       90              
  Lines       28910    28970      +60     
==========================================
+ Hits        25840    25904      +64     
+ Misses       3070     3066       -4     
Files Coverage Δ
monoruby/src/executor.rs 84.17% <100.00%> (+0.07%) ⬆️
monoruby/src/executor/compiler/jitgen.rs 93.79% <100.00%> (+0.03%) ⬆️
monoruby/src/executor/compiler/jitgen/constants.rs 100.00% <100.00%> (ø)
monoruby/src/executor/compiler/vmgen/variables.rs 100.00% <100.00%> (ø)
monoruby/src/globals/store.rs 95.06% <100.00%> (ø)
monoruby/src/globals/store/class/constants.rs 92.72% <100.00%> (+1.06%) ⬆️
monoruby/src/tests.rs 99.60% <100.00%> (+<0.01%) ⬆️
monoruby/src/value/rvalue/module.rs 90.58% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@sisshiki1969 sisshiki1969 merged commit 042021b into master Nov 5, 2023
3 checks passed
@sisshiki1969 sisshiki1969 deleted the fix-const branch November 5, 2023 17:06
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 inline constant cache.
1 participant