jimhester / completeme

WIP
Other
40 stars 7 forks source link

return_unless still runs all the code in the function. #5

Closed ajwtech closed 5 years ago

ajwtech commented 5 years ago

When return_unless is run the code in the parent.env(1) is still executed before returning to parent.env(2).

This is a problem when the call could potentially depend on something else or is making calls to the web.

in my use case I am making calls to an odata svc that will return the names of the data objects in the system.

I am working on a pull request for this. image