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
another system location question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
arvid  
View profile  
 More options May 7 2012, 9:38 am
From: arvid <andy.ar...@gmail.com>
Date: Mon, 7 May 2012 06:38:28 -0700 (PDT)
Local: Mon, May 7 2012 9:38 am
Subject: another system location question

Does quicklisp cache system locations?

I have my local projects directory defined in
~/.config/common-lisp/source-registry.conf

If I start lisp, copy a system to my local projects directory, then
quickload.  It loads the quicklisp version.

If I copy the system to my local projects directory first, then start lisp,
quickload will correctly the local system.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Beane  
View profile  
 More options May 7 2012, 9:41 am
From: Zach Beane <x...@xach.com>
Date: Mon, 07 May 2012 09:41:00 -0400
Subject: Re: [quicklisp] another system location question

arvid <andy.ar...@gmail.com> writes:
> Does quicklisp cache system locations?

> I have my local projects directory defined in ~/.config/common-lisp/
> source-registry.conf

> If I start lisp, copy a system to my local projects directory, then quickload.
>  It loads the quicklisp version.

> If I copy the system to my local projects directory first, then start lisp,
> quickload will correctly the local system.

ASDF scans the source registry at startup and does not scan again unless
prompted, or via a restart.

The ~/quicklisp/local-projects/ facility scans automatically as needed.

ASDF does cache system locations; after it's loaded once, it will
continue to load from the same location even if a new location for the
system is visible through a rescan of the source registry.

Zach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
arvid  
View profile  
 More options May 7 2012, 10:39 am
From: arvid <andy.ar...@gmail.com>
Date: Mon, 7 May 2012 07:39:31 -0700 (PDT)
Local: Mon, May 7 2012 10:39 am
Subject: Re: [quicklisp] another system location question

Yes, you are correct.

I thought it was a quicklisp problem because I loaded with quicklisp first
and it did not work.  Then I loaded with slime's load-system and it did
work.

But I forgot that I had restarted the inferior lisp in between loads.

Thanks for the quick response.

-- andy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »