manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

copy-file should not write an empty target file in error case #59

Closed svenha closed 3 years ago

svenha commented 3 years ago

(copy-file "a" "b") wites an empty file b and returns #f, if file a is missing. Should not the writing be avoided?