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

[Task]: Replace `assert` statements with proper assertion error

Open HindujaB opened this issue 2 years ago • 6 comments
trafficstars

Description

$subject

Describe your task(s)

As the execution of assert statements is controlled by JVM arguments, using them in the codebase is not recommended.

https://github.com/ballerina-platform/ballerina-lang/blob/c79ac50f6ab566fd1e903285160ba5d5e6256bd8/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/codegen/split/JvmCreateTypeGen.java#L610

Related area

-> Other Area

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

HindujaB avatar Oct 06 '23 10:10 HindujaB