Skip to content

splitting compilation and running to 2 diffrent flows #23

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benor1470
Copy link

Added an option to compile into a byte array
and an option to run the compiled code at a later time

@codecov-io
Copy link

Codecov Report

Merging #23 into master will decrease coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23      +/-   ##
=======================================
- Coverage   86.04%   86%   -0.05%     
=======================================
  Files           6     6              
  Lines          86   100      +14     
  Branches        8    10       +2     
=======================================
+ Hits           74    86      +12     
- Misses         10    13       +3     
+ Partials        2     1       -1
Impacted Files Coverage Δ
...n/java/org/mdkt/compiler/InMemoryJavaCompiler.java 88.52% <100%> (+2.81%) ⬆️
...mdkt/compiler/ExtendedStandardJavaFileManager.java 84.61% <100%> (+2.79%) ⬆️
...ain/java/org/mdkt/compiler/DynamicClassLoader.java 50% <0%> (-30%) ⬇️
src/main/java/org/mdkt/compiler/CompiledCode.java 100% <0%> (+14.28%) ⬆️

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 d84c404...a4ef8d9. Read the comment docs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants