gwatt / chez-exe

Chez Scheme self hosting executable
Other
179 stars 40 forks source link

Provide logical program name, not temp file #7

Closed gwatt closed 5 years ago

gwatt commented 5 years ago

@weinholt This should fix #6 It currently works for linux, but I still need to test this on windows and mac os x.

weinholt commented 5 years ago

Tested and works on Linux. Cool!

weinholt commented 5 years ago

Btw, does the new custom boot image give you a place where you can unlink one or both of the files in /tmp?

gwatt commented 5 years ago

Program exit should be cleaning up those temp files.

weinholt commented 5 years ago

Just seems cleaner to unlink them as soon as nothing needs to open them. It's no big deal, I guess.