ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
## Purpose $subject Fixes #42583 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...
### Description For the below service ``` import ballerina/http; import ballerina/lang.value; service /wso2 on new http:Listener(9092) { resource function post stringDataDataBind(http:Request req) returns json|error? { // Get string get xml...
### Description This test is disabled due to test failures found in Windows. https://github.com/ballerina-platform/ballerina-lang/actions/runs/8815988150/job/24210287071?pr=42629 ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ### OS, DB, other environment...
### Description $subject ### Describe your task(s) when the user imports wso2.control plane, remote management should be imported. ### Related area -> Runtime ### Related issue(s) (optional) _No response_ ###...
## Purpose As described in https://github.com/ballerina-platform/ballerina-dev-website/pull/8884, it is the best practice to opt out using the type symbol when declaring a constant. With this PR, the `Extract to constant` code...
### Description For the diagnostic `invalid attempt to transfer out a value from a 'lock' statement with restricted variable usage: expected an isolated expression`, there are common fixes in which...
### Description The fix for the error message `invalid access of mutable storage in an 'isolated' function (BCE3943)` is decisive based on the user's preference. If the user only wants...
### Description As shown below, there are two APIs to obtain a diagnostic property from a diagnostic in a diagnostic-based code action. However, the first API has a risk of...
## Purpose This PR fixes the variable representation and, expression evaluation support for Ballerina regex variables. Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42636 ## Samples Now, the regular expression variables are correctly represented under the...