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 the compiler plugin issue when using constants as cache configs #1031

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

Bhashinee
Copy link
Member

@Bhashinee Bhashinee commented Jan 10, 2024

Purpose

Fixes: ballerina-platform/ballerina-library#5915

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • [ ] Updated the spec
  • Checked native-image compatibility

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f6ac8df) 80.88% compared to head (545b1a4) 80.88%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1031   +/-   ##
=======================================
  Coverage   80.88%   80.88%           
=======================================
  Files           7        7           
  Lines         476      476           
  Branches       91       91           
=======================================
  Hits          385      385           
  Misses         61       61           
  Partials       30       30           

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

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Bhashinee Bhashinee changed the title Fix the compiler plugin issue when using constants as cache congigs Fix the compiler plugin issue when using constants as cache configs Jan 10, 2024
@Bhashinee Bhashinee merged commit e334488 into ballerina-platform:master Jan 10, 2024
8 checks passed
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.

Compilation Error from the Cache Module
2 participants