-
Notifications
You must be signed in to change notification settings - Fork 12
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
[JSON] properly emit code for alternative function clause execute
syntax
#32
Comments
hey @ThinkOpenly i would like to work on this issue , please assign it to me !! |
@harshagr70 , you are welcome to investigate this, but this might not be an easy one. Ask lots of questions. Interestingly, looking again at the example above, I think there is some unnecessary redundancy. The |
@ThinkOpenly , i am unable to find the function use , or the function discussed above in the /sail repository , please help me figure it out ! , correctly said there's probably a bug in the function's code as mentioned . |
This project has a few related repositories, and I am probably careless in distinguishing among them:
The functions described in the opening comment for this issue can be found in the second repository: |
@ThinkOpenly |
I commented in that PR, but copying some of that reply here for clarification as to the expectation for solving this issue...
|
This has nothing to do with this issue, but since I brought it up here, I thought I should resolve it here. I investigated this, and it seems this is a necessary evil:
|
@ThinkOpenly got it !! , i will raise a pr once i fix the issue in the backend json , thanks for follow up @ThinkOpenly !! |
Most
function clause execute
stanzas use a syntax like:Some use a different syntax:
This is an indirect reference to the prior
function clause execute
with some parameter manipulation.It would be nice to substitute the actual code in place of the reference.
The text was updated successfully, but these errors were encountered: