From owner-freebsd-hackers@freebsd.org Sun Apr 28 17:03:56 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15E64158371B for ; Sun, 28 Apr 2019 17:03:56 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC326BE5D for ; Sun, 28 Apr 2019 17:03:54 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f169.google.com with SMTP id s7so4522676ljh.1 for ; Sun, 28 Apr 2019 10:03:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=64uyzBNLfspcMLAdRCp+Bg1U5nKgj6CYILFDpkQNikg=; b=iJaBpQY1P0qbBjkX2imItkknHomyc31zo5NwGIE2qOZ50wdeWw4QSJUr/rMyZNOVmB RmSdLAkEmbCiKEZPgasthJPZPLBEagLPLmnP0YuZBuUQHUdyxDifwJYMkUivae3SepL0 NruIEvvcRF1LBavvNNCoyJqNrJbGYaiIcHXo1xcK8fNmj60NGFj3tvno3CE8npf5CQU0 KzGL9nyDre9eP8o8IVnNWBAe8Aaq6qbPJh3RoEJqiVrGQfDZb3a37I6ZuddP/m9Ewq9W eSQ9/Ggd2asGNOUcbL4f/qFP/6nGTTIBY0O9xRHjuq4apkpdQh/kkFHEBFvHAHVuL87Q aIqg== X-Gm-Message-State: APjAAAWD0PoufsBK76AZZxt6RZ7ERkDKZIJ2waxSqlEOv1XBX9cQ5kJ3 fzumlpoDKayGVtTBRmL3IcLWbqadjTVJ9ID0Ma5Ch4mT X-Google-Smtp-Source: APXvYqwQW6K5F5dszTrUwRoSiSjeoNMULDjbsS4cwO1W+mcsEk4T/1MaHCh9uwPlY5gHinyR8FIxM0gzStZgvpEJPrA= X-Received: by 2002:a2e:1215:: with SMTP id t21mr2227731lje.29.1556471027145; Sun, 28 Apr 2019 10:03:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Sun, 28 Apr 2019 11:03:35 -0600 Message-ID: Subject: Re: (HBI) Implementing SQLite into the FreeBSD kernel To: abhja kaanlani Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 5FC326BE5D X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of asomers@gmail.com designates 209.85.208.169 as permitted sender) smtp.mailfrom=asomers@gmail.com X-Spamd-Result: default: False [-4.25 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[169.208.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.89)[-0.888,0]; RCVD_TLS_LAST(0.00)[]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; FREEMAIL_TO(0.00)[live.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; IP_SCORE(-1.35)[ip: (-0.54), ipnet: 209.85.128.0/17(-3.87), asn: 15169(-2.27), country: US(-0.06)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2019 17:03:56 -0000 On Sun, Apr 28, 2019 at 10:57 AM abhja kaanlani wro= te: > > HBI stands for half baked idea > > I don=E2=80=99t know much about the FreeBSD kernel, but we can add sql me= tadata to certain code for self contained documentation > > What does everyone think? > > Sent from my iPhone Are you actually trying to use SQLite to implement an in-kernel database, or are you trying to automatically generate API documentation using SQLite? Those are two very different things. If the latter, I suggest you try Doxygen instead. There are already portions of the kernel that use Doxygen's comment format. -Alan