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
This is because the function is assumed to be ! and the isempty is not passed to fun internally. Need to recursively build the function to pass to fun inside the macro.
The current workaround is to wrap the function inside another function:
@wait also does not support using an anonymous function for the condition. This is because the expr.head of an anonymous function is :-> instead of :call
Need to make this macro more robust.
This fails,
This is because the function is assumed to be
!
and theisempty
is not passed tofun
internally. Need to recursively build the function to pass tofun
inside the macro.The current workaround is to wrap the function inside another function:
The text was updated successfully, but these errors were encountered: