| Summary: | Validation errors on system library call that returns a ServicePart | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Joseph Vincens <jvincens> | ||||
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
we are no longer using this syntax |
Created attachment 199249 [details] ServiceTest zip The library function is defined as: function bindService (bindingKey string in) returns (egl.lang.reflect.ServicePart) {eglSystemConstant = 454} end I have attached a project that shows the problems below. Description Resource Path Location Type IWN.VAL.3261.e 22/47 The target of isa or as (IMyService) must be a data type or a part reference. Handler1.egl /ServiceTest/eglsource/handlers line 22 EDT Problem IWN.VAL.6653.e 22/13 Handler1 - ServicePart and IMyService are not compatible types in the expression ServiceLib.bindService() as IMyService. At line 22 in file /ServiceTest/eglsource/handlers/Handler1.egl Handler1.egl /ServiceTest/eglsource/handlers line 22 EDT Problem