-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BBE for byte and expression equality #5634
Add BBE for byte and expression equality #5634
Conversation
@@ -0,0 +1,2 @@ | |||
description: This BBE introduces the Ballerina byte type. | |||
keywords: ballerina, ballerina by example, bbe, bytes, byte, byte type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add unsigned8 also? @SasinduDilshara @MaryamZi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case we may need to refer to https://ballerina.io/learn/by-example/built-in-integer-subtypes/ as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Quality Gate passedIssues Measures |
c833334
Fixes ballerina-platform/ballerina-dev-website#9388
Fixes ballerina-platform/ballerina-dev-website#9389
Fixes ballerina-platform/ballerina-dev-website#9287