From deepankar.sharma at gmail.com Sat Dec 15 14:49:07 2007 From: deepankar.sharma at gmail.com (Deepankar Sharma) Date: Sat, 15 Dec 2007 09:49:07 -0500 Subject: [fetter-devel] error in verrazano.asd Message-ID: I was recently trying to install verrazano on sbcl. And I ran into an error. the file frontend/package.lisp was recently moved to the top level and renamed to packages.lisp. The verrazano.asd file however wasnt updated to reflect this. Could you please fix this ? A related question is - can anyone apply patches to the darcs tree ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From attila.lendvai at gmail.com Sat Dec 15 15:56:53 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sat, 15 Dec 2007 16:56:53 +0100 Subject: [fetter-devel] error in verrazano.asd In-Reply-To: References: Message-ID: > I was recently trying to install verrazano on sbcl. And I ran into an error. > the file frontend/package.lisp was recently moved to the top level and > renamed to packages.lisp. The verrazano.asd file however wasnt updated to my bad, sorry. should be fixed now after a darcs pull. i was experimenting with a new way of xml parsing and meanwhile i've comitted some of the changes and lost track of what is pushed into the official. details of the refactor will come in an upcoming mail. -- attila From attila.lendvai at gmail.com Sat Dec 15 16:29:21 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sat, 15 Dec 2007 17:29:21 +0100 Subject: [fetter-devel] story of a stalled refactor Message-ID: dear list, i've spent some time refactoring verrazano while i was experimenting with a CLOS based document model (i called it flexml). the idea is to have CLOS instance for each parsed xml node so that you can use generic methods while processing the gccxml output. unfortunately i lost momentum, because there's not any binding i need to generate at the moment, so the code is not really ok yet. but considering that i probably won't work on it for who-knows-how-long, i've uploaded the changes so that it's backed up and people can take a look at it: darcs pull http://common-lisp.net/project/fetter/darcs/verrazano.flexml/ i think the usage of generics instead of parsing xml into sexp's makes the new codebase more readable and there are numerous improvements that also fix old bugs. unfortunately it's not yet ready and well-tested enough (the TODO file contains notes on what needs to be fixed). happy hacking, -- attila