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
Description:
I tried to upgrade the ballerina distribution from slbeta3 to slbeta6. While building the project I'm getting following error.
error: compilation failed: The compiler extension in package 'ballerina:sql:1.2.0' failed to complete. class io.ballerina.compiler.syntax.tree.FieldAccessExpressionNode cannot be cast to class io.ballerina.compiler.syntax.tree.UnaryExpressionNode (io.ballerina.compiler.syntax.tree.FieldAccessExpressionNode and io.ballerina.compiler.syntax.tree.UnaryExpressionNode are in unnamed module of loader 'app')
I tried to built by removing cache and dependencies.toml as well
Steps to reproduce:
Upgrade projects which uses ballerina/sql module from slbeta3 to slbeta6
Affected Versions:
slbeta6
The text was updated successfully, but these errors were encountered:
Description:
I tried to upgrade the ballerina distribution from slbeta3 to slbeta6. While building the project I'm getting following error.
I tried to built by removing cache and dependencies.toml as well
Steps to reproduce:
Upgrade projects which uses ballerina/sql module from slbeta3 to slbeta6
Affected Versions:
slbeta6
The text was updated successfully, but these errors were encountered: