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
I pushed a fix that I believe works. This may not find its way into a pip release until after #2 is merged. Hopefully @lsnow99 or I will look at that soon, at which point I'll tag a new version, and then will push the latest to PyPI.
Thanks again @qlx4r for reporting this and providing a test case. I'm glad just.sh is useful to you! If you're interested in sharing at some point, I'm curious to hear more about your use case.
Thank you very much for just.sh, it has been an indispensable tool for me.
I believe I have noticed a discrepancy between just and just.sh. Consider the following justfile:
This yields the following results:
The same after compiling to just.sh:
I think that assignment of variables, and the calculation of dependent variables need to be separated out.
I am using just v1.39.0 and just.sh v0.0.2
The text was updated successfully, but these errors were encountered: