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

Add raw template type to Semantic Model's types API #43871

Merged

Conversation

dulajdilshan
Copy link
Contributor

@dulajdilshan dulajdilshan commented Mar 5, 2025

Purpose

$title

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 (#)
  • 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

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.05%. Comparing base (65c4cda) to head (47fc7b5).
Report is 111 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43871      +/-   ##
============================================
- Coverage     75.06%   75.05%   -0.01%     
- Complexity    57436    57497      +61     
============================================
  Files          3535     3539       +4     
  Lines        222220   222304      +84     
  Branches      28869    28827      -42     
============================================
+ Hits         166808   166860      +52     
- Misses        46130    46182      +52     
+ Partials       9282     9262      -20     

☔ 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.

@dulajdilshan dulajdilshan added this to the 2201.12.0 milestone Mar 6, 2025
@dulajdilshan dulajdilshan added the Area/SemanticAPI Semantic API Related Issues #Compiler label Mar 6, 2025
@hasithaa
Copy link
Contributor

hasithaa commented Mar 6, 2025

Can we add a test case?

@dulajdilshan
Copy link
Contributor Author

Can we add a test case?

Added here tests/ballerina-compiler-api-test/src/test/java/io/ballerina/semantic/api/test/TypesTest.java

@dulajdilshan dulajdilshan merged commit 24b6fe6 into ballerina-platform:master Mar 6, 2025
20 of 21 checks passed
@dulajdilshan dulajdilshan deleted the raw_template_type branch March 6, 2025 04:29
@dulajdilshan dulajdilshan restored the raw_template_type branch March 6, 2025 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/SemanticAPI Semantic API Related Issues #Compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants