PATCH Add new variables to gnu/packages/lisp-xyz.lisp - sbcl-qmynd cl-qmynd ecl-qmynd

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal
S
S
Sharlatan Hellseher wrote on 19 Dec 2020 17:52
(address . guix-patches@gnu.org)
CAO+9K5o30jySR2Y-GXOomxCo5OVf1hDttYTpHO2x1je04EWd7g@mail.gmail.com
Hi Guillaume,

Thank you for tweaking my previous patch for asdf-finalizers, It was
not clear from documentation that `#:asd-files` could control the
sequence of loading the system, good to know!

I've got one more question about ASDF it has `#:weackly-depends-on'
entry which I assume to implement in `(inputs `())` for `qmynd`

:weakly-depends-on (:cl+ssl :chipz :salza2)

* pgloader


- [-] pgloader [25/34] [73%]
1. [X] abnf [100%]
- [X] :packed <2020-12-05 Sat>
- [X] :patch-sent <2020-12-07 Mon>
- [X] :patch-applied-upstream <2020-12-11 Fri>
- [X] :depends-on [2/2]
+ [X] esrap
+ [X] cl-ppcre
2. [X] alexandria
3. [X] cl-base64
4. [X] cl-csv
5. [X] cl-fad
6. [X] cl-log [100%]
- [X] :packed <2020-12-02 Wed>
- [X] :patch-sent <2020-12-02 Wed>
- [X] :patch-applied-upstream <2020-12-05 Sat>
7. [ ] cl-markdown [0%]
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
- [ ] :depends-on [0/0]
8. [ ] cl-mustache [0%]
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
- [ ] :depends-on [0/0]
9. [X] closer-mop
10. [-] cl-postgres [0%] - part of Postmodern
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
- [-] :depends-on [3/4]
- [X] md5
- [X] split-sequence
- [X] cl-base64
- [-] uax-15 [25%]
+ [ ] :packed
+ [ ] :patch-sent
+ [ ] :patch-applied-upstream
+ [X] :depends-on [3/3]
- [X] split-sequence
- [X] cl-ppcre
- [X] uiop - part of ASDF
11. [X] cl-ppcre
12. [X] command-line-arguments [100%]
- [X] :packed <2020-12-12 Sat>
- [X] :patch-sent <2020-12-12 Sat>
- [X] :patch-applied-upstream <2020-12-12 Sat>
13. [ ] db3 [0%] - part of pgloader
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
14. [X] drakma
15. [X] esrap
16. [X] flexi-streams
17. [ ] ixf [0%] - part of pgloader
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
18. [X] local-time
19. [X] lparallel
20. [X] metabang-bind
21. [ ] mssql [0%] - part of pgloader
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
22. [X] postmodern
23. [-] py-configparser [25%]
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
- [X] :depends-on [1/1]
+ [X] parse-number
24. [-] qmynd [80%]
- [X] :packed <2020-12-19 Sat>
- [X] :patch-sent <2020-12-19 Sat>
- [ ] :patch-applied-upstream
- [X] :depends-on [6/6]
- [X] babel
- [X] flexi-streams
- [X] ironclad
- [X] list-of - part of asdf-finalizers
- [X] :packed <2020-12-15 Tue>
- [X] :patch-sent <2020-12-15 Tue>
- [X] :patch-applied-upstream <2020-12-19 Sat>
- [X] :depends-on [1/1]
- [X] asdf-finalizers
- [X] :packed <2020-12-15 Tue>
- [X] :patch-sent <2020-12-15 Tue>
- [X] :patch-applied-upstream <2020-12-19 Sat>
- [X] trivial-gray-streams
- [X] usocket
- [X] :weakly-depends-on [3/3]
- [X] chipz
- [X] cl+ssl
- [X] salza2
25. [X] quri
26. [ ] simple-date [0%] - part of Postmodern
- [ ] :packed
- [ ] :patch-sent
- [ ] :patch-applied-upstream
27. [X] split-sequence
28. [X] sqlite
29. [X] trivial-backtrace
30. [X] uiop
31. [X] usocket
32. [X] uuid
33. [X] yason
34. [X] zs3 [100%]
- [X] :packed <2020-12-03 Thu>
- [X] :patch-sent <2020-12-03 Thu>
- [X] :patch-applied-upstream <2020-12-05 Sat>
- [X] :depends-on [6/6]
+ [X] drakma
+ [X] alexandria
+ [X] cxml
+ [X] ironclad
+ [X] puri
+ [X] cl-base64



--
… ??? ????? - ???????????? ?????????????? ?????? ??????? ????????
????? ????? ????? ? ??? ??????, ??????????? ????? ???????, ??
?????????? ?? ? ????????? ??????? ????? ? ?????????????????.
G
G
Guillaume Le Vaillant wrote on 19 Dec 2020 19:12
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 45324-done@debbugs.gnu.org)
87v9cxzmud.fsf@yamatai
I fixed the 'home-page' field and pushed as
10c06966af07908aa15f79c3be1d6a64d7717d02. Thanks.

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

Toggle quote (5 lines)
> I've got one more question about ASDF it has `#:weackly-depends-on'
> entry which I assume to implement in `(inputs `())` for `qmynd`
>
> :weakly-depends-on (:cl+ssl :chipz :salza2)

Yes, putting them in 'inputs' is a good idea as is activates support for
SSL and compression (according to "src/common/features-detection.lisp").
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCX95Cmg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8hiAD+LnutWe8qFtH0tR8nqJ8mBehFy220S85MxLQ/
y49RpzsA/0hnvQrnqC01bQfB/zOf7fYmztCr/Qf/Nwe4CqgclBQD
=NjGz
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45324@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45324
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch