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
These tailing parts, related to annotations, trycatchblocks and localvars are seen in every method declaration, even when they are empty. How about creating a set of atoms instead:
@volodya-lombrozo you will get a warning: objectionary/lints#259 The reason behind this is that there is no reflection in EO: an atom (jeo.method) can't, in runtime, understand what arguments have been passed to it. We do have partial application in EO, but again, it's not applicable in your case -- it's only used for object step-by-step construction, but not for for its "deconstruction" in runtime.
This is what I see in XMIR:
These tailing parts, related to annotations, trycatchblocks and localvars are seen in every method declaration, even when they are empty. How about creating a set of atoms instead:
Usually (very often), the first one will be used, which is the most compact. Thus, the size of phi expressions will be reduced.
The text was updated successfully, but these errors were encountered: