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 LS fast-run to show compiler diagnostics and fail-fast on compilation errors #43735

Make restart requests synchronous

cbab642
Select commit
Loading
Failed to load commit list.
Merged

Fix LS fast-run to show compiler diagnostics and fail-fast on compilation errors #43735

Make restart requests synchronous
cbab642
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 9, 2025 in 0s

53.65% of diff hit (target 77.42%)

View this Pull Request on Codecov

53.65% of diff hit (target 77.42%)

Annotations

Check warning on line 91 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java#L91

Added line #L91 was not covered by tests

Check warning on line 99 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 109 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/command/executors/RunExecutor.java#L109

Added line #L109 was not covered by tests

Check warning on line 604 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java#L604

Added line #L604 was not covered by tests

Check warning on line 609 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java#L608-L609

Added lines #L608 - L609 were not covered by tests

Check warning on line 616 in language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/workspace/BallerinaWorkspaceManager.java#L615-L616

Added lines #L615 - L616 were not covered by tests

Check warning on line 453 in misc/debug-adapter/modules/debug-adapter-core/src/main/java/org/ballerinalang/debugadapter/JBallerinaDebugServer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

misc/debug-adapter/modules/debug-adapter-core/src/main/java/org/ballerinalang/debugadapter/JBallerinaDebugServer.java#L453

Added line #L453 was not covered by tests

Check warning on line 462 in misc/debug-adapter/modules/debug-adapter-core/src/main/java/org/ballerinalang/debugadapter/JBallerinaDebugServer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

misc/debug-adapter/modules/debug-adapter-core/src/main/java/org/ballerinalang/debugadapter/JBallerinaDebugServer.java#L461-L462

Added lines #L461 - L462 were not covered by tests