changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: exports2

changeset 553: 7bfefad419e9
parent 552: c2c481ebd7ea
child 554: 7845348eced6
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 17 Jul 2024 21:56:18 -0400
files: lisp/lib/skel/pkg.lisp skelfile
description: exports2
     1.1--- a/lisp/lib/skel/pkg.lisp	Wed Jul 17 21:51:36 2024 -0400
     1.2+++ b/lisp/lib/skel/pkg.lisp	Wed Jul 17 21:56:18 2024 -0400
     1.3@@ -47,5 +47,5 @@
     1.4   (:use-reexport :skel/core :skel/comp))
     1.5 
     1.6 (pkg:defpkg :sk-user
     1.7-  (:use :cl :std :std-user :cl-user :log :net :sb-debug :sb-ext :net/proto/dns :cli/tools/sbcl)
     1.8+  (:use :cl :std :std-user :cl-user :log :sb-debug :sb-ext :net/proto/dns :net/fetch :cli/tools/sbcl :pod)
     1.9   (:use :skel :skel/core :skel/comp))
     2.1--- a/skelfile	Wed Jul 17 21:51:36 2024 -0400
     2.2+++ b/skelfile	Wed Jul 17 21:56:18 2024 -0400
     2.3@@ -30,17 +30,17 @@
     2.4                     alien.c -o ../../../.stash/libtree-sitter-alien.so$#)
     2.5  (tree-sitter-alien-install () #$cp .stash/libtree-sitter-alien.so /usr/local/lib/$#)
     2.6  (psl.dat ()
     2.7-          (net/fetch:download "https://publicsuffix.org/list/public_suffix_list.dat" :output ".stash/psl.dat"))
     2.8+          (download "https://publicsuffix.org/list/public_suffix_list.dat" :output ".stash/psl.dat"))
     2.9  (parquet.thrift ()
    2.10-                 (net/fetch:download
    2.11+                 (download
    2.12                   "https://raw.githubusercontent.com/apache/parquet-format/master/src/main/thrift/parquet.thrift"
    2.13                   :output ".stash/parquet.thrift")
    2.14                  #$thrift --gen json -out .stash .stash/parquet.thrift$#)
    2.15  (parquet.json ()
    2.16-               (net/fetch:download "https://packy.compiler.company/data/parquet.json"
    2.17-                                   :output ".stash/parquet.json"))
    2.18- (parquet-test-data () (net/fetch:download "https://packy.compiler.company/data/test/alltypes_plain.parquet"
    2.19-                                           :output ".stash/alltypes_plain.parquet"))
    2.20+               (download "https://packy.compiler.company/data/parquet.json"
    2.21+                         :output ".stash/parquet.json"))
    2.22+ (parquet-test-data () (download "https://packy.compiler.company/data/test/alltypes_plain.parquet"
    2.23+                                 :output ".stash/alltypes_plain.parquet"))
    2.24  ;; lisp
    2.25  (%stash () #$mkdir -pv .stash$#)
    2.26  (rdb (%stash) (with-sbcl (:noinform t :quit t)