changelog shortlog graph tags branches files raw help

Mercurial > org > docs / changeset: bump

changeset 50: dd4873f402d2
parent 49: 1661d499c262
child 51: 8e71b315fca2
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 20 Sep 2024 20:00:07 -0400
files: core/stats.org demo/stats.org infra/stats.org
description: bump
     1.1--- a/core/stats.org	Fri Sep 13 21:21:53 2024 -0400
     1.2+++ b/core/stats.org	Fri Sep 20 20:00:07 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 #+title: stats
     1.5 #+author: Richard Westhaver
     1.6 #+OPTIONS: num:nil
     1.7-#+property: header-args :dir ~/comp/core/ :exports results
     1.8+#+property: header-args :dir ~/comp/core/ :exports results :eval no-export
     1.9 #+location: ~/comp/core
    1.10 #+setupfile: ../../clean.theme
    1.11 #+BEGIN: project-info
    1.12@@ -14,11 +14,11 @@
    1.13 | description | The Compiler Company Core                                               |
    1.14 | skel-id     | 15bc-b763-ec92-1cf5                                                     |
    1.15 | root        | ~/comp/core/                                                            |
    1.16-| vc          | :hg [[https://vc.compiler.company/core][vc.compiler.company/core]] :rev [[https://vc.compiler.company/core/rev/74e563ed4537][74e563ed4537:647]]                      |
    1.17+| vc          | :hg [[https://vc.compiler.company/core][vc.compiler.company/core]] :rev [[https://vc.compiler.company/core/rev/804b5ee20a46][804b5ee20a46:658]]                      |
    1.18 | tags        | (core lisp rust emacs c)                                                |
    1.19-| updated     | Wed Sep 11 21:40:01 2024 -0400                                          |
    1.20+| updated     | Thu Sep 19 23:23:02 2024 -0400                                          |
    1.21 | langs       | (c cheader elisp html javascript json lisp makefile org rust text toml) |
    1.22-| lines       | 95347 :λ 73583 :# 10177 :_ 11587                                        |
    1.23+| lines       | 96063 :λ 73991 :# 10419 :_ 11653                                        |
    1.24 |-------------+-------------------------------------------------------------------------|
    1.25 
    1.26 #+CALL: hg-status() :dir ~/comp/core/
    1.27@@ -28,44 +28,175 @@
    1.28 #+CALL: project-tasks() :dir ~/comp/core/
    1.29 
    1.30 #+RESULTS:
    1.31-| todo | item | tags | scheduled | deadline | effort |
    1.32-|------+------+------+-----------+----------+--------|
    1.33+| todo     | item                                                   | tags                         | scheduled            | deadline             |
    1.34+|----------+--------------------------------------------------------+------------------------------+----------------------+----------------------|
    1.35+| PROJECT  | ffi [0/4]                                              | (lisp ffi)                   |                      |                      |
    1.36+| PROJECT  | rocksdb [6/7]                                          | (lisp ffi rocksdb)           |                      |                      |
    1.37+|          | [[file:/usr/local/include/rocksdb/c.h::/* Write batch */]] | (lisp ffi rocksdb)           |                      |                      |
    1.38+| TODO     | associative-merge implementation                       | (lisp ffi rocksdb)           |                      |                      |
    1.39+| TODO     | concat-merge                                           | (lisp ffi rocksdb)           |                      |                      |
    1.40+| TODO     | index-merge                                            | (lisp ffi rocksdb)           |                      |                      |
    1.41+| TODO     | incf-merge                                             | (lisp ffi rocksdb)           |                      |                      |
    1.42+| TODO     | decf-merge                                             | (lisp ffi rocksdb)           |                      |                      |
    1.43+| TODO     | impl rocksdb/slicetransform callbacks                  | (lisp ffi rocksdb)           |                      | 2024-09-07 Sat 00:00 |
    1.44+| PROJECT  | zstd                                                   | (lisp ffi)                   |                      |                      |
    1.45+| TODO     | zdict                                                  | (lisp ffi)                   |                      |                      |
    1.46+| TODO     | readline                                               | (lisp ffi cli)               |                      |                      |
    1.47+| TBD      | examples [0/6]                                         | (lisp ffi example)           |                      |                      |
    1.48+| TODO     | gstreamer practical example                            | (lisp ffi example gstreamer) |                      |                      |
    1.49+| TODO     | ublk practical example                                 | (lisp ffi example ublk)      |                      |                      |
    1.50+| TODO     | uring read/write file example                          | (lisp ffi example uring)     |                      |                      |
    1.51+| TODO     | btrfs practical example                                | (lisp ffi example btrfs)     |                      |                      |
    1.52+| TODO     | xkb practical example                                  | (lisp ffi example x kb)      |                      |                      |
    1.53+| TODO     | keyutils practical example                             | (lisp ffi example crypto)    |                      |                      |
    1.54+| PROJECT  | cli                                                    |                              |                      |                      |
    1.55+| PROJECT  | cli/clap [1/5]                                         | (lisp cli)                   |                      |                      |
    1.56+| TODO     | conditions implementation                              | (lisp cli)                   |                      |                      |
    1.57+| TODO     | minimal documentation                                  | (lisp cli doc)               |                      |                      |
    1.58+| TODO     | keyword selectors                                      | (lisp cli skel)              |                      |                      |
    1.59+| TEST     | opt/arg parsing                                        | (lisp cli)                   | 2024-08-30 Fri 18:00 |                      |
    1.60+| TODO     | clap fixtures                                          | (lisp cli test)              |                      |                      |
    1.61+| TODO     | [[https://libyear.com/][libyear]]                                                | (lisp skel)                  |                      |                      |
    1.62+| PROJECT  | q [0/4]                                                | (lisp q)                     |                      |                      |
    1.63+| TODO     | SQL                                                    | (lisp q)                     |                      |                      |
    1.64+| TODO     | DQL                                                    | (lisp q)                     |                      |                      |
    1.65+| TODO     | top-level macros                                       | (lisp q)                     |                      |                      |
    1.66+| TODO     | conditions                                             | (lisp q)                     |                      |                      |
    1.67+| TODO     | basic predicates                                       | (lisp q)                     |                      |                      |
    1.68+| TODO     | compiler design                                        | (lisp q)                     |                      |                      |
    1.69+| TODO     | runtime design                                         | (lisp q)                     |                      |                      |
    1.70+| TODO     | q/tests/fuzz [0/2]                                     | (lisp q)                     |                      |                      |
    1.71+| TODO     | sql-fuzzer                                             | (lisp q)                     |                      |                      |
    1.72+| TODO     | dql-fuzzer                                             | (lisp q)                     |                      |                      |
    1.73+| TODO     | #? reader macro                                        | (lisp q)                     |                      |                      |
    1.74+| RESEARCH | OCI projects [0/4]                                     | (pod packy skel)             |                      |                      |
    1.75+| RESEARCH | [[https://oras.land/][oras]]                                                   | (pod packy skel)             |                      |                      |
    1.76+| RESEARCH | skopeo                                                 | (pod packy skel)             |                      |                      |
    1.77+| RESEARCH | zot                                                    | (pod packy skel)             |                      |                      |
    1.78+| RESEARCH | [[https://www.sigstore.dev/][sigstore]]                                               | (pod packy skel)             |                      |                      |
    1.79+| TODO     | parse [0/2]                                            | (lisp lib)                   |                      |                      |
    1.80+| TODO     | tests                                                  | (lisp lib)                   |                      |                      |
    1.81+| TODO     | toml impl                                              | (lisp lib)                   |                      |                      |
    1.82+| PROJECT  | organ [0/2]                                            | (lisp organ)                 |                      |                      |
    1.83+| TBD      | organ-export                                           | (lisp organ)                 |                      |                      |
    1.84+| TODO     | org-parse                                              | (lisp organ)                 |                      |                      |
    1.85+| TBD      | parse org-elements as sxp                              | (lisp organ sxp)             |                      |                      |
    1.86+| PROJECT  | rdb [0/6]                                              | (lisp rdb)                   |                      |                      |
    1.87+| TODO     | error handling                                         | (lisp rdb)                   |                      |                      |
    1.88+| TODO     | client api                                             | (lisp rdb)                   |                      |                      |
    1.89+| TODO     | sequence/iterator impl                                 | (lisp rdb)                   |                      |                      |
    1.90+| TODO     | comparator impl                                        | (lisp rdb)                   |                      |                      |
    1.91+| TODO     | type system                                            | (lisp rdb)                   |                      |                      |
    1.92+| TODO     | set-opt/get-opt                                        | (lisp rdb)                   |                      |                      |
    1.93+| PROJECT  | vc [2/3]                                               | (lisp vc)                    |                      |                      |
    1.94+| TODO     | vc-mirrors-update replacement                          | (lisp vc)                    |                      |                      |
    1.95+| PROJECT  | dat                                                    | (lisp dat)                   |                      |                      |
    1.96+| WIP      | dat/parquet                                            | (dat lisp)                   |                      |                      |
    1.97+| TODO     | dat/csv column selectors                               | (lisp dat)                   |                      |                      |
    1.98+| TODO     | sxp 0.2                                                | (dat lisp sxp)               |                      |                      |
    1.99+| TODO     | WRAP-OBJECT                                            | (dat lisp sxp skel)          |                      |                      |
   1.100+| TODO     | sxp standard methods                                   | (dat lisp sxp skel)          |                      |                      |
   1.101+| PROJECT  | syn                                                    | (lisp syn)                   |                      |                      |
   1.102+| PROJECT  | skel [1/4]                                             | (lisp skel)                  |                      |                      |
   1.103+| TODO     | split out skel rules                                   | (lisp skel)                  |                      |                      |
   1.104+| TODO     | implement task-pool                                    | (lisp skel thread)           |                      |                      |
   1.105+| NEXT     | implement vm                                           | (lisp skel)                  | 2024-09-02 Mon 14:00 | 2024-09-02 Mon 00:00 |
   1.106+| PROJECT  | std [2/10]                                             | (lisp std)                   |                      |                      |
   1.107+| TODO     | cleanup fu                                             | (lisp std)                   |                      |                      |
   1.108+| TODO     | documentation sweep                                    | (lisp std)                   |                      |                      |
   1.109+| TODO     | CLTL2 impl                                             | (lisp std)                   |                      |                      |
   1.110+| TODO     | more bits                                              | (lisp std)                   |                      |                      |
   1.111+| TODO     | std/tests refactor                                     | (lisp std)                   |                      |                      |
   1.112+| TODO     | tasks                                                  | (lisp std)                   |                      |                      |
   1.113+| HACK     | defsys                                                 | (lisp std)                   |                      |                      |
   1.114+| TODO     | more sb-alien utils                                    | (lisp std ffi)               |                      |                      |
   1.115+| PROJECT  | obj [2/5]                                              | (lisp obj)                   |                      |                      |
   1.116+| NOPE     | uri                                                    | (lisp obj net)               |                      |                      |
   1.117+| WIP      | complete base obj/query package [2/3]                  | (lisp obj q db)              |                      |                      |
   1.118+| TODO     | Basic Testing                                          | (lisp obj q db)              |                      |                      |
   1.119+| TODO     | explain impl                                           | (lisp obj doc)               |                      |                      |
   1.120+| TODO     | explore impl                                           | (lisp obj doc)               |                      |                      |
   1.121+| PROJECT  | net [5/8]                                              | (lisp net)                   |                      |                      |
   1.122+| TODO     | fixtures                                               | (lisp net rt)                |                      |                      |
   1.123+| TODO     | tcp                                                    | (lisp net)                   |                      |                      |
   1.124+| TODO     | udp                                                    | (lisp net)                   |                      |                      |
   1.125+| WIP      | net/srv                                                | (net lisp)                   |                      |                      |
   1.126+| RESEARCH | Woo/+                                                  | (net lisp)                   |                      |                      |
   1.127+| PROJECT  | pwn [0/2]                                              | (lisp pwn)                   |                      |                      |
   1.128+| TODO     | diz                                                    | (lisp pwn asm)               |                      |                      |
   1.129+| TODO     | sassy                                                  | (lisp pwn net)               |                      |                      |
   1.130+| PROJECT  | gui [0/2]                                              | (lisp gui)                   |                      |                      |
   1.131+| TODO     | wayland protocol bindings                              | (lisp gui)                   |                      |                      |
   1.132+| TBD      | wayland compositor                                     | (gui rust lisp)              |                      |                      |
   1.133+| PROJECT  | rt [1/4]                                               | (lisp rt test)               |                      |                      |
   1.134+| TODO     | redirect I/O in tests                                  | (lisp rt test)               |                      |                      |
   1.135+| TODO     | *test-on-def*                                          | (lisp rt test)               |                      |                      |
   1.136+| TODO     | fixture api                                            | (lisp rt test)               |                      |                      |
   1.137+| PROJECT  | emacs [2/9]                                            | (emacs)                      |                      |                      |
   1.138+| WIP      | comp/org capture templates                             | (emacs)                      |                      |                      |
   1.139+| TODO     | comp/org agenda views, export, dblock                  | (emacs)                      |                      |                      |
   1.140+| WIP      | org graph edges                                        | (emacs)                      | 2024-09-14 Sat 00:00 |                      |
   1.141+| TODO     | agenda views                                           | (emacs)                      |                      |                      |
   1.142+| FIXME    | compiler warnings                                      | (emacs)                      |                      |                      |
   1.143+| TODO     | remove makefile                                        | (emacs)                      |                      |                      |
   1.144+| OUTLINE  | graph                                                  | (emacs org)                  |                      |                      |
   1.145+| TODO     | org-timeline upgrades [0/3]                            | (emacs org)                  |                      |                      |
   1.146+| TODO     | timeline selection update on pointer hover             | (emacs org)                  |                      |                      |
   1.147+| TODO     | org-agenda-follow impl                                 | (emacs org)                  |                      |                      |
   1.148+| TODO     | align org-timeline properties with ulang               | (emacs org ulang)            |                      |                      |
   1.149+| TODO     | sk.el project integration                              | (emacs skel)                 |                      |                      |
   1.150+| PROJECT  | io [0/1]                                               | (io)                         |                      |                      |
   1.151+| PROJECT  | flate [0/0]                                            | (io)                         |                      |                      |
   1.152+| TBD      | homer [1/2]                                            | (lisp homer)                 |                      |                      |
   1.153+| TODO     | consolidate with skel                                  | (lisp homer skel)            |                      |                      |
   1.154+| PROJECT  | bench                                                  | (test bench)                 |                      |                      |
   1.155+| RESEARCH | eBPF                                                   | (net)                        |                      |                      |
   1.156+| RESEARCH | batman-adv                                             | (net)                        |                      |                      |
   1.157 
   1.158 #+CALL: hg-churn() :dir ~/comp/core/
   1.159 
   1.160 #+RESULTS:
   1.161-: 'churn' is provided by the following extension:
   1.162-: 
   1.163-:     churn         command to display statistics about repository history
   1.164-: 
   1.165-: (use 'hg help extensions' for information on enabling extensions)
   1.166+#+begin_example
   1.167+2023-10  36394 ************************************
   1.168+2023-11  12777 ************
   1.169+2023-12  61624 *************************************************************
   1.170+2024-01   4923 ****
   1.171+2024-02   5701 *****
   1.172+2024-03  27292 ***************************
   1.173+2024-04  23322 ***********************
   1.174+2024-05  24141 ***********************
   1.175+2024-06  17608 *****************
   1.176+2024-07   9757 *********
   1.177+2024-08  16177 ****************
   1.178+2024-09   6828 ******
   1.179+#+end_example
   1.180 
   1.181 #+CALL: project-files() :dir ~/comp/core/
   1.182 
   1.183 #+RESULTS:
   1.184 | file                                               | size | modified            |
   1.185 |----------------------------------------------------+------+---------------------|
   1.186-| [[https://vc.compiler.company/core/file/tip/.dir-locals.el][.dir-locals.el]]                                     | 396  | 2024-06-22 22:16:05 |
   1.187+| [[https://vc.compiler.company/core/file/tip/.dir-locals.el][.dir-locals.el]]                                     | 396  | 2024-09-16 22:12:23 |
   1.188 | [[https://vc.compiler.company/core/file/tip/.hgignore][.hgignore]]                                          | 180  | 2024-06-08 01:12:05 |
   1.189 | [[https://vc.compiler.company/core/file/tip/emacs.sk][emacs.sk]]                                           | 100  | 2024-07-26 21:46:33 |
   1.190-| [[https://vc.compiler.company/core/file/tip/emacs/default.el][emacs/default.el]]                                   | 43k  | 2024-09-10 20:11:07 |
   1.191+| [[https://vc.compiler.company/core/file/tip/emacs/default.el][emacs/default.el]]                                   | 43k  | 2024-09-14 18:58:46 |
   1.192 | [[https://vc.compiler.company/core/file/tip/emacs/early-init.el][emacs/early-init.el]]                                | 1.5k | 2024-09-01 21:38:22 |
   1.193 | [[https://vc.compiler.company/core/file/tip/emacs/init.el][emacs/init.el]]                                      | 1.6k | 2024-09-02 16:57:24 |
   1.194 | [[https://vc.compiler.company/core/file/tip/emacs/keys.el][emacs/keys.el]]                                      | 4.2k | 2024-09-02 16:49:22 |
   1.195 | [[https://vc.compiler.company/core/file/tip/emacs/lib/c2.el][emacs/lib/c2.el]]                                    | 8.1k | 2024-08-24 22:43:57 |
   1.196 | [[https://vc.compiler.company/core/file/tip/emacs/lib/corfu-terminal.el][emacs/lib/corfu-terminal.el]]                        | 8.6k | 2024-09-01 20:59:45 |
   1.197 | [[https://vc.compiler.company/core/file/tip/emacs/lib/exec-path-from-shell.el][emacs/lib/exec-path-from-shell.el]]                  | 11k  | 2023-11-29 18:22:55 |
   1.198-| [[https://vc.compiler.company/core/file/tip/emacs/lib/graph.el][emacs/lib/graph.el]]                                 | 3.2k | 2024-09-06 18:12:04 |
   1.199-| [[https://vc.compiler.company/core/file/tip/emacs/lib/inbox.el][emacs/lib/inbox.el]]                                 | 8.2k | 2024-09-08 20:42:38 |
   1.200+| [[https://vc.compiler.company/core/file/tip/emacs/lib/graph.el][emacs/lib/graph.el]]                                 | 21k  | 2024-09-17 22:19:03 |
   1.201+| [[https://vc.compiler.company/core/file/tip/emacs/lib/inbox.el][emacs/lib/inbox.el]]                                 | 8k   | 2024-09-14 16:41:01 |
   1.202 | [[https://vc.compiler.company/core/file/tip/emacs/lib/org-expiry.el][emacs/lib/org-expiry.el]]                            | 13k  | 2024-08-17 22:18:31 |
   1.203 | [[https://vc.compiler.company/core/file/tip/emacs/lib/publish.el][emacs/lib/publish.el]]                               | 8.8k | 2024-09-06 17:23:17 |
   1.204-| [[https://vc.compiler.company/core/file/tip/emacs/lib/scrum.el][emacs/lib/scrum.el]]                                 | 6.7k | 2024-09-08 21:14:05 |
   1.205+| [[https://vc.compiler.company/core/file/tip/emacs/lib/scrum.el][emacs/lib/scrum.el]]                                 | 7k   | 2024-09-13 23:44:34 |
   1.206 | [[https://vc.compiler.company/core/file/tip/emacs/lib/sk.el][emacs/lib/sk.el]]                                    | 4.7k | 2024-08-11 09:55:02 |
   1.207 | [[https://vc.compiler.company/core/file/tip/emacs/lib/skt.el][emacs/lib/skt.el]]                                   | 16k  | 2024-08-11 09:54:31 |
   1.208-| [[https://vc.compiler.company/core/file/tip/emacs/lib/slime-cape.el][emacs/lib/slime-cape.el]]                            | 928  | 2024-08-27 19:30:47 |
   1.209+| [[https://vc.compiler.company/core/file/tip/emacs/lib/slime-cape.el][emacs/lib/slime-cape.el]]                            | 1.1k | 2024-09-12 16:40:18 |
   1.210 | [[https://vc.compiler.company/core/file/tip/emacs/lib/slime-company.el][emacs/lib/slime-company.el]]                         | 15k  | 2024-08-27 19:30:36 |
   1.211 | [[https://vc.compiler.company/core/file/tip/emacs/lib/sxp.el][emacs/lib/sxp.el]]                                   | 2.6k | 2024-08-11 09:54:42 |
   1.212-| [[https://vc.compiler.company/core/file/tip/emacs/lib/ulang.el][emacs/lib/ulang.el]]                                 | 7.7k | 2024-09-08 18:00:58 |
   1.213+| [[https://vc.compiler.company/core/file/tip/emacs/lib/ulang.el][emacs/lib/ulang.el]]                                 | 7.8k | 2024-09-13 23:43:03 |
   1.214 | [[https://vc.compiler.company/core/file/tip/emacs/lib/uml-mode.el][emacs/lib/uml-mode.el]]                              | 22k  | 2024-08-17 19:00:24 |
   1.215 | [[https://vc.compiler.company/core/file/tip/emacs/makefile][emacs/makefile]]                                     | 161  | 2024-01-27 22:16:52 |
   1.216 | [[https://vc.compiler.company/core/file/tip/emacs/util.el][emacs/util.el]]                                      | 5.4k | 2024-08-14 22:23:05 |
   1.217@@ -73,14 +204,15 @@
   1.218 | [[https://vc.compiler.company/core/file/tip/lisp/bench/json.lisp][lisp/bench/json.lisp]]                               | 251  | 2024-08-28 22:07:53 |
   1.219 | [[https://vc.compiler.company/core/file/tip/lisp/bench/pkg.lisp][lisp/bench/pkg.lisp]]                                | 384  | 2024-07-05 12:09:11 |
   1.220 | [[https://vc.compiler.company/core/file/tip/lisp/bench/tpc-h.lisp][lisp/bench/tpc-h.lisp]]                              | 8.3k | 2024-07-05 22:11:21 |
   1.221-| [[https://vc.compiler.company/core/file/tip/lisp/bin/bin.asd][lisp/bin/bin.asd]]                                   | 1.7k | 2024-05-13 19:30:21 |
   1.222-| [[https://vc.compiler.company/core/file/tip/lisp/bin/homer.lisp][lisp/bin/homer.lisp]]                                | 7.5k | 2024-08-10 00:25:17 |
   1.223-| [[https://vc.compiler.company/core/file/tip/lisp/bin/organ.lisp][lisp/bin/organ.lisp]]                                | 1.9k | 2024-09-11 18:58:49 |
   1.224-| [[https://vc.compiler.company/core/file/tip/lisp/bin/packy.lisp][lisp/bin/packy.lisp]]                                | 1.1k | 2024-08-09 23:04:14 |
   1.225-| [[https://vc.compiler.company/core/file/tip/lisp/bin/rdb.lisp][lisp/bin/rdb.lisp]]                                  | 3.3k | 2024-08-25 21:01:45 |
   1.226-| [[https://vc.compiler.company/core/file/tip/lisp/bin/skel.lisp][lisp/bin/skel.lisp]]                                 | 12k  | 2024-09-11 19:02:36 |
   1.227+| [[https://vc.compiler.company/core/file/tip/lisp/bin/bin.asd][lisp/bin/bin.asd]]                                   | 1.3k | 2024-09-14 17:55:32 |
   1.228+| [[https://vc.compiler.company/core/file/tip/lisp/bin/core.lisp][lisp/bin/core.lisp]]                                 | 432  | 2024-09-14 21:50:27 |
   1.229+| [[https://vc.compiler.company/core/file/tip/lisp/bin/homer.lisp][lisp/bin/homer.lisp]]                                | 7.6k | 2024-09-14 18:23:13 |
   1.230+| [[https://vc.compiler.company/core/file/tip/lisp/bin/organ.lisp][lisp/bin/organ.lisp]]                                | 1.9k | 2024-09-14 18:23:25 |
   1.231+| [[https://vc.compiler.company/core/file/tip/lisp/bin/packy.lisp][lisp/bin/packy.lisp]]                                | 1.1k | 2024-09-16 19:23:19 |
   1.232+| [[https://vc.compiler.company/core/file/tip/lisp/bin/rdb.lisp][lisp/bin/rdb.lisp]]                                  | 3.3k | 2024-09-14 18:24:28 |
   1.233+| [[https://vc.compiler.company/core/file/tip/lisp/bin/skel.lisp][lisp/bin/skel.lisp]]                                 | 12k  | 2024-09-16 21:01:58 |
   1.234 | [[https://vc.compiler.company/core/file/tip/lisp/core.asd][lisp/core.asd]]                                      | 1.7k | 2024-07-05 14:36:41 |
   1.235-| [[https://vc.compiler.company/core/file/tip/lisp/core.lisp][lisp/core.lisp]]                                     | 180  | 2024-08-23 18:45:39 |
   1.236+| [[https://vc.compiler.company/core/file/tip/lisp/core.lisp][lisp/core.lisp]]                                     | 180  | 2024-09-12 16:17:30 |
   1.237 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/alsa/alsa.asd][lisp/ffi/alsa/alsa.asd]]                             | 734  | 2024-03-23 19:22:25 |
   1.238 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/alsa/constants.lisp][lisp/ffi/alsa/constants.lisp]]                       | 28   | 2023-12-03 22:13:24 |
   1.239 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/alsa/pkg.lisp][lisp/ffi/alsa/pkg.lisp]]                             | 1.5k | 2024-06-05 21:46:27 |
   1.240@@ -122,9 +254,9 @@
   1.241 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/keyutils/keyutils.asd][lisp/ffi/keyutils/keyutils.asd]]                     | 734  | 2024-07-03 19:03:37 |
   1.242 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/keyutils/pkg.lisp][lisp/ffi/keyutils/pkg.lisp]]                         | 1.5k | 2024-07-03 19:23:25 |
   1.243 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/keyutils/tests.lisp][lisp/ffi/keyutils/tests.lisp]]                       | 884  | 2024-07-03 19:29:13 |
   1.244-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/pkg.lisp][lisp/ffi/readline/pkg.lisp]]                         | 3.6k | 2024-05-28 20:31:05 |
   1.245+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/pkg.lisp][lisp/ffi/readline/pkg.lisp]]                         | 277  | 2024-09-19 22:30:18 |
   1.246 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/readline.asd][lisp/ffi/readline/readline.asd]]                     | 687  | 2024-08-10 22:30:34 |
   1.247-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/readline.lisp][lisp/ffi/readline/readline.lisp]]                    | 145  | 2024-05-28 20:56:22 |
   1.248+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/readline.lisp][lisp/ffi/readline/readline.lisp]]                    | 12k  | 2024-09-19 23:19:35 |
   1.249 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/readline/tests.lisp][lisp/ffi/readline/tests.lisp]]                       | 292  | 2024-07-26 18:21:22 |
   1.250 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/rocksdb/checkpoint.lisp][lisp/ffi/rocksdb/checkpoint.lisp]]                   | 1.9k | 2024-08-25 20:10:38 |
   1.251 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/rocksdb/compaction.lisp][lisp/ffi/rocksdb/compaction.lisp]]                   | 3.9k | 2024-08-19 16:32:04 |
   1.252@@ -190,12 +322,12 @@
   1.253 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/xkb/pkg.lisp][lisp/ffi/xkb/pkg.lisp]]                              | 6.4k | 2024-06-05 21:47:47 |
   1.254 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/xkb/tests.lisp][lisp/ffi/xkb/tests.lisp]]                            | 192  | 2023-12-30 20:48:36 |
   1.255 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/xkb/xkb.asd][lisp/ffi/xkb/xkb.asd]]                               | 567  | 2024-05-09 22:52:00 |
   1.256-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/constants.lisp][lisp/ffi/zstd/constants.lisp]]                       | 1.3k | 2024-06-22 19:43:22 |
   1.257-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/dict.lisp][lisp/ffi/zstd/dict.lisp]]                            | 2.9k | 2024-06-22 19:42:21 |
   1.258-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/pkg.lisp][lisp/ffi/zstd/pkg.lisp]]                             | 9.8k | 2024-07-04 16:37:29 |
   1.259+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/constants.lisp][lisp/ffi/zstd/constants.lisp]]                       | 1.6k | 2024-09-19 21:13:09 |
   1.260+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/dict.lisp][lisp/ffi/zstd/dict.lisp]]                            | 12k  | 2024-09-19 21:41:15 |
   1.261+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/pkg.lisp][lisp/ffi/zstd/pkg.lisp]]                             | 10k  | 2024-09-18 21:28:46 |
   1.262 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/simple.lisp][lisp/ffi/zstd/simple.lisp]]                          | 1.6k | 2024-07-04 16:40:58 |
   1.263-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/stream.lisp][lisp/ffi/zstd/stream.lisp]]                          | 2.9k | 2024-07-04 16:37:53 |
   1.264-| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/tests.lisp][lisp/ffi/zstd/tests.lisp]]                           | 2.5k | 2024-07-04 16:21:01 |
   1.265+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/stream.lisp][lisp/ffi/zstd/stream.lisp]]                          | 5.2k | 2024-09-18 21:28:40 |
   1.266+| [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/tests.lisp][lisp/ffi/zstd/tests.lisp]]                           | 5.1k | 2024-09-19 21:44:05 |
   1.267 | [[https://vc.compiler.company/core/file/tip/lisp/ffi/zstd/zstd.asd][lisp/ffi/zstd/zstd.asd]]                             | 682  | 2024-06-11 22:44:06 |
   1.268 | [[https://vc.compiler.company/core/file/tip/lisp/lib/aud/aud.asd][lisp/lib/aud/aud.asd]]                               | 396  | 2024-06-24 11:51:15 |
   1.269 | [[https://vc.compiler.company/core/file/tip/lisp/lib/aud/mpd.lisp][lisp/lib/aud/mpd.lisp]]                              | 19k  | 2024-06-24 08:57:44 |
   1.270@@ -210,32 +342,33 @@
   1.271 | [[https://vc.compiler.company/core/file/tip/lisp/lib/box/tests.lisp][lisp/lib/box/tests.lisp]]                            | 291  | 2024-05-31 19:02:42 |
   1.272 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/ansi.lisp][lisp/lib/cli/ansi.lisp]]                             | 20k  | 2024-03-17 22:15:53 |
   1.273 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/ast.lisp][lisp/lib/cli/clap/ast.lisp]]                         | 928  | 2024-07-26 22:25:05 |
   1.274-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/cli.lisp][lisp/lib/cli/clap/cli.lisp]]                         | 4.7k | 2024-09-11 18:58:23 |
   1.275-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/cmd.lisp][lisp/lib/cli/clap/cmd.lisp]]                         | 9.8k | 2024-09-11 18:37:13 |
   1.276-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/macs.lisp][lisp/lib/cli/clap/macs.lisp]]                        | 2.8k | 2024-09-11 16:43:53 |
   1.277-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/opt.lisp][lisp/lib/cli/clap/opt.lisp]]                         | 3.4k | 2024-09-10 21:23:40 |
   1.278-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/pkg.lisp][lisp/lib/cli/clap/pkg.lisp]]                         | 2.3k | 2024-09-11 18:07:33 |
   1.279-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/proto.lisp][lisp/lib/cli/clap/proto.lisp]]                       | 2.4k | 2024-09-11 18:07:54 |
   1.280+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/cli.lisp][lisp/lib/cli/clap/cli.lisp]]                         | 4.5k | 2024-09-16 21:16:54 |
   1.281+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/cmd.lisp][lisp/lib/cli/clap/cmd.lisp]]                         | 10k  | 2024-09-16 21:25:16 |
   1.282+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/macs.lisp][lisp/lib/cli/clap/macs.lisp]]                        | 2.8k | 2024-09-16 20:29:43 |
   1.283+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/opt.lisp][lisp/lib/cli/clap/opt.lisp]]                         | 3.6k | 2024-09-16 21:15:14 |
   1.284+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/pkg.lisp][lisp/lib/cli/clap/pkg.lisp]]                         | 2.4k | 2024-09-16 21:27:49 |
   1.285+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/proto.lisp][lisp/lib/cli/clap/proto.lisp]]                       | 2.7k | 2024-09-16 21:23:46 |
   1.286 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/simple.lisp][lisp/lib/cli/clap/simple.lisp]]                      | 1.5k | 2024-06-07 16:01:15 |
   1.287-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/util.lisp][lisp/lib/cli/clap/util.lisp]]                        | 1.4k | 2024-09-11 16:36:44 |
   1.288+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/util.lisp][lisp/lib/cli/clap/util.lisp]]                        | 1.5k | 2024-09-15 16:43:31 |
   1.289 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/clap/vars.lisp][lisp/lib/cli/clap/vars.lisp]]                        | 1.5k | 2024-08-04 21:31:28 |
   1.290-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/cli.asd][lisp/lib/cli/cli.asd]]                               | 1.8k | 2024-08-12 21:08:19 |
   1.291-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/cli.lisp][lisp/lib/cli/cli.lisp]]                              | 284  | 2024-06-07 17:37:07 |
   1.292+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/cli.asd][lisp/lib/cli/cli.asd]]                               | 1.8k | 2024-09-12 13:46:31 |
   1.293+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/cli.lisp][lisp/lib/cli/cli.lisp]]                              | 295  | 2024-09-12 13:45:04 |
   1.294 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/ed.lisp][lisp/lib/cli/ed.lisp]]                               | 896  | 2024-06-07 17:22:42 |
   1.295 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/env.lisp][lisp/lib/cli/env.lisp]]                              | 2k   | 2024-07-01 11:55:51 |
   1.296-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/pkg.lisp][lisp/lib/cli/pkg.lisp]]                              | 2.5k | 2024-08-11 00:36:41 |
   1.297+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/multi.lisp][lisp/lib/cli/multi.lisp]]                            | 1.9k | 2024-09-14 20:46:25 |
   1.298+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/pkg.lisp][lisp/lib/cli/pkg.lisp]]                              | 2.6k | 2024-09-12 18:14:10 |
   1.299 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/progress.lisp][lisp/lib/cli/progress.lisp]]                         | 7.4k | 2024-08-10 23:57:25 |
   1.300 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/prompt.lisp][lisp/lib/cli/prompt.lisp]]                           | 2.8k | 2024-06-03 22:18:36 |
   1.301 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/repl.lisp][lisp/lib/cli/repl.lisp]]                             | 1.1k | 2024-06-03 20:19:50 |
   1.302 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/repl/top-level.lisp][lisp/lib/cli/repl/top-level.lisp]]                   | 1.3k | 2024-06-06 14:18:20 |
   1.303 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/shell.lisp][lisp/lib/cli/shell.lisp]]                            | 4.5k | 2024-09-11 13:02:23 |
   1.304 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/spark.lisp][lisp/lib/cli/spark.lisp]]                            | 17k  | 2024-02-17 20:21:29 |
   1.305-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tests.lisp][lisp/lib/cli/tests.lisp]]                            | 23k  | 2024-09-11 18:59:24 |
   1.306+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tests.lisp][lisp/lib/cli/tests.lisp]]                            | 23k  | 2024-09-14 23:03:49 |
   1.307 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/cargo.lisp][lisp/lib/cli/tools/cargo.lisp]]                      | 662  | 2024-08-12 21:46:18 |
   1.308 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/cc.lisp][lisp/lib/cli/tools/cc.lisp]]                         | 1.2k | 2024-08-12 21:46:51 |
   1.309 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/pacman.lisp][lisp/lib/cli/tools/pacman.lisp]]                     | 770  | 2024-08-12 21:16:32 |
   1.310 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/pkg.lisp][lisp/lib/cli/tools/pkg.lisp]]                        | 1.5k | 2024-08-12 21:46:55 |
   1.311-| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/sbcl.lisp][lisp/lib/cli/tools/sbcl.lisp]]                       | 1.7k | 2024-07-08 18:32:51 |
   1.312+| [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/sbcl.lisp][lisp/lib/cli/tools/sbcl.lisp]]                       | 1.8k | 2024-09-14 21:32:50 |
   1.313 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/systemd.lisp][lisp/lib/cli/tools/systemd.lisp]]                    | 704  | 2024-08-12 21:44:47 |
   1.314 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/term.lisp][lisp/lib/cli/tools/term.lisp]]                       | 1.1k | 2024-07-01 12:32:12 |
   1.315 | [[https://vc.compiler.company/core/file/tip/lisp/lib/cli/tools/tmux.lisp][lisp/lib/cli/tools/tmux.lisp]]                       | 16k  | 2024-08-12 22:30:46 |
   1.316@@ -311,7 +444,7 @@
   1.317 | [[https://vc.compiler.company/core/file/tip/lisp/lib/gui/wm/wl/shell.lisp][lisp/lib/gui/wm/wl/shell.lisp]]                      | 139  | 2024-03-02 19:33:50 |
   1.318 | [[https://vc.compiler.company/core/file/tip/lisp/lib/gui/wm/x11/pkg.lisp][lisp/lib/gui/wm/x11/pkg.lisp]]                       | 139  | 2024-03-02 19:43:27 |
   1.319 | [[https://vc.compiler.company/core/file/tip/lisp/lib/gui/wm/x11/stumpwm.lisp][lisp/lib/gui/wm/x11/stumpwm.lisp]]                   | 1.4k | 2024-03-02 18:47:22 |
   1.320-| [[https://vc.compiler.company/core/file/tip/lisp/lib/io/flate.lisp][lisp/lib/io/flate.lisp]]                             | 3.1k | 2024-06-22 20:09:07 |
   1.321+| [[https://vc.compiler.company/core/file/tip/lisp/lib/io/flate.lisp][lisp/lib/io/flate.lisp]]                             | 3.1k | 2024-09-19 21:53:32 |
   1.322 | [[https://vc.compiler.company/core/file/tip/lisp/lib/io/io.asd][lisp/lib/io/io.asd]]                                 | 725  | 2024-07-05 21:48:42 |
   1.323 | [[https://vc.compiler.company/core/file/tip/lisp/lib/io/pkg.lisp][lisp/lib/io/pkg.lisp]]                               | 1.6k | 2024-07-28 20:44:40 |
   1.324 | [[https://vc.compiler.company/core/file/tip/lisp/lib/io/port.lisp][lisp/lib/io/port.lisp]]                              | 272  | 2024-06-08 21:21:48 |
   1.325@@ -374,7 +507,7 @@
   1.326 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/db.lisp][lisp/lib/obj/db.lisp]]                               | 4k   | 2024-08-25 16:49:05 |
   1.327 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/direction.lisp][lisp/lib/obj/direction.lisp]]                        | 460  | 2024-06-10 17:44:55 |
   1.328 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/equiv.lisp][lisp/lib/obj/equiv.lisp]]                            | 2.2k | 2024-05-29 21:20:01 |
   1.329-| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/graph/pkg.lisp][lisp/lib/obj/graph/pkg.lisp]]                        | 16k  | 2024-06-20 14:43:44 |
   1.330+| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/graph/pkg.lisp][lisp/lib/obj/graph/pkg.lisp]]                        | 16k  | 2024-09-17 20:19:17 |
   1.331 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/graph/read.lisp][lisp/lib/obj/graph/read.lisp]]                       | 370  | 2024-05-30 15:45:14 |
   1.332 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/hash/castable.lisp][lisp/lib/obj/hash/castable.lisp]]                    | 31k  | 2024-06-13 13:20:39 |
   1.333 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/hash/chash.lisp][lisp/lib/obj/hash/chash.lisp]]                       | 4.1k | 2024-08-02 14:46:17 |
   1.334@@ -383,10 +516,10 @@
   1.335 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/hash/set.lisp][lisp/lib/obj/hash/set.lisp]]                         | 430  | 2024-08-02 14:23:23 |
   1.336 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/id.lisp][lisp/lib/obj/id.lisp]]                               | 1.1k | 2024-05-29 23:33:54 |
   1.337 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/list/clist.lisp][lisp/lib/obj/list/clist.lisp]]                       | 164  | 2024-08-02 14:08:54 |
   1.338-| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/fast.lisp][lisp/lib/obj/meta/fast.lisp]]                        | 34k  | 2024-04-13 16:15:30 |
   1.339+| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/fast.lisp][lisp/lib/obj/meta/fast.lisp]]                        | 34k  | 2024-09-17 17:21:53 |
   1.340 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/filtered.lisp][lisp/lib/obj/meta/filtered.lisp]]                    | 13k  | 2024-03-21 21:10:15 |
   1.341-| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/lazy.lisp][lisp/lib/obj/meta/lazy.lisp]]                        | 169  | 2024-03-20 22:45:23 |
   1.342-| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/overloaded.lisp][lisp/lib/obj/meta/overloaded.lisp]]                  | 159  | 2024-03-21 21:39:01 |
   1.343+| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/lazy.lisp][lisp/lib/obj/meta/lazy.lisp]]                        | 169  | 2024-09-17 17:20:51 |
   1.344+| [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/overloaded.lisp][lisp/lib/obj/meta/overloaded.lisp]]                  | 159  | 2024-09-17 17:22:25 |
   1.345 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/pkg.lisp][lisp/lib/obj/meta/pkg.lisp]]                         | 6.7k | 2024-08-03 01:33:03 |
   1.346 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/sealed.lisp][lisp/lib/obj/meta/sealed.lisp]]                      | 33k  | 2024-04-13 16:14:30 |
   1.347 | [[https://vc.compiler.company/core/file/tip/lisp/lib/obj/meta/stealth.lisp][lisp/lib/obj/meta/stealth.lisp]]                     | 2.4k | 2024-05-14 19:09:04 |
   1.348@@ -522,14 +655,14 @@
   1.349 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rdb/sst.lisp][lisp/lib/rdb/sst.lisp]]                              | 2.5k | 2024-04-23 18:38:11 |
   1.350 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rdb/tests.lisp][lisp/lib/rdb/tests.lisp]]                            | 6.8k | 2024-08-25 15:29:55 |
   1.351 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/bench.lisp][lisp/lib/rt/bench.lisp]]                             | 1.4k | 2024-06-06 15:24:03 |
   1.352-| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/cover.lisp][lisp/lib/rt/cover.lisp]]                             | 527  | 2024-07-02 21:02:15 |
   1.353+| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/cover.lisp][lisp/lib/rt/cover.lisp]]                             | 527  | 2024-09-15 22:16:28 |
   1.354 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/err.lisp][lisp/lib/rt/err.lisp]]                               | 604  | 2024-08-31 20:45:40 |
   1.355 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/flamegraph.lisp][lisp/lib/rt/flamegraph.lisp]]                        | 6.1k | 2024-06-15 19:30:32 |
   1.356 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/fuzz.lisp][lisp/lib/rt/fuzz.lisp]]                              | 1.8k | 2024-09-11 21:39:05 |
   1.357 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/obj.lisp][lisp/lib/rt/obj.lisp]]                               | 11k  | 2024-08-31 21:41:27 |
   1.358-| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/pkg.lisp][lisp/lib/rt/pkg.lisp]]                               | 2.8k | 2024-08-31 22:16:17 |
   1.359+| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/pkg.lisp][lisp/lib/rt/pkg.lisp]]                               | 2.8k | 2024-09-15 22:12:32 |
   1.360 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/proto.lisp][lisp/lib/rt/proto.lisp]]                             | 1.8k | 2024-08-31 21:33:40 |
   1.361-| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/rt.asd][lisp/lib/rt/rt.asd]]                                 | 869  | 2024-08-31 22:17:05 |
   1.362+| [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/rt.asd][lisp/lib/rt/rt.asd]]                                 | 869  | 2024-09-15 22:14:46 |
   1.363 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/rt.lisp][lisp/lib/rt/rt.lisp]]                                | 4.5k | 2024-08-31 22:16:47 |
   1.364 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/tests.lisp][lisp/lib/rt/tests.lisp]]                             | 1.9k | 2024-09-11 21:39:29 |
   1.365 | [[https://vc.compiler.company/core/file/tip/lisp/lib/rt/tracing.lisp][lisp/lib/rt/tracing.lisp]]                           | 21k  | 2024-06-15 19:21:08 |
   1.366@@ -551,7 +684,7 @@
   1.367 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/core/types.lisp][lisp/lib/skel/core/types.lisp]]                      | 533  | 2024-07-07 14:28:15 |
   1.368 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/core/util.lisp][lisp/lib/skel/core/util.lisp]]                       | 6.3k | 2024-07-07 14:49:32 |
   1.369 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/core/vars.lisp][lisp/lib/skel/core/vars.lisp]]                       | 1.8k | 2024-07-30 19:49:06 |
   1.370-| [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/core/vm.lisp][lisp/lib/skel/core/vm.lisp]]                         | 3.1k | 2024-08-28 21:32:52 |
   1.371+| [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/core/vm.lisp][lisp/lib/skel/core/vm.lisp]]                         | 3.1k | 2024-09-15 17:30:11 |
   1.372 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/ext/asdf.lisp][lisp/lib/skel/ext/asdf.lisp]]                        | 566  | 2024-05-29 15:31:58 |
   1.373 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/ext/box.lisp][lisp/lib/skel/ext/box.lisp]]                         | 27   | 2024-05-29 15:31:47 |
   1.374 | [[https://vc.compiler.company/core/file/tip/lisp/lib/skel/ext/inspect.lisp][lisp/lib/skel/ext/inspect.lisp]]                     | 293  | 2024-05-29 15:32:58 |
   1.375@@ -573,15 +706,15 @@
   1.376 | [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/hg.lisp][lisp/lib/vc/hg.lisp]]                                | 8.3k | 2024-08-22 21:43:13 |
   1.377 | [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/pkg.lisp][lisp/lib/vc/pkg.lisp]]                               | 1k   | 2024-08-22 21:24:17 |
   1.378 | [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/proto.lisp][lisp/lib/vc/proto.lisp]]                             | 4.4k | 2024-08-22 21:39:11 |
   1.379-| [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/tests.lisp][lisp/lib/vc/tests.lisp]]                             | 1k   | 2024-08-22 21:30:31 |
   1.380-| [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/vc.asd][lisp/lib/vc/vc.asd]]                                 | 573  | 2024-05-31 21:59:49 |
   1.381+| [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/tests.lisp][lisp/lib/vc/tests.lisp]]                             | 1k   | 2024-09-14 23:18:12 |
   1.382+| [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/vc.asd][lisp/lib/vc/vc.asd]]                                 | 456  | 2024-09-14 23:18:47 |
   1.383 | [[https://vc.compiler.company/core/file/tip/lisp/lib/vc/vc.lisp][lisp/lib/vc/vc.lisp]]                                | 2.2k | 2024-08-22 20:52:17 |
   1.384 | [[https://vc.compiler.company/core/file/tip/lisp/prelude.asd][lisp/prelude.asd]]                                   | 477  | 2024-07-08 12:41:21 |
   1.385-| [[https://vc.compiler.company/core/file/tip/lisp/std/alien.lisp][lisp/std/alien.lisp]]                                | 7.2k | 2024-08-16 21:18:30 |
   1.386+| [[https://vc.compiler.company/core/file/tip/lisp/std/alien.lisp][lisp/std/alien.lisp]]                                | 8.7k | 2024-09-19 23:07:20 |
   1.387 | [[https://vc.compiler.company/core/file/tip/lisp/std/array.lisp][lisp/std/array.lisp]]                                | 778  | 2024-04-23 13:54:01 |
   1.388 | [[https://vc.compiler.company/core/file/tip/lisp/std/bit.lisp][lisp/std/bit.lisp]]                                  | 19k  | 2024-07-13 18:15:27 |
   1.389 | [[https://vc.compiler.company/core/file/tip/lisp/std/condition.lisp][lisp/std/condition.lisp]]                            | 8.5k | 2024-09-11 17:55:06 |
   1.390-| [[https://vc.compiler.company/core/file/tip/lisp/std/defpkg.lisp][lisp/std/defpkg.lisp]]                               | 36k  | 2024-06-06 16:01:13 |
   1.391+| [[https://vc.compiler.company/core/file/tip/lisp/std/defpkg.lisp][lisp/std/defpkg.lisp]]                               | 36k  | 2024-09-14 21:08:10 |
   1.392 | [[https://vc.compiler.company/core/file/tip/lisp/std/file.lisp][lisp/std/file.lisp]]                                 | 17k  | 2024-07-15 21:39:11 |
   1.393 | [[https://vc.compiler.company/core/file/tip/lisp/std/fmt.lisp][lisp/std/fmt.lisp]]                                  | 6.6k | 2024-04-22 22:01:01 |
   1.394 | [[https://vc.compiler.company/core/file/tip/lisp/std/fu/curry.lisp][lisp/std/fu/curry.lisp]]                             | 6.5k | 2024-04-22 22:33:09 |
   1.395@@ -600,28 +733,28 @@
   1.396 | [[https://vc.compiler.company/core/file/tip/lisp/std/num/leb128.lisp][lisp/std/num/leb128.lisp]]                           | 4.8k | 2024-07-28 20:48:55 |
   1.397 | [[https://vc.compiler.company/core/file/tip/lisp/std/num/parse.lisp][lisp/std/num/parse.lisp]]                            | 17k  | 2024-07-13 14:44:04 |
   1.398 | [[https://vc.compiler.company/core/file/tip/lisp/std/os.lisp][lisp/std/os.lisp]]                                   | 1.1k | 2024-08-12 21:13:58 |
   1.399-| [[https://vc.compiler.company/core/file/tip/lisp/std/path.lisp][lisp/std/path.lisp]]                                 | 1.4k | 2024-06-08 21:43:00 |
   1.400-| [[https://vc.compiler.company/core/file/tip/lisp/std/pkg.lisp][lisp/std/pkg.lisp]]                                  | 10k  | 2024-09-11 15:11:35 |
   1.401+| [[https://vc.compiler.company/core/file/tip/lisp/std/path.lisp][lisp/std/path.lisp]]                                 | 1.6k | 2024-09-12 15:48:37 |
   1.402+| [[https://vc.compiler.company/core/file/tip/lisp/std/pkg.lisp][lisp/std/pkg.lisp]]                                  | 11k  | 2024-09-19 22:56:34 |
   1.403 | [[https://vc.compiler.company/core/file/tip/lisp/std/readtable.lisp][lisp/std/readtable.lisp]]                            | 9k   | 2024-06-02 19:23:18 |
   1.404 | [[https://vc.compiler.company/core/file/tip/lisp/std/seq.lisp][lisp/std/seq.lisp]]                                  | 11k  | 2024-05-28 17:51:27 |
   1.405 | [[https://vc.compiler.company/core/file/tip/lisp/std/std.asd][lisp/std/std.asd]]                                   | 2.4k | 2024-08-20 18:13:00 |
   1.406 | [[https://vc.compiler.company/core/file/tip/lisp/std/stream.lisp][lisp/std/stream.lisp]]                               | 6.5k | 2024-06-10 21:45:40 |
   1.407 | [[https://vc.compiler.company/core/file/tip/lisp/std/string.lisp][lisp/std/string.lisp]]                               | 22k  | 2024-04-22 22:01:43 |
   1.408 | [[https://vc.compiler.company/core/file/tip/lisp/std/sym.lisp][lisp/std/sym.lisp]]                                  | 3k   | 2024-04-23 12:53:45 |
   1.409-| [[https://vc.compiler.company/core/file/tip/lisp/std/sys.lisp][lisp/std/sys.lisp]]                                  | 3.9k | 2024-09-11 19:12:51 |
   1.410+| [[https://vc.compiler.company/core/file/tip/lisp/std/sys.lisp][lisp/std/sys.lisp]]                                  | 4.9k | 2024-09-14 21:09:46 |
   1.411 | [[https://vc.compiler.company/core/file/tip/lisp/std/task.lisp][lisp/std/task.lisp]]                                 | 10k  | 2024-07-13 13:49:07 |
   1.412 | [[https://vc.compiler.company/core/file/tip/lisp/std/tests/num.lisp][lisp/std/tests/num.lisp]]                            | 422  | 2024-07-28 20:48:41 |
   1.413 | [[https://vc.compiler.company/core/file/tip/lisp/std/tests/pkg.lisp][lisp/std/tests/pkg.lisp]]                            | 8.4k | 2024-07-28 20:41:10 |
   1.414 | [[https://vc.compiler.company/core/file/tip/lisp/std/tests/task.lisp][lisp/std/tests/task.lisp]]                           | 678  | 2024-07-28 20:39:44 |
   1.415 | [[https://vc.compiler.company/core/file/tip/lisp/std/thread.lisp][lisp/std/thread.lisp]]                               | 5.8k | 2024-07-08 22:08:47 |
   1.416 | [[https://vc.compiler.company/core/file/tip/lisp/std/type.lisp][lisp/std/type.lisp]]                                 | 7.1k | 2024-04-23 20:42:25 |
   1.417-| [[https://vc.compiler.company/core/file/tip/lisp/tests.lisp][lisp/tests.lisp]]                                    | 356  | 2024-07-02 21:33:15 |
   1.418+| [[https://vc.compiler.company/core/file/tip/lisp/tests.lisp][lisp/tests.lisp]]                                    | 365  | 2024-09-18 12:26:28 |
   1.419 | [[https://vc.compiler.company/core/file/tip/lisp/user.asd][lisp/user.asd]]                                      | 367  | 2024-08-30 16:25:21 |
   1.420 | [[https://vc.compiler.company/core/file/tip/lisp/user.lisp][lisp/user.lisp]]                                     | 176  | 2024-06-02 23:35:10 |
   1.421 | [[https://vc.compiler.company/core/file/tip/lisp/web/dash.lisp][lisp/web/dash.lisp]]                                 | 1k   | 2024-05-28 20:42:44 |
   1.422 | [[https://vc.compiler.company/core/file/tip/lisp/web/index.lisp][lisp/web/index.lisp]]                                | 2.5k | 2024-04-29 18:23:53 |
   1.423 | [[https://vc.compiler.company/core/file/tip/lisp/web/web.asd][lisp/web/web.asd]]                                   | 621  | 2024-06-06 15:27:12 |
   1.424-| [[https://vc.compiler.company/core/file/tip/readme.org][readme.org]]                                         | 6.6k | 2024-09-09 20:47:39 |
   1.425+| [[https://vc.compiler.company/core/file/tip/readme.org][readme.org]]                                         | 4.8k | 2024-09-16 22:29:46 |
   1.426 | [[https://vc.compiler.company/core/file/tip/rust.sk][rust.sk]]                                            | 194  | 2024-06-25 19:51:44 |
   1.427 | [[https://vc.compiler.company/core/file/tip/rust/Cargo.toml][rust/Cargo.toml]]                                    | 650  | 2024-06-30 16:10:48 |
   1.428 | [[https://vc.compiler.company/core/file/tip/rust/bin/alik/Cargo.toml][rust/bin/alik/Cargo.toml]]                           | 772  | 2024-05-06 22:23:14 |
   1.429@@ -808,8 +941,7 @@
   1.430 | [[https://vc.compiler.company/core/file/tip/rust/ui/alik/src/lib.rs][rust/ui/alik/src/lib.rs]]                            | 2.9k | 2024-06-16 19:38:08 |
   1.431 | [[https://vc.compiler.company/core/file/tip/rust/ui/alik/src/main.rs][rust/ui/alik/src/main.rs]]                           | 1.3k | 2024-06-09 02:05:06 |
   1.432 | [[https://vc.compiler.company/core/file/tip/rust/ui/alik/sw.js][rust/ui/alik/sw.js]]                                 | 569  | 2024-06-02 21:34:44 |
   1.433-| [[https://vc.compiler.company/core/file/tip/skelfile][skelfile]]                                           | 6.4k | 2024-09-11 19:37:26 |
   1.434-| [[https://vc.compiler.company/core/file/tip/x.lisp][x.lisp]]                                             | 10k  | 2024-08-23 18:40:43 |
   1.435+| [[https://vc.compiler.company/core/file/tip/skelfile][skelfile]]                                           | 7.6k | 2024-09-16 22:11:14 |
   1.436 
   1.437 #+END:
   1.438 
     2.1--- a/demo/stats.org	Fri Sep 13 21:21:53 2024 -0400
     2.2+++ b/demo/stats.org	Fri Sep 20 20:00:07 2024 -0400
     2.3@@ -1,10 +1,9 @@
     2.4 #+title: stats
     2.5 #+author: Richard Westhaver
     2.6-#+property: header-args :dir /home/ellis/comp/demo/
     2.7+#+property: header-args :dir /home/ellis/comp/demo/ :eval no-export
     2.8 #+setupfile: ../../clean.theme
     2.9 #+OPTIONS: num:nil
    2.10 #+LOCATION: ~/comp/demo
    2.11-#+property: header-args :dir /home/ellis/comp/core/ :eval no-export
    2.12 #+BEGIN: project-info
    2.13 #+CALL: project-details() :dir ~/comp/demo/
    2.14 
    2.15@@ -16,7 +15,7 @@
    2.16 | skel-id     | 0af9-06a7-9152-e7c1                                |
    2.17 | root        | ~/comp/demo/                                       |
    2.18 | vc          | :hg [[https://vc.compiler.company/demo][vc.compiler.company/demo]] :rev [[https://vc.compiler.company/demo/rev/99d4ab4f8d53][99d4ab4f8d53:44+]] |
    2.19-| tags        |                                                    |
    2.20+| tags        | nil                                                |
    2.21 | updated     | Sun Aug 11 01:50:18 2024 -0400                     |
    2.22 | langs       | (lisp org text)                                    |
    2.23 | lines       | 2719 :λ 2060 :# 236 :_ 423                         |
    2.24@@ -42,17 +41,28 @@
    2.25 #+CALL: project-tasks() :dir ~/comp/demo/
    2.26 
    2.27 #+RESULTS:
    2.28-| todo | item | tags | scheduled | deadline | effort |
    2.29-|------+------+------+-----------+----------+--------|
    2.30+| todo | item                 | tags          | scheduled | deadline |
    2.31+|------+----------------------+---------------+-----------+----------|
    2.32+| TODO | update readme        | (doc)         |           |          |
    2.33+| TODO | mdb                  | (example db)  |           |          |
    2.34+| TODO | taodb                | (example db)  |           |          |
    2.35+| TODO | mpk                  | (example app) |           |          |
    2.36+| TODO | yoctochat            | (example net) |           |          |
    2.37+| TODO | move and replace xdb | (db)          |           |          |
    2.38+| TODO | move mini-redis      | (db)          |           |          |
    2.39 
    2.40 #+CALL: hg-churn() :dir ~/comp/demo/
    2.41 
    2.42 #+RESULTS:
    2.43-: 'churn' is provided by the following extension:
    2.44-: 
    2.45-:     churn         command to display statistics about repository history
    2.46-: 
    2.47-: (use 'hg help extensions' for information on enabling extensions)
    2.48+: 2023-04    949 *
    2.49+: 2023-05   7233 ***********
    2.50+: 2023-06  37455 *************************************************************
    2.51+: 2023-08     99 
    2.52+: 2023-12    350 
    2.53+: 2024-04    737 *
    2.54+: 2024-06   2259 ***
    2.55+: 2024-07   1766 **
    2.56+: 2024-08      5 
    2.57 
    2.58 #+CALL: project-files() :dir ~/comp/demo/
    2.59 
     3.1--- a/infra/stats.org	Fri Sep 13 21:21:53 2024 -0400
     3.2+++ b/infra/stats.org	Fri Sep 20 20:00:07 2024 -0400
     3.3@@ -2,29 +2,44 @@
     3.4 #+author: Richard Westhaver
     3.5 #+email: ellis@rwest.io
     3.6 #+setupfile: ../../clean.theme
     3.7-#+location: ~/comp/infra
     3.8+#+location: ~/comp/infra/
     3.9+#+property: header-args :dir /home/ellis/comp/infra/ :eval no-export
    3.10 #+BEGIN: project-info
    3.11 #+CALL: project-details() :dir ~/comp/infra/
    3.12 
    3.13 #+RESULTS:
    3.14-|-------------+-----------------------------------------------------|
    3.15-| name        | infra                                               |
    3.16-| version     | 0.1.0                                               |
    3.17-| description | The Compiler Company Infrastructure                 |
    3.18-| skel-id     | 3466-87d9-5b04-a5df                                 |
    3.19-| root        | ~/comp/infra/                                       |
    3.20-| vc          | :hg [[https://vc.compiler.company/infra][vc.compiler.company/infra]] :rev [[https://vc.compiler.company/infra/rev/aaf412c55766][aaf412c55766:365]] |
    3.21-| tags        | (INFRA)                                             |
    3.22-| updated     | 22 hours ago                                        |
    3.23-| langs       | (lisp org sh)                                       |
    3.24-| lines       | 2217 :λ 1647 :# 331 :_ 239                          |
    3.25-|-------------+-----------------------------------------------------|
    3.26+|-------------+------------------------------------------------------|
    3.27+| name        | infra                                                |
    3.28+| version     | 0.1.0                                                |
    3.29+| description | The Compiler Company Infrastructure                  |
    3.30+| skel-id     | 3466-87d9-5b04-a5df                                  |
    3.31+| root        | ~/comp/infra/                                        |
    3.32+| vc          | :hg [[https://vc.compiler.company/infra][vc.compiler.company/infra]] :rev [[https://vc.compiler.company/infra/rev/ad4e0ebd3693][ad4e0ebd3693:367+]] |
    3.33+| tags        | (INFRA)                                              |
    3.34+| updated     | Fri Sep 13 22:17:56 2024 -0400                       |
    3.35+| langs       | (lisp org sh)                                        |
    3.36+| lines       | 2233 :λ 1660 :# 331 :_ 242                           |
    3.37+|-------------+------------------------------------------------------|
    3.38 
    3.39 #+CALL: hg-status() :dir ~/comp/infra/
    3.40 
    3.41 #+RESULTS:
    3.42+| M | .hgsubstate                    |
    3.43+| M | scripts/org-graph-db-init.lisp |
    3.44 
    3.45 #+CALL: project-tasks() :dir ~/comp/infra/
    3.46+
    3.47+#+RESULTS:
    3.48+| todo | item             | tags         | scheduled            | deadline |
    3.49+|------+------------------+--------------+----------------------+----------|
    3.50+| TODO | autogen.lisp     | (lisp)       |                      |          |
    3.51+| TODO | deploy [0/4]     | (lisp)       |                      |          |
    3.52+| TODO | publish [0/4]    | (lisp emacs) |                      |          |
    3.53+| TODO | install [0/7]    |              |                      |          |
    3.54+| TBD  | demo             |              | 2024-08-01 Thu 00:00 |          |
    3.55+| TODO | ci               |              |                      |          |
    3.56+| TODO | tree-sitter-pack |              |                      |          |
    3.57+
    3.58 #+CALL: hg-churn() :dir ~/comp/infra/
    3.59 
    3.60 #+RESULTS:
    3.61@@ -40,7 +55,7 @@
    3.62 2024-06   2189 ***********
    3.63 2024-07    351 *
    3.64 2024-08    144 
    3.65-2024-09     56 
    3.66+2024-09     70 
    3.67 #+end_example
    3.68 
    3.69 #+CALL: project-files() :dir ~/comp/infra/
    3.70@@ -48,14 +63,15 @@
    3.71 #+RESULTS:
    3.72 | file                               | size | modified            |
    3.73 |------------------------------------+------+---------------------|
    3.74+| [[https://vc.compiler.company/infra/file/tip/.hgsubstate][.hgsubstate]]                        |  181 | 2024-09-13 21:26:22 |
    3.75+| [[https://vc.compiler.company/infra/file/tip/scripts/org-graph-db-init.lisp][scripts/org-graph-db-init.lisp]]     | 3.8k | 2024-09-09 21:37:02 |
    3.76 | [[https://vc.compiler.company/infra/file/tip/.hgignore][.hgignore]]                          |  136 | 2024-05-06 18:50:45 |
    3.77 | [[https://vc.compiler.company/infra/file/tip/.hgsub][.hgsub]]                             |  169 | 2024-09-08 18:35:45 |
    3.78-| [[https://vc.compiler.company/infra/file/tip/.hgsubstate][.hgsubstate]]                        |  181 | 2024-09-08 18:35:45 |
    3.79 | [[https://vc.compiler.company/infra/file/tip/.shellcheckrc][.shellcheckrc]]                      |  295 | 2023-12-05 19:54:00 |
    3.80 | [[https://vc.compiler.company/infra/file/tip/autogen.lisp][autogen.lisp]]                       |  11k | 2024-07-07 00:07:49 |
    3.81 | [[https://vc.compiler.company/infra/file/tip/bootstrap.sh][bootstrap.sh]]                       |  11k | 2024-07-06 22:34:39 |
    3.82 | [[https://vc.compiler.company/infra/file/tip/check.sh][check.sh]]                           | 9.1k | 2024-06-12 19:43:59 |
    3.83-| [[https://vc.compiler.company/infra/file/tip/default.sxp][default.sxp]]                        |  982 | 2024-07-29 13:39:59 |
    3.84+| [[https://vc.compiler.company/infra/file/tip/default.sxp][default.sxp]]                        |  982 | 2024-09-13 21:26:00 |
    3.85 | [[https://vc.compiler.company/infra/file/tip/deploy.lisp][deploy.lisp]]                        |  733 | 2024-08-01 16:17:27 |
    3.86 | [[https://vc.compiler.company/infra/file/tip/readme.org][readme.org]]                         |  568 | 2024-06-30 18:21:57 |
    3.87 | [[https://vc.compiler.company/infra/file/tip/scripts/add-hg-user.sh][scripts/add-hg-user.sh]]             |   87 | 2024-05-29 13:32:06 |
    3.88@@ -93,15 +109,15 @@
    3.89 | [[https://vc.compiler.company/infra/file/tip/scripts/get-blake3.sh][scripts/get-blake3.sh]]              |  118 | 2024-06-14 19:05:51 |
    3.90 | [[https://vc.compiler.company/infra/file/tip/scripts/get-code.sh][scripts/get-code.sh]]                |  443 | 2024-05-30 21:24:01 |
    3.91 | [[https://vc.compiler.company/infra/file/tip/scripts/get-ecl.sh][scripts/get-ecl.sh]]                 |  136 | 2024-05-25 16:02:13 |
    3.92-| [[https://vc.compiler.company/infra/file/tip/scripts/get-emacs.sh][scripts/get-emacs.sh]]               |  115 | 2024-05-25 16:02:16 |
    3.93+| [[https://vc.compiler.company/infra/file/tip/scripts/get-emacs.sh][scripts/get-emacs.sh]]               |  111 | 2024-09-14 22:33:24 |
    3.94 | [[https://vc.compiler.company/infra/file/tip/scripts/get-etc.sh][scripts/get-etc.sh]]                 |   91 | 2024-09-03 17:03:38 |
    3.95 | [[https://vc.compiler.company/infra/file/tip/scripts/get-iso.sh][scripts/get-iso.sh]]                 |  154 | 2024-05-31 23:56:24 |
    3.96 | [[https://vc.compiler.company/infra/file/tip/scripts/get-linux.sh][scripts/get-linux.sh]]               | 7.1k | 2024-05-25 15:57:23 |
    3.97 | [[https://vc.compiler.company/infra/file/tip/scripts/get-nushell.sh][scripts/get-nushell.sh]]             |   85 | 2024-05-25 16:02:47 |
    3.98 | [[https://vc.compiler.company/infra/file/tip/scripts/get-nyxt.sh][scripts/get-nyxt.sh]]                |   79 | 2024-05-30 17:10:54 |
    3.99-| [[https://vc.compiler.company/infra/file/tip/scripts/get-rocksdb.sh][scripts/get-rocksdb.sh]]             |  121 | 2024-05-25 16:00:54 |
   3.100+| [[https://vc.compiler.company/infra/file/tip/scripts/get-rocksdb.sh][scripts/get-rocksdb.sh]]             |  117 | 2024-09-14 22:33:24 |
   3.101 | [[https://vc.compiler.company/infra/file/tip/scripts/get-rust.sh][scripts/get-rust.sh]]                |  304 | 2024-05-25 16:01:24 |
   3.102-| [[https://vc.compiler.company/infra/file/tip/scripts/get-sbcl.sh][scripts/get-sbcl.sh]]                |  139 | 2024-05-25 16:01:12 |
   3.103+| [[https://vc.compiler.company/infra/file/tip/scripts/get-sbcl.sh][scripts/get-sbcl.sh]]                |  135 | 2024-09-14 22:33:24 |
   3.104 | [[https://vc.compiler.company/infra/file/tip/scripts/get-scryer-prolog.sh][scripts/get-scryer-prolog.sh]]       |  107 | 2024-05-30 12:57:56 |
   3.105 | [[https://vc.compiler.company/infra/file/tip/scripts/get-stumpwm.sh][scripts/get-stumpwm.sh]]             |   85 | 2024-05-30 17:10:37 |
   3.106 | [[https://vc.compiler.company/infra/file/tip/scripts/get-tree-sitter.sh][scripts/get-tree-sitter.sh]]         |   99 | 2024-05-25 16:03:05 |
   3.107@@ -119,7 +135,6 @@
   3.108 | [[https://vc.compiler.company/infra/file/tip/scripts/make-windows-iso.nu][scripts/make-windows-iso.nu]]        |  247 | 2024-02-09 20:07:17 |
   3.109 | [[https://vc.compiler.company/infra/file/tip/scripts/mkarchiso-baseline.sh][scripts/mkarchiso-baseline.sh]]      |  234 | 2024-09-03 17:03:50 |
   3.110 | [[https://vc.compiler.company/infra/file/tip/scripts/mkarchiso-releng.sh][scripts/mkarchiso-releng.sh]]        |  227 | 2024-09-03 17:04:09 |
   3.111-| [[https://vc.compiler.company/infra/file/tip/scripts/org-graph-db-init.lisp][scripts/org-graph-db-init.lisp]]     | 3.8k | 2024-08-25 20:29:27 |
   3.112 | [[https://vc.compiler.company/infra/file/tip/scripts/print-colors.sh][scripts/print-colors.sh]]            |   88 | 2021-12-28 20:59:08 |
   3.113 | [[https://vc.compiler.company/infra/file/tip/scripts/pull-containers.sh][scripts/pull-containers.sh]]         |  355 | 2024-02-01 13:59:11 |
   3.114 | [[https://vc.compiler.company/infra/file/tip/scripts/push-containers.sh][scripts/push-containers.sh]]         |  556 | 2024-02-02 20:31:51 |
   3.115@@ -134,7 +149,7 @@
   3.116 | [[https://vc.compiler.company/infra/file/tip/scripts/tscript.sh][scripts/tscript.sh]]                 |  226 | 2024-01-25 21:10:56 |
   3.117 | [[https://vc.compiler.company/infra/file/tip/scripts/tscriptr.sh][scripts/tscriptr.sh]]                |  156 | 2024-01-25 20:58:36 |
   3.118 | [[https://vc.compiler.company/infra/file/tip/scripts/wg-gen-keys.sh][scripts/wg-gen-keys.sh]]             |  144 | 2024-08-12 20:59:56 |
   3.119-| [[https://vc.compiler.company/infra/file/tip/skelfile][skelfile]]                           | 6.3k | 2024-09-03 17:01:16 |
   3.120+| [[https://vc.compiler.company/infra/file/tip/skelfile][skelfile]]                           | 6.3k | 2024-09-13 21:26:00 |
   3.121 
   3.122 #+END:
   3.123