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
Caused by: org.graalvm.polyglot.PolyglotException: java.lang.NullPointerException: Cannot invoke "org.enso.compiler.core.ir.Expression.transformExpressions(scala.PartialFunction)" because "ir" is null
at org.enso.runtime.compiler/org.enso.compiler.pass.desugar.SectionsToBinOp$.runExpression(SectionsToBinOp.scala:83)
at org.enso.runtime.compiler/org.enso.compiler.pass.desugar.SectionsToBinOp$.$anonfun$runModule$1(SectionsToBinOp.scala:57)
at org.enso.runtime.parser/org.enso.compiler.core.ir.Name$GenericAnnotation.mapExpressions(Name.scala:749)
at org.enso.runtime.parser/org.enso.compiler.core.ir.Name$GenericAnnotation.mapExpressions(Name.scala:681)
at org.enso.runtime.parser/org.enso.compiler.core.ir.Module.$anonfun$mapExpressions$3(Module.scala:144)
at [email protected]/scala.collection.immutable.List.map(List.scala:246)
at org.enso.runtime.parser/org.enso.compiler.core.ir.Module.mapExpressions(Module.scala:144)
at org.enso.runtime.compiler/org.enso.compiler.pass.desugar.SectionsToBinOp$.runModule(SectionsToBinOp.scala:55)
at org.enso.runtime.compiler/org.enso.compiler.pass.PassManager.$anonfun$runPassesOnModule$2(PassManager.scala:101)
The text was updated successfully, but these errors were encountered:
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
Create following program:
and execute it. The execution crashes with:
The text was updated successfully, but these errors were encountered: