Ensure-dir seems to be broken again on Anarki (on Windows at least). arc> (ensure-dir "nonexistant")
Error: "standard-module-name-resolver: collection not found: \"mzlib\" in any of
: ()"
The problem seems to be in mkdir with the following line of code: arc> ($ (require (lib "file.ss")))
Error: "standard-module-name-resolver: collection not found: \"mzlib\" in any of
: ()"
Not exactly sure what the appropriate fix is so I'll leave it to more knowledgeable persons.This is on master at Fri Feb 29 17:31:00 PST 2008. |