Nipuna Fernando

Results 20 comments of Nipuna Fernando

The equality returns false for functions with parameters while it worked for others. ```ballerina import ballerina/io; function func() {} function func_with_params(string param) {} function func_with_return() returns error? {} function twoFunctionsEqual(function...

Bumping this issue as the style guide has been updated in compliant to the above changes, and the LS should provide solutions that reflect the best practices. https://github.com/ballerina-platform/ballerina-dev-website/pull/8884.

IMO, the priority of this issue should be bumped up, as the existing implementation negatively affects the UX in some scenarios, making the code look unseemly. For instance, consider the...

Related to https://github.com/ballerina-platform/ballerina-lang/issues/39253

The issue originated from version 2201.8.0 onwards, as it builds for version 2201.7.5. The primary reason for this issue is that the owner of the `tSymbol` produced by the `getDeterminedType`...

The problem can be narrowed down to the following source code. ```ballerina import ballerina/sql; sql:ConnectionPool connPool = {}; public type Rec record { int id; string name; }; function fn()...

Consider the following cases and the determined type for each variable reference (rec1, rec2, and rec3). Ideally, all these types should be consistent. However, as we've seen in the [commit](https://github.com/ballerina-platform/ballerina-lang/commit/d0f39185ff2837c17df22d4f44f9f1471860e45a),...

The server does not crash when the `types.bal`(https://github.com/ayeshLK/module-ballerinax-zuora/blob/openapi-spec/ballerina/types.bal) file is divided into four separate files, which can be used as a workaround for now.

Related to https://github.com/ballerina-platform/ballerina-lang/issues/42614

The **Fix1** is blocked by https://github.com/ballerina-platform/ballerina-lang/issues/42725