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 am trying to use yash3 as my daily driver posix shell but the node version manager script that claims to be posix compatible fails when run in yash3. The details are in my bug report that I submited to the nvm repo at nvm-sh/nvm#3499.
The text was updated successfully, but these errors were encountered:
Despite my comment in the nvm issue, this problem could be worked around by implementing the bracket syntax in yash3. I plan to implement this, but it won't be very soon as I'm currently working on #422.
An alternative to implementing that bracket syntax seems to be, don't do anything with the parse results of a conditional block until that block is evaluated (even if you've eagerly recognized and prepared the error).
Hi,
I am trying to use yash3 as my daily driver posix shell but the node version manager script that claims to be posix compatible fails when run in yash3. The details are in my bug report that I submited to the nvm repo at nvm-sh/nvm#3499.
The text was updated successfully, but these errors were encountered: