You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiler/modules/front.syntax/tests/testParser.bal: JBUG #31673 can't specify the first type to be "V"|"E"|ect
compiler/modules/front.syntax/tests/testParser.bal: JBUG #31988 can't use `suffix ?: ""
compiler/modules/front.syntax/tests/testParser.bal: JBUG ballerina-plugin-vscode/#104 can't use string `\`
compiler/modules/front.syntax/tests/testParser.bal: JBUG #31444 #31713 #31717 can't write below literals in a simpler way
compiler/modules/front.syntax/tests/testParser.bal: JBUG moved to a separate method due to method too large, move back to validTokenSourceFragments after beta3
compiler/modules/front.syntax/tests/testParser.bal: JBUG #31444 #31713 #31717 can't write below literals in a simpler way
compiler/modules/front.syntax/ast.bal: JBUG #32099 should be "-"
compiler/modules/front.syntax/ast.bal: JBUG can't include CheckingExpr
compiler/modules/front.syntax/ast.bal: JBUG adding this field makes match statement in codeGenExpr fail
compiler/modules/front.syntax/ast.bal: JBUG gets a bad, sad if this uses *MemberAccessExpr and overrides container
The text was updated successfully, but these errors were encountered:
These are the list og JBUGs we need to update.
JBUG: #32575
JBUG #32440 can't use assertNotEqual
JBUG #31334 cast
JBUG #31334 cast
JBUG #31334 cast needed
JBUG #32615 can't use from-in-from query syntax
JBUG #31679 should use do
JBUG #28334 this is highlighted as an error
JBUG gets a bad, sad when done with a query expression
JBUG: can't use Char gives "'string' value 'x' cannot be converted to 'lang.string:Char'
JBUG crash if 16 is 0xF
JBUG #31394 would be better to use shifts for these
JBUG #31753 cast
JBUG <int> cast needed (otherwise result is or'd with 0xFF)
JBUG cast needed #31867
JBUG this goes wrong when you use REPR_VOID as a type as in buildRet
JBUG cast
JBUG if I combine these statements into a single from/do, then it gives an assignment required error
JBUG This doesn't work with array:sort (complains about unordered type)
JBUG indexOf does not work with -0 because of #32245
JBUG: #17977
JBUG #31751 bad, sad if UT_OBJECT_RW + 1
JBUG toString should not be required
JBUG Bad, sad without
namesvariable
JBUG #31311 does not allow
outerhere
JBUG #31327 cast
JBUG #31327 cast
JBUG need parentheses
JBUG following line results in bad code
JBUG changing `returns` to `return` makes the parse get a NPE during error recovery
JBUG without parentheses this gets a parse error
JBUG #31782 cast needed
JBUG does not work as match pattern
JBUG does not work as match pattern `var { value, multiSemType }`
JBUG should be able to use just `var { members }`
JBUG build fails when the order of binding pattern is reversed
JBUG temp variable
JBUG if this is done with a select, then it gets a bad, sad at runtime if the check gets an error
JBUG would like to use match patterns here, but #30718 prevents it
JBUG temp variable `m` is to avoid compiler bug #30736
JBUG temp variable `f` is to avoid compiler bug #30736
JBUG error if next line uncommented
JBUG #31749 cast should not be needed
JBUG defining these as `error<Detail> & distinct error` results in these errors not being distinct
JBUG issue:#31767
JBUG #31776 int cast should not be required
JBUG #31777 cast should not be necessary
JBUG 31700 incorrect code generated if 32 is in hex
JBUG #31776 cast should not be necessary
JBUG #31758 type of name[0] is string:Char
JBUG issue:#31767
JBUG cannot use string:Char #31668 #31660
JBUG this avoids bloat that causes `method is too large` errors
JBUG cast
JBUG cast
JBUG cast
JBUG error if `===` used instead if `is`
JBUG #31775 `foreach var ch in str` gives wrong ch for some str like "\u{10FFFF}""
JBUG should not need cast #30191
JBUG without `int` getting `method is too large` error`
JBUG cast
JBUG cast
JBUG if this comes before keywords it gets a NPE at module init time
JBUG int casts needed
JBUG error if hex used for 32 and 128
JBUG #31778 shouldn't need this check, fromCodePointInt should return an error
JBUG when FragCode is byte, error without cast
JBUG this avoids bloat that causes `method is too large` errors
JBUG cast needed #30734
JBUG #31673 can't specify the first type to be "V"|"E"|ect
JBUG #31988 can't use `suffix ?: ""
JBUG ballerina-plugin-vscode/#104 can't use string `\`
JBUG #31444 #31713 #31717 can't write below literals in a simpler way
JBUG moved to a separate method due to method too large, move back to validTokenSourceFragments after beta3
JBUG #31444 #31713 #31717 can't write below literals in a simpler way
JBUG #32099 should be "-"
JBUG can't include CheckingExpr
JBUG adding this field makes match statement in codeGenExpr fail
JBUG gets a bad, sad if this uses *MemberAccessExpr and overrides container
The text was updated successfully, but these errors were encountered: