ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
## Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42520 ## Approach After a discussion with @heshanpadmasiri, it was apparent the `InherentTypeViolation` error for `BFields` of readonly `BRecords` were not getting triggered. This was due to...
### Description $title. May be related to annotation closures. ### Steps to Reproduce ```ballerina import ballerina/graphql; service class Profile { private final string name; private final int age; function init(string...
## Purpose $title as virtual symbols are not stored in the scope. Fixes #42454 ## Approach The current approach ensures that the `definition` API of the type references does not...
### Description $title. Runs all. ### Steps to Reproduce Try one of the samples in https://ballerina.io/learn/test-ballerina-code/define-data-driven-tests/#execute-specific-data-sets in a single bal file. ### Affected Version(s) _No response_ ### OS, DB, other...
**Description:** $Subject under load test. Strand dump - https://gist.github.com/xlight05/af107fdd097dd6825fbe6bd6e13efa1e Simpler sample - ```bal import ballerina/http; import ballerina/log; type Location record {| string name; string id; string address; |}; type Locations...
## Purpose > $title. Fixes #42632 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples...
Replace the redirect url Previously "...ballerina.io/cli-token" Replaced with "...ballerina.io/dashboard?tab=token" ## Purpose Fix this issue: https://github.com/ballerina-platform/ballerina-lang/issues/41831 Fixes #41831 ## Approach I replaced the url to reach the expected functionality.
### Description Creating this to track $title. Current suggestions include at least the following **Tracing** At the moment, when service classes are returned from a GraphQL service, while there are...
### Description Currently, the GraphQL module access the Ballerina documentation to generate the GraphQL schema documentation. To get the record field documentation, we access `RrecordFieldSymbol` at the compiler plugin. But...