mbox series

[bug#50922,0/2] (guix import stackage) cleanups

Message ID 20210930205454.1157-1-ludo@gnu.org
Headers show
Series (guix import stackage) cleanups | expand

Message

Ludovic Courtès Sept. 30, 2021, 8:54 p.m. UTC
Hi!

The following changes were prompted by the vision of a ‘list-ref’ call
and that of the whole alist family sitting at the JSON table.

Feedback welcome!

Ludo’.

Ludovic Courtès (2):
  import: stackage: Use 'define-json-mapping'.
  import: stackage: Use the standard diagnostic procedures.

 guix/import/stackage.scm | 96 ++++++++++++++++++++++------------------
 tests/lint.scm           |  6 ++-
 2 files changed, 58 insertions(+), 44 deletions(-)

Comments

Ludovic Courtès Oct. 2, 2021, 3:29 p.m. UTC | #1
Ludovic Courtès <ludo@gnu.org> skribis:

>   import: stackage: Use 'define-json-mapping'.
>   import: stackage: Use the standard diagnostic procedures.

Pushed as b7d8dc5841f9d71c6eac4c2c8faaf7f0b5e7748e!

Ludo’.