[Omake] SVN Commit: OMake Build System (Rev. 10809)

Aleksey Nogin nogin at metaprl.org
Thu May 24 09:51:50 PDT 2007


Be a bit more careful not to do 

try 
   ...; 
   Unix.close fd; 
   ... 
with exn -> 
   close fd;
   raise exn

since this may result in closing the same fd twice in case the second "..."
raises an exception.

----
Changes:
    +8 -6	omake-branches/0.9.8.2/src/builtin/omake_builtin_file.ml
    +5 -3	omake-branches/0.9.8.2/src/ir/omake_cache.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/24.09:51:50



More information about the OMake-CVS mailing list