changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > docs / core/stats.org

revision 44: b925807b50a6
parent 43: 1edb5b31355f
child 45: 517e7b6fb42d
     1.1--- a/core/stats.org	Fri Aug 16 23:53:48 2024 -0400
     1.2+++ b/core/stats.org	Sun Aug 18 22:16:12 2024 -0400
     1.3@@ -7,6 +7,9 @@
     1.4 #+infojs_opt: toc:nil home:https://compiler.company up:./ view:content
     1.5 
     1.6 * vc
     1.7+:PROPERTIES:
     1.8+:ID:       c5078cb0-d8bf-4281-a320-a49d258585bc
     1.9+:END:
    1.10 #+begin_src shell :results pp :exports results
    1.11   hg churn -f "%Y-%m" -s
    1.12 #+end_src
    1.13@@ -27,6 +30,9 @@
    1.14 #+end_example
    1.15 
    1.16 * files
    1.17+:PROPERTIES:
    1.18+:ID:       5fc970df-a6d1-4670-9673-e53ce70354bb
    1.19+:END:
    1.20 #+begin_src shell :results pp :exports results
    1.21   cd rust && cargo clean && cd ..
    1.22   tokei -t='rust','lisp','c','c header','makefile','shell'
    1.23@@ -51,7 +57,13 @@
    1.24 #+end_example
    1.25 
    1.26 * lisp
    1.27+:PROPERTIES:
    1.28+:ID:       7293eb8c-a5e7-414f-b1eb-33239adf7873
    1.29+:END:
    1.30 ** systems
    1.31+:PROPERTIES:
    1.32+:ID:       f024eecb-1f44-4780-9aba-8188db1408d9
    1.33+:END:
    1.34 #+name: core-systems
    1.35 #+begin_src lisp :results list replace
    1.36   (asdf:load-asd "core.asd")
    1.37@@ -72,6 +84,9 @@
    1.38 - dat
    1.39 
    1.40 ** files
    1.41+:PROPERTIES:
    1.42+:ID:       b523235d-f9d3-45a5-8c44-8c6999be8e87
    1.43+:END:
    1.44 #+begin_src lisp :exports both :results list replace
    1.45   (let ((r))
    1.46     (dolist (s (doc:doc-dependencies (doc:system-documentation :core)) r)
    1.47@@ -235,6 +250,9 @@
    1.48 - /home/ellis/comp/core/lisp/lib/dat/base64.lisp
    1.49 
    1.50 ** images
    1.51+:PROPERTIES:
    1.52+:ID:       a2c797aa-e7e0-44d7-b02d-261811ab4d71
    1.53+:END:
    1.54 #+begin_src shell
    1.55   for f in .stash/*.core; do
    1.56     du -sh $f
    1.57@@ -250,7 +268,13 @@
    1.58 | 521M | .stash/user.core    |
    1.59 
    1.60 * rust
    1.61+:PROPERTIES:
    1.62+:ID:       ae3145d1-6826-4f8a-a026-09f3817f5fbf
    1.63+:END:
    1.64 ** crates
    1.65+:PROPERTIES:
    1.66+:ID:       243a971e-8312-4950-ad90-ac5dafceeab4
    1.67+:END:
    1.68 #+begin_src shell :exports both :results output
    1.69 cd rust && cargo tree --workspace --depth 1 --all-features
    1.70 #+end_src