Re: Quicklisp importer bug in tarball->extract->parse

2019-04-27 Thread Pierre Neidhardt
swedebugia writes: > Hi > > Thanks a lot for taking the time to look at this. > > On 2019-04-11 16:31, Pierre Neidhardt wrote: >> Hi! >> >> I've had time to look at it a little. >> >> If you want to debug, you can, for instance, put a breakpoint in >> guess-requirements-from-source, > > How ex

Re: Quicklisp importer bug in tarball->extract->parse

2019-04-26 Thread swedebugia
Hi Thanks a lot for taking the time to look at this. On 2019-04-11 16:31, Pierre Neidhardt wrote: > Hi! > > I've had time to look at it a little. > > If you want to debug, you can, for instance, put a breakpoint in > guess-requirements-from-source, How exactly do you do this? I looked in the

Re: Quicklisp importer bug in tarball->extract->parse

2019-04-11 Thread Ricardo Wurmus
Pierre Neidhardt writes: > The above will error out if "file-name" is not found. For 1am: > > Queried file-name: > > "1am.asd" > > Tarball actual file: > > "1am-20141106-git/1am.asd" > > I don't think we can predict the root folder, and more generally > projects have different trees. We c

Re: Quicklisp importer bug in tarball->extract->parse

2019-04-11 Thread Pierre Neidhardt
Hi! I've had time to look at it a little. If you want to debug, you can, for instance, put a breakpoint in guess-requirements-from-source, then enter the following in your guile prompt: ,backtrace #:full? #t or shorter ,bt #:full? #t That will print the backtrace will all local variables.

Re: Quicklisp importer bug in tarball->extract->parse

2019-04-03 Thread Pierre Neidhardt
Hi, thanks for your work! I'll look into it Very Soon™. Cheers! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Quicklisp importer bug in tarball->extract->parse

2019-03-29 Thread swedebugia
Hi I continued working on it and have run into a bug with extracting and parsing files in the tarball (like the pypi importer does) This is really putting my lisp skills to the test I feel like i'm in over my head here. 😛 The idea is to - first extract information from quicklisp - done - then ex