deadpixi / sam

An updated version of the sam text editor.
Other
436 stars 47 forks source link

When piping a directory to sam via pipe / B the process stalls #53

Closed ckeen closed 7 years ago

ckeen commented 7 years ago

When one does 'B ~/bin' samterm will stall and one can only kill the process.

deadpixi commented 7 years ago

Hi @ckeen.

I'm unable to reproduce the issue here on my machine. Is this B the sam command, or B the external utility? Is this in a remote session via SSH or locally? If remote, are you running B on the local machine or the remote machine?

Thanks for your help in debugging.

ckeen commented 7 years ago

This is locally with current experimental HEAD running the 'B' shell script. Alternatively echo 'B /home' > .sam.localhost ...

deadpixi commented 7 years ago

Hi @ckeen

Please try with the latest master HEAD and let me know if you still have the problem. I think I need to retire the experimental branch. Thanks again for your patience.

ckeen commented 7 years ago

Ah it seems to be fixed there, sorry for the noise!