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

Use CustomURLClassLoader to load compiler plugins #43886

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

azinneera
Copy link
Contributor

@azinneera azinneera commented Mar 7, 2025

Purpose

Related to #43838 (comment)

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@azinneera azinneera marked this pull request as draft March 7, 2025 04:56
@azinneera azinneera force-pushed the prj_api_compPluginCl branch from 767e7cc to 2c8f51b Compare March 8, 2025 07:57
@azinneera azinneera force-pushed the prj_api_compPluginCl branch from 2c8f51b to f5e1abb Compare March 18, 2025 05:43
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 75.05%. Comparing base (006eb9d) to head (19a28a5).
Report is 60 commits behind head on master.

Files with missing lines Patch % Lines
.../src/main/java/io/ballerina/cli/launcher/Main.java 0.00% 6 Missing ⚠️
...a/io/ballerina/cli/launcher/util/BalToolsUtil.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43886      +/-   ##
============================================
- Coverage     75.06%   75.05%   -0.01%     
+ Complexity    57516    57510       -6     
============================================
  Files          3540     3540              
  Lines        222373   222371       -2     
  Branches      28835    28835              
============================================
- Hits         166922   166910      -12     
- Misses        46184    46192       +8     
- Partials       9267     9269       +2     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@azinneera azinneera marked this pull request as ready for review March 18, 2025 15:48
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.

1 participant