ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Generate closures for default values in type inclusions

Open chiranSachintha opened this issue 1 year ago • 2 comments
trafficstars

Purpose

$title.

Fixes #42356

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • [ ] Read the Contributing Guide
  • [ ] Updated Change Log
  • [ ] Checked Tooling Support (#<Issue Number>)
  • [ ] 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

chiranSachintha avatar Mar 28 '24 12:03 chiranSachintha

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 28 '24 12:03 CLAassistant

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.82%. Comparing base (06d9bb6) to head (dfde2e3). Report is 415 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42428      +/-   ##
============================================
+ Coverage     76.64%   76.82%   +0.17%     
- Complexity    53437    53971     +534     
============================================
  Files          2902     2924      +22     
  Lines        201848   203904    +2056     
  Branches      26271    26592     +321     
============================================
+ Hits         154706   156646    +1940     
- Misses        38651    38718      +67     
- Partials       8491     8540      +49     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 28 '24 13:03 codecov[bot]