ndl | 19 May 2013 21:25
Favicon
Gravatar

Exports from ql-minitar package

The ql-minitar package exports tarball-contents but doesn't define it. It defines contents but doesn't export it. Nothing in quicklisp uses either, which I guess is why this wasn't noticed.

- n

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
orsini | 4 May 2013 19:06
Picon
Gravatar

Error in quickload, when I install any package

After installing quicklisp in my Clozure CL 1.8.1 on Mac OS X Mountain Lion, when I try to install anything, the following message appear:


? (ql:quickload "vecto")
To load "vecto":
  Install 5 Quicklisp releases:
    cl-vectors salza2 vecto zpb-ttf zpng
; Fetching #<URL "http://beta.quicklisp.org/archive/salza2/2011-12-03/salza2-2.0.8.tgz">
; 15.15KB
==================================================
15,509 bytes in 0.00 seconds (3979.38KB/sec)
> Error: value #<CODE-NOTE [0] #x3020011A6C9D> is not of the expected type INTEGER.
> While executing: CCL::LOGAND-2, in process Listener(6).

When i ask for the backtrace, I found that LOGAND is called by QL-GUNZIPPER::BIT-STREAM-READ-BITS, after various other GUNZIPPER calls.

Any idea?

Thank you very much.

Renzo Orsini


"Nota automatica aggiunta dal sistema  di posta
Il 5 per mille per sostenere i giovani ricercatori di Ca' Foscari. E' un atto volontario, non costa nulla e non sostituisce l'8 per mille. Scegli Ca' Foscari: codice fiscale 80007720271
Please note that the above message is addressed only to individuals filing Italian income tax returns. -- "

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
djw | 26 Apr 2013 15:39
Favicon

SBCL 1.1.7 okay with Quicklisp?

I recall that last month's SBCL 1.1.6 release had conflicts with some Quicklisp functions. 

Has anyone investigated the soon-to-be-released SBCL 1.1.7 to determine if those conflicts are resolved and no new dramas occur?

_don

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
newdelta7 | 25 Apr 2013 13:43
Picon

Is C-h f (get documentation of any function) posible with a quicklisp library in Emacs?

How can I get the documentation of a quicklisp library by typing C-h f?

C-h f works in emacs with e.g. the "sin" function.

I use the cl-gdata / cl-gdata-20120811-hg quicklisp library.

Yours, Frederik

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Willem Rein Oudshoorn | 13 Apr 2013 12:51
Picon
Picon
Favicon

minitar, extracting it out of quicklisp

Zach,

I have extracted the minitar source from quicklisp, in order
to add a few trivial functions providing support for 
extracting tar files from binary streams. 
(In my case in memory streams.)

I was thinkig of making it into a small system/package.

However I have a few questions:

1 - Are you ok with that?
2 - What would be a good package name, just `minitar' or
    something else.
3 - What would be a good location to host this.  
    (I can do it on my github account, but because it 
    is all your code, I feel a bit funny just putting it up 
    there.)

Let me know what you think.

Kind regards,

Wim Oudshoorn

P.S.: For me this is usefull, because I just slurp a tar file
      in the lisp image and can make with buildapp an executable.
      This executable can untar its resource files at an 'appropriate'
      location.

--

-- 
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe@...
For more options, visit https://groups.google.com/groups/opt_out.

Laurence Kramer | 12 Apr 2013 18:40
Picon

Quickstart install breaking when unable to find :UIOP driver

Installing quicklisp for first time with acl90express on Windows 7, and get a break when trying to find UIOP driver.

Has anyone encountered this problem?  Should I move this question to an asdf group?

Thanks,

Larry
===================

CL-USER(4): (quicklisp-quickstart:install)
; Fetching #<URL "http://beta.quicklisp.org/quickstart/asdf.lisp">
; 194.07KB
==================================================
198,729 bytes in 0.41 seconds (472.19KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/quickstart/quicklisp.tar">
; 210.00KB
==================================================
215,040 bytes in 0.15 seconds (1381.58KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/quickstart/setup.lisp">
; 4.96KB
==================================================
5,078 bytes in 0.00 seconds (1652.99KB/sec);
                                           While
                                           EVALUATING
                                           #'#<Interpreted Function INITIAL-INSTALL>
                                           in
                                           #P"C:\\Users\\lkramer\\quicklisp\\setup.lisp":
Error: Component :UIOP not found, required by #<SYSTEM "asdf/driver">
  [condition type: MISSING-DEPENDENCY]

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Willem Rein Oudshoorn | 7 Apr 2013 18:42
Picon
Picon
Favicon

List of installed systems?

I see that the call (ql:system-list) returns a list of all systems that
quicklisp knows about.  But is there also a way to get a list of all
installed systems?  

The reason I ask, is that I am writing a small program/script 
that given a system tries to find some documentation (by looking for
certain files on disk in the appropriate directory.)

Now I want to automate it a bit further and loop over all packages
and report if it can find the documentation or not.

Now, systems that are not installed are different from installed systems
with no documentation. 

So I wondered if there is a function in quicklisp which can tell me
that.

Kind regards,
Wim Oudshoorn.

--

-- 
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe@...
For more options, visit https://groups.google.com/groups/opt_out.

djw | 3 Apr 2013 17:21
Favicon

Quicklisp, SBCL 1.1.6?

I have noted in the SBCL-devel listserv that there are some incompatibilities between SBCL 1.1.6 and the current Quicklisp.

What plans are there to accommodate SBCL 1.1.6?

I automatically check for updates to Quicklisp when launching any of my lisps in SLIME, so I want to ask if/when will it be safe to install SBCL 1.1.6 if one depends on Quicklisp?

Best,

_don winiecki

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
david.cooper | 11 Mar 2013 05:46

Moving to Quicklisp Gamma Status

Hi,

I am a johnny-come-lately to this newsgroup, so please call me out if
this has already been discussed.

As Quicklisp is now, each monthly snapshot is a done deal --- of
course the QL Project does build testing and precomputes a reasonable
amount of project data before release (which is already a huge step),
but there is no real opportunity for example for Genworks to make sure
our stuff is running properly with the March versions of our
depended-upon libraries, unless we individually pull each one a few
days before the March release, test with it, and hope that no
last-minute changes go in before that month's QL release.

I understand Quicklisp is still "Beta" so this can be understood as
part of the limitation.

But on the path to Gamma status, what about the idea of a monthly
pre-release, a small testing period in which everybody can participate
(especially cl-test-grid), followed by the official release. The testing
period will by definition have to be fixed and pretty much immovable,
dictated by the Quicklisp project, so it may be inconvenient for some
people sometimes (if it conflicts with their vacations or other
business). But that would just be "part of the deal" for whomever
chooses to sign up to have their project hosted by Quicklisp.

Of course this could also provide a big incentive for Projects to get
their runtime tests automated and running with
cl-test-grid. Ultimately if there is a large enough cl-test-grid
established, the Project maintainers could be notified automatically
of runtime test suite failures soon after the monthly pre-release is
out. But first of all, the "dictated prerelease period with hard
deadllines" could be the catalyst to cause a more extensive
cl-test-grid to come into place.

Regards

 Dave Cooper
 Genworks 

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
popolit | 8 Mar 2013 21:51
Picon

Quicklisp and changes to a package

Hi!

My package had recently been added to quicklisp.
And today I posted some further development of it into my repository on github.
What should I do for these changes also become available on quicklisp?
Does it happen automatically and if so, what is the delay time?

Best regards,
Alex

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Liam Healy | 1 Mar 2013 22:04
Picon

Remove FSBV

With CFFI release 0.11.0, cffi-libffi supersedes FSBV.  The master branch of Antik no longer requires FSBV, and GSLL now uses cffi-libffi instead of FSBV.  FSBV is obsolete and should be removed from Quicklisp.


Thank you.

--
You received this message because you are subscribed to the Google Groups "Quicklisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicklisp+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Gmane