Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Repositories

Received: by 10.224.181.83 with SMTP id bx19mr7427588qab.1.1348854616290;
        Fri, 28 Sep 2012 10:50:16 -0700 (PDT)
X-BeenThere: quicklisp@googlegroups.com
Received: by 10.224.180.143 with SMTP id bu15ls7962036qab.4.gmail; Fri, 28 Sep
 2012 10:50:15 -0700 (PDT)
Received: by 10.224.31.20 with SMTP id w20mr7419068qac.2.1348854615736;
        Fri, 28 Sep 2012 10:50:15 -0700 (PDT)
Received: by 10.224.31.20 with SMTP id w20mr7419066qac.2.1348854615725;
        Fri, 28 Sep 2012 10:50:15 -0700 (PDT)
Return-Path: <x...@xach.com>
Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42])
        by gmr-mx.google.com with ESMTPS id t6si2281480qcp.0.2012.09.28.10.50.15
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 28 Sep 2012 10:50:15 -0700 (PDT)
Received-SPF: permerror (google.com: domain of x...@xach.com uses a mechanism not recognized by this client. unknown  mechanisms: )) client-ip=209.85.216.42;
Authentication-Results: gmr-mx.google.com; spf=permerror (google.com: domain of x...@xach.com uses a mechanism not recognized by this client. unknown  mechanisms: )) smtp.mail=x...@xach.com
Received: by mail-qa0-f42.google.com with SMTP id t11so122591qaa.1
        for <quicklisp@googlegroups.com>; Fri, 28 Sep 2012 10:50:15 -0700 (PDT)
        d=google.com; s=20120113;
        h=from:to:cc:subject:references:date:in-reply-to:message-id
         :user-agent:mime-version:content-type:x-gm-message-state;
        bh=kRo6R3A+o3njDu05EDKX9PWrJUwcXLPLCv7ollo1nxM=;
        b=pXUwN+01BP720O7eJqcEnVNWKeTeYb6B9l+8+l0M3ek91vfCqJ0sO9GSGUfCRGg2+u
         ou7tXRPwsyRiFdtHJ0enjk8vFsEPh73nPXc3kH8iq0di7LRCdM9ShfmFhD+5oW+Hx2HW
         v8RdRCUmsE/PyyNyWVeqQ2+vnyDCmdDiWnT22R5wvQrqE9MD7mspy9HahrFv3qswRFUR
         uSfy7o4L86HOodnSE5hMnU6G+cF+iO2P5Oeb5ywj3acg7yh/8uZXnZ45QCEEIQhBMl1b
         oj8ZXPW3wfWrTUTuUO9N8MFV2UYMpQsk2PhKWzKn5BM8/c8oVFgsR0zc05zk58mIqBZH
         7FOQ==
Received: by 10.224.209.8 with SMTP id ge8mr18761067qab.0.1348854615525;
        Fri, 28 Sep 2012 10:50:15 -0700 (PDT)
Return-Path: <x...@xach.com>
Received: from aliengleams.portland.xach.com.xach.com (cpe-67-255-229-229.maine.res.rr.com. [67.255.229.229])
        by mx.google.com with ESMTPS id ck18sm13345196qab.7.2012.09.28.10.50.14
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 28 Sep 2012 10:50:14 -0700 (PDT)
From: Zach Beane <x...@xach.com>
To: Goheeca <gohe...@gmail.com>
Cc: quicklisp@googlegroups.com
Subject: Re: [quicklisp] Repositories
References: <62606029-990f-4fd4-b437-125eb784363f@googlegroups.com>
	<87fw62awfb....@zpobx.site.sys>
	<206a1686-fe18-4d94-ab51-d3064f75ffdb@googlegroups.com>
Date: Fri, 28 Sep 2012 13:50:11 -0400
In-Reply-To: <206a1686-fe18-4d94-ab51-d3064f75ffdb@googlegroups.com>
	(gohe...@gmail.com's message of "Fri, 28 Sep 2012 10:47:34 -0700
	(PDT)")
Message-ID: <87bogqavfw....@zpobx.site.sys>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Gm-Message-State: ALoCoQm61sf2BYSXAknzvsb1Q6sXPqAAXnS4m48rC1NbafnhbRBSIhhEvpA0jbBvxAjx342sL35s

Goheeca <gohe...@gmail.com> writes:

> Actually I mean the dists, but the idea is to have API for adding
> repositories, which work simultaneously, thus it'd need some conflict
> resolver or namespaces.  aside: And I'm just missing the documentation
> how to use it.

The API exists, see ~/quicklisp/quicklisp/dist.lisp. Conflicts are
resolved according to a user-settable "preference" value, which is just
an integer; higher preferences are loaded before lower preferences. The
granularity of preferences can be individual systems, releases, or
entire dists.

The big drawback right now is the lack of docs.

Zach