ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.41k stars 43 forks source link

TmpFile - Redirection should be possible without .path #490

Closed organom closed 2 years ago

organom commented 2 years ago
json_file=TmpFile()
$(log: echo "AAA" >${json_file.path})
ilyash commented 2 years ago

On the way, fixed another bug when temporary file was being removed twice: by parent and child processes after fork().

ilyash commented 2 years ago

In dev