Community
Participate
Working Groups
I'm not sure if this is a bug in core or a misuse of the IR from the generators. The IR compiles cleanly and "looks correct" as far as I can tell, but throws an error as shown below. record progrec f foorec; end record foorec s string; end program prog p progrec{f{s = "test"}}; function main() end end Caused by: java.lang.NullPointerException at org.eclipse.edt.mof.egl.impl.MemberNameImpl.getType(MemberNameImpl.java:37) at org.eclipse.edt.mof.egl.impl.SetValuesExpressionImpl.getType(SetValuesExpressionImpl.java:55) at org.eclipse.edt.mof.egl.impl.QualifiedFunctionInvocationImpl.resolveFunction(QualifiedFunctionInvocationImpl.java:110) at org.eclipse.edt.mof.egl.impl.QualifiedFunctionInvocationImpl.getTarget(QualifiedFunctionInvocationImpl.java:49) ... 69 more
works now
Verified