Bridge programs leave behind artifacts #17
Labels
F: shebang-block
The bridge `{#!}` syntax.
L1: bug
Requires a fix
T: io
Topic: Input and output related issues
We currently implement bridged programs as files in
/tmp/oursh_bridge-<size>
, but this is not a good idea. First of allhistory
should be the only place we deal with old commands, and second, it's a data locking nightmare trying to negotiate for the same file. Worse, a program with the same interpreter and length will override the same program file, potentially causing catastrophic effect.The text was updated successfully, but these errors were encountered: