ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

The Ballerina Programming Language

Results 632 ballerina-lang issues
Sort by recently updated
recently updated
newest added

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

Type/Bug
Team/CompilerFE
Team/jBallerina

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

Team/CompilerFE

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

Type/Bug
Team/DevTools
Area/TestFramework

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

Type/Bug
Priority/Blocker
Area/Scheduler

Update spec version into 2024R1

Stale

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

Team/CompilerFE

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

Type/NewFeature
Team/Observability

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

Type/Bug
Priority/High
Team/CompilerFETools
userCategory/Compilation