changelog shortlog graph tags branches files raw help

Mercurial > org > docs / changeset: updates

changeset 47: ac162428d5e3
parent 46: 478286afc620
child 48: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 04 Sep 2024 17:00:36 -0400
files: core/api.org core/lib/rdb.org core/stats.org
description: updates
     1.1--- a/core/api.org	Tue Aug 27 21:35:44 2024 -0400
     1.2+++ b/core/api.org	Wed Sep 04 17:00:36 2024 -0400
     1.3@@ -5,7 +5,7 @@
     1.4 #+OPTIONS: num:nil
     1.5 #+infojs_opt: toc:nil home:https://compiler.company up:./ view:content
     1.6 This documentation is automatically generated based on the default
     1.7-branch of the [[https://vc.compiler.company/comp/core][core]].
     1.8+branch of the [[https://vc.compiler.company/core][core]].
     1.9 
    1.10 #+begin_src lisp :results silent
    1.11 (ql:quickload :user)
     2.1--- a/core/lib/rdb.org	Tue Aug 27 21:35:44 2024 -0400
     2.2+++ b/core/lib/rdb.org	Wed Sep 04 17:00:36 2024 -0400
     2.3@@ -1,15 +1,3 @@
     2.4 #+title: rdb
     2.5 #+author: Richard Westhaver
     2.6 #+setupfile: ../../../clean.theme
     2.7-
     2.8-#+call: make-info-tbl() :dir "/home/ellis/comp/" :name "core"
     2.9-
    2.10-#+RESULTS:
    2.11-|---------+----------------------|
    2.12-| name    | [[https://compiler.company//docs/nil][nil]]                  |
    2.13-| version | 0.1.0                |
    2.14-| vc      | [[https://vc.compiler.company/comp/nil][nil:nil]]              |
    2.15-| updated | nil                  |
    2.16-| lines   | 402 = λ:361 #:0 _:41 |
    2.17-| langs   | (Org)                |
    2.18-|---------+----------------------|
     3.1--- a/core/stats.org	Tue Aug 27 21:35:44 2024 -0400
     3.2+++ b/core/stats.org	Wed Sep 04 17:00:36 2024 -0400
     3.3@@ -65,6 +65,9 @@
     3.4 :ID:       f024eecb-1f44-4780-9aba-8188db1408d9
     3.5 :END:
     3.6 *** core
     3.7+:PROPERTIES:
     3.8+:ID:       1a36e501-9c5b-4b9c-ac2b-a892cfc3cd55
     3.9+:END:
    3.10 #+name: core-systems
    3.11 #+begin_src lisp :results list replace
    3.12   (asdf:load-asd "core.asd")
    3.13@@ -84,6 +87,9 @@
    3.14 - syn
    3.15 - dat
    3.16 *** prelude
    3.17+:PROPERTIES:
    3.18+:ID:       20be8628-9e3f-4e59-be6d-5395f93bda65
    3.19+:END:
    3.20 #+name: prelude-systems
    3.21 #+begin_src lisp :results list replace
    3.22   (asdf:load-asd "prelude.asd")
    3.23@@ -128,6 +134,9 @@
    3.24 - q
    3.25 
    3.26 *** user
    3.27+:PROPERTIES:
    3.28+:ID:       aaae089e-878c-42d6-8c87-04b7ca0c29b5
    3.29+:END:
    3.30 #+name: user-systems
    3.31 #+begin_src lisp :results replace table :post transpose(*this*)
    3.32   (asdf:load-asd "user.asd")