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

[2201.11.0] Integrate "fast-run" support to the debug server #43703

Conversation

NipunaRanasinghe
Copy link
Contributor

@NipunaRanasinghe NipunaRanasinghe commented Dec 11, 2024

Purpose

$subject.

Resolves #43702.

Samples

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

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
Member

@ayeshLK ayeshLK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NipunaRanasinghe NipunaRanasinghe changed the title [2201.11.0-stage] Integrate "fast-run" support to the debug server [2201.11.0] Integrate "fast-run" support to the debug server Dec 13, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 53.15315% with 104 lines in your changes missing coverage. Please review.

Project coverage is 77.30%. Comparing base (6644b9c) to head (ea7bed8).
Report is 3 commits behind head on 2201.11.0-stage.

Files with missing lines Patch % Lines
...lerinalang/debugadapter/JBallerinaDebugServer.java 30.76% 35 Missing and 1 partial ⚠️
...lang/langserver/command/executors/RunExecutor.java 58.18% 22 Missing and 1 partial ⚠️
...angserver/workspace/BallerinaWorkspaceManager.java 59.09% 13 Missing and 5 partials ⚠️
.../ballerinalang/debugadapter/utils/ServerUtils.java 25.00% 17 Missing and 1 partial ⚠️
...lerinalang/debugadapter/DebugExecutionManager.java 78.26% 3 Missing and 2 partials ⚠️
...nalang/debugadapter/config/ClientConfigHolder.java 60.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             2201.11.0-stage   #43703      +/-   ##
=====================================================
- Coverage              77.31%   77.30%   -0.02%     
- Complexity             58776    58795      +19     
=====================================================
  Files                   3525     3526       +1     
  Lines                 221434   221562     +128     
  Branches               28778    28784       +6     
=====================================================
+ Hits                  171202   171277      +75     
- Misses                 40583    40633      +50     
- Partials                9649     9652       +3     

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

@NipunaRanasinghe
Copy link
Contributor Author

As per the discussion had with the team, decided to prioratize this for Update 12 (as this will require changes from the VSCode plugin side, but there's no plan to release a new plugin version for U11). Hence closing the PR

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