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
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
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
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.
Hi,
thanks for your work! I'll look into it Very Soon™.
Cheers!
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
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