-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support operation calls in rALF #11
Comments
Comment by ujhelyiz Initial support in place (e.g. return types checked), but there are some missing features (e.g. parameter type checking). Remaining features postponed to August. |
Now static methods are also supported Better validation in place
Parameters of operation calls is validated in case of static and non-static operation calls, constructor calls (both classes and signals). Operation overload is also supported - in such cases, the parent operations are not available to call directly. If any case is missing, we should open a new ticket to keep track of it. |
Issue by ujhelyiz
Tuesday Jul 07, 2015 at 11:49 GMT
Originally opened as IncQueryLabs/EMDW-MC#147
Currently, operation calls are not modeled in rALF.
The text was updated successfully, but these errors were encountered: