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
SHCL doesn't support any sort of signal handling. It should.
This will be trickier than in your typical shell. SHCL doesn't fork for subshells. Since signals are delivered to a process, it might be impossible to be 100% POSIX compliant for signal handling. Still, being as-compliant as possible would be good.
The text was updated successfully, but these errors were encountered:
SHCL doesn't support any sort of signal handling. It should.
This will be trickier than in your typical shell. SHCL doesn't fork for subshells. Since signals are delivered to a process, it might be impossible to be 100% POSIX compliant for signal handling. Still, being as-compliant as possible would be good.
The text was updated successfully, but these errors were encountered: