-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
'$' macro does not work in '->' #52
Comments
Seems |
@carlzhc Should it? We can try to fix it. But since you closed this, you might not be interested in it anymore? |
I think it was supposed to work, but something may have been broken recently when we added support for passing options in the first position instead of via metadata.. process/src/babashka/process.cljc Line 354 in eb03513
|
You know what, I undocumented $ and made it deprecated. I think it's more trouble/magic than it's worth. |
Actually, I found the '$' does not support piping at all. |
I've looked into this more and the fix wasn't so difficult. I decided to undeprecate |
It seems
$
macro only work in one command execution, not pipelined (tested in bb).The text was updated successfully, but these errors were encountered: