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

USVM-based type inference #283

Closed
wants to merge 1 commit into from

Conversation

CaelmBleidd
Copy link
Member

This PR adds latest development related to USVM-based type inference support.

Copy link
Contributor

Lifecycle test results

78 tests  ±0   78 ✅ ±0   2m 36s ⏱️ -1s
 7 suites ±0    0 💤 ±0 
 7 files   ±0    0 ❌ ±0 

Results for commit 9442155. ± Comparison against base commit 6539d50.

Copy link
Contributor

Test results on JDK 19

 69 files  ±0   69 suites  ±0   4m 59s ⏱️ +25s
552 tests +1  542 ✅ ±0  10 💤 +1  0 ❌ ±0 
580 runs  +1  570 ✅ ±0  10 💤 +1  0 ❌ ±0 

Results for commit 9442155. ± Comparison against base commit 6539d50.

Copy link
Contributor

Test results on JDK 11

 69 files  ±0   69 suites  ±0   5m 5s ⏱️ +6s
552 tests +1  544 ✅ ±0  8 💤 +1  0 ❌ ±0 
580 runs  +1  572 ✅ ±0  8 💤 +1  0 ❌ ±0 

Results for commit 9442155. ± Comparison against base commit 6539d50.

Copy link
Contributor

Test results on JDK 8

 69 files  ±0   69 suites  ±0   7m 31s ⏱️ +2s
552 tests +1  539 ✅ ±0  13 💤 +1  0 ❌ ±0 
580 runs  +1  567 ✅ ±0  13 💤 +1  0 ❌ ±0 

Results for commit 9442155. ± Comparison against base commit 6539d50.

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 22.63868% with 516 lines in your changes missing coverage. Please review.

Project coverage is 68.98%. Comparing base (6539d50) to head (9442155).
Report is 1 commits behind head on neo.

Files with missing lines Patch % Lines
...kotlin/org/jacodb/ets/graph/EtsApplicationGraph.kt 0.00% 204 Missing ⚠️
...ets/src/main/kotlin/org/jacodb/ets/base/EtsType.kt 18.00% 40 Missing and 1 partial ⚠️
...-ets/src/main/kotlin/org/jacodb/ets/dto/Convert.kt 69.64% 24 Missing and 10 partials ⚠️
...db-ets/src/main/kotlin/org/jacodb/ets/dto/Types.kt 30.61% 31 Missing and 3 partials ⚠️
...rc/main/kotlin/org/jacodb/ets/model/EtsModifier.kt 2.85% 34 Missing ⚠️
...rc/main/kotlin/org/jacodb/ets/utils/LoadEtsFile.kt 30.55% 21 Missing and 4 partials ⚠️
...re/src/main/kotlin/org/jacodb/impl/cfg/GraphExt.kt 0.00% 24 Missing ⚠️
.../src/main/kotlin/org/jacodb/ets/utils/EtsCfgExt.kt 0.00% 22 Missing ⚠️
...c/main/kotlin/org/jacodb/ets/model/EtsBaseModel.kt 0.00% 17 Missing ⚠️
...-ets/src/main/kotlin/org/jacodb/ets/utils/Utils.kt 0.00% 15 Missing ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff              @@
##                neo     #283      +/-   ##
============================================
- Coverage     70.85%   68.98%   -1.87%     
- Complexity     2433     2436       +3     
============================================
  Files           249      253       +4     
  Lines         14279    14781     +502     
  Branches       2090     2147      +57     
============================================
+ Hits          10117    10197      +80     
- Misses         3267     3701     +434     
+ Partials        895      883      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lipen Lipen deleted the caelmbleidd/type_inference_rebased branch December 26, 2024 20: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.

2 participants