Raymond Wiker wrote: > > Using weblocks-stable with a recent version of ccl, I'm getting the > following error: > > URI-PARSE-ERROR: Parse error:URI "/wine-cellar/pub/stylesheets/vzn/ > main.0\\.css" contains illegal character #\\ at position 39. > > After a bit of head-scratching, I think this is due to some ccl- > specific code in make-versioned-file in versioning.lisp. I get things > to work by removing the #+ccl branches, and removing the reader > conditional from the #-ccl branches.
Ah. I fixed the underlying problem (use of pathnames instead of namestrings in the versioning system) three days ago but failed to notice that it removed the need to have those CCL-specific conditionals. Removed in latest -dev and -stable and verified to work on CCL. Thanks for the report! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
