From christoph.senjak at googlemail.com Thu Apr 1 01:21:16 2010 From: christoph.senjak at googlemail.com (Christoph Senjak) Date: Thu, 1 Apr 2010 03:21:16 +0200 Subject: [clbuild-devel] Maintainer? In-Reply-To: <20100322163013.GB20605@radon> References: <877hp48hdw.fsf@ma-patru.mathematik.uni-karlsruhe.de> <20100322163013.GB20605@radon> Message-ID: 2010/3/22 David Lichteblau : > Quoting Nicolas Neuss (neuss at kit.edu): >> I keep seeing only mails reporting issues on this list, but no reaction >> from any maintainer. ?I would be interested in who is maintaining >> clbuild and if (s)he is still active/alive? > > I'm alive, but I don't have much time to spend on clbuild. > > What that means is that I'm trying to merge patches, but I can only do > so if it's very easy for me. > > "Very easy" for me are patches that are arriving as pull requests, i.e. > > ?1. The patch submitter records the patch using darcs > > ?2. Publishes his repository on any webserver > > ?3. Sends mail to the list, pointing to the repository, requesting > ? ? that patches be pulled and moved over to the main repository > > ?4. The patch must not include changes to the 'dependencies' file, > ? ? because that is being autogenerated in a separate step. > > ? ? (A separate patch to dependencies is fine, I can skip that.) > > ?5. Each patch should be self-contained, i.e. must not change two > ? ? projects at once. > > Anyone following these steps has a good chance that I'll type "darcs > pull" and try those patches. > > Anything else (inline patches, lists of URLs, ...) is unlikely to get my > attention. > > > I know that the webpage doesn't have the full instructions and just says > something like "send a note to the list", but unfortunately that's > outdated. > What about tar-only projects (like lisp-magick (which I recently requested here)). I cannot put anything on your mirror. I just would like to have lisp-magick installable, since it is a dependency of my project. I could ask the maintainer of lisp-magick if he allows me to host lisp-magick in an own repo and send you this. But I actually dont know if thats good. Shouldnt it be better the other way? From david at lichteblau.com Thu Apr 1 07:07:01 2010 From: david at lichteblau.com (David Lichteblau) Date: Thu, 1 Apr 2010 09:07:01 +0200 Subject: [clbuild-devel] Maintainer? In-Reply-To: References: <877hp48hdw.fsf@ma-patru.mathematik.uni-karlsruhe.de> <20100322163013.GB20605@radon> Message-ID: <20100401070700.GA11765@radon> Quoting Christoph Senjak (christoph.senjak at googlemail.com): > What about tar-only projects (like lisp-magick (which I recently > requested here)). I cannot put anything on your mirror. I just would > like to have lisp-magick installable, since it is a dependency of my > project. I could ask the maintainer of lisp-magick if he allows me to > host lisp-magick in an own repo and send you this. But I actually dont > know if thats good. Shouldnt it be better the other way? You can use get_tarball, which does a conversion to darcs on the fly locally. d. From tcr at freebits.de Thu Apr 1 19:40:46 2010 From: tcr at freebits.de (Tobias C. Rittweiler) Date: Thu, 01 Apr 2010 21:40:46 +0200 Subject: [clbuild-devel] clbuild's default slime config Message-ID: <87mxxn2c75.fsf@freebits.de> Hi David, I suggest you should get rid of the (setq slime-use-autodoc-mode nil) line in the default Slime config produced by clbuild. Way back when, I suggested that config for your needs because you do not like arglist display to run automatically in the background, but still wanted the fancy arglist display. In past, (setq slime-use-autodoc-mode nil), but still using the `slime-fancy' (or, actually, the `slime-autodoc' contrib) resulted in the behaviour you like. However, that is not the case anymore. Perhaps you haven't updated your Slime checkout since, and are hence not bitten by it. But many newcomers are. To get your behaviour, you now have to additionally place (setq slime-echo-arglist-function #'(lambda () (eldoc-message (slime-autodoc)))) into your .emacs. I'd suggest to simply get rid of (setq slime-use-autodoc-mode nil) in clbuild's default slime config, and just do the necessary bits in your own .emacs. If you do not want to give up the convenience of having clbuild produce an .emacs perfectly to your taste, I'd suggest to at least add the `slime-echo-arglist-function' customization to the output produced by clbuild so people see the fancy arglist display when they use SPC. Thanks!, -T. From marijnh at gmail.com Mon Apr 19 18:32:51 2010 From: marijnh at gmail.com (Marijn Haverbeke) Date: Mon, 19 Apr 2010 20:32:51 +0200 Subject: [clbuild-devel] The Postmodern library has moved In-Reply-To: References: Message-ID: (Re-sending, after subscribing to the list.) > Hello list, > > I've moved the Postmodern project to another server. The old > repository and tarballs are still in place, but won't be updated > anymore. The new repository (now git, not darcs) is at > http://marijn.haverbeke.nl/git/postmodern. Please update the > projects file. > > Thanks, > Marijn Haverbeke From david at lichteblau.com Mon Apr 19 18:42:41 2010 From: david at lichteblau.com (David Lichteblau) Date: Mon, 19 Apr 2010 20:42:41 +0200 Subject: [clbuild-devel] The Postmodern library has moved In-Reply-To: References: Message-ID: <20100419184241.GA23947@radon> Hi, Quoting Marijn Haverbeke (marijnh at gmail.com): > > I've moved the Postmodern project to another server. The old > > repository and tarballs are still in place, but won't be updated > > anymore. The new repository (now git, not darcs) is at > > http://marijn.haverbeke.nl/git/postmodern. Please update the > > projects file. in my experience, git:// URLs are highly preferable to http://. Will git://github.com/marijnh/Postmodern.git continue to exist as an up-to-date mirror? If so, I'd prefer using that one. d. From marijnh at gmail.com Mon Apr 19 18:45:25 2010 From: marijnh at gmail.com (Marijn Haverbeke) Date: Mon, 19 Apr 2010 20:45:25 +0200 Subject: [clbuild-devel] The Postmodern library has moved In-Reply-To: <20100419184241.GA23947@radon> References: <20100419184241.GA23947@radon> Message-ID: > in my experience, git:// URLs are highly preferable to http://. I did install the new git cgi script, which should make the http url relatively fast, but... > Will ?git://github.com/marijnh/Postmodern.git continue to exist as an up-to-date mirror? Yes, there are hooks in place that keep the two repositories in sync. Best, Marijn From david at lichteblau.com Mon Apr 19 18:58:07 2010 From: david at lichteblau.com (David Lichteblau) Date: Mon, 19 Apr 2010 20:58:07 +0200 Subject: [clbuild-devel] The Postmodern library has moved In-Reply-To: References: <20100419184241.GA23947@radon> Message-ID: <20100419185807.GB23947@radon> Quoting Marijn Haverbeke (marijnh at gmail.com): > > in my experience, git:// URLs are highly preferable to http://. > > I did install the new git cgi script, which should make the http url > relatively fast, but... Oh, in that case http:// is fine, of course. Thanks, change pushed. d. From juanjose.garciaripoll at googlemail.com Mon Apr 26 08:52:39 2010 From: juanjose.garciaripoll at googlemail.com (Juan Jose Garcia-Ripoll) Date: Mon, 26 Apr 2010 10:52:39 +0200 Subject: [clbuild-devel] Broken repository for lift Message-ID: Metabang is switching from darcs to git and in doing so they are moving to github http://common-lisp.net/project/lift/ clbuild --update is thus now broken Juanjo -- Instituto de F?sica Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://tream.dreamhosters.com -------------- next part -------------- An HTML attachment was scrubbed... URL: