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
It seems like someone made a report already here #386 but indeed setting IFS does seem to incorrectly crash PaSh. Here are the steps to reproduce the issue with the following script:
IFS=/
echo "hi there"
expected behavior when running $PASH_TOP/pa.sh test.sh: hi there
actual behavior:
/pash/compiler/orchestrator_runtime/pash_prepare_call_compiler.sh: line 51: response_args[1]: unbound variable
and then Pash just hangs and must be terminated with a signal.
The text was updated successfully, but these errors were encountered:
sethsabar
changed the title
Issue when setting IFS
Setting IFS crashes PaSh
Apr 27, 2024
It seems like someone made a report already here #386 but indeed setting IFS does seem to incorrectly crash PaSh. Here are the steps to reproduce the issue with the following script:
expected behavior when running
$PASH_TOP/pa.sh test.sh
:hi there
actual behavior:
and then Pash just hangs and must be terminated with a signal.
The text was updated successfully, but these errors were encountered: