From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: RE: Advice on ST-Object data-structure setup Date: Wed, 17 Apr 2024 18:34:20 +0200 Message-ID: <20240417183421.CGaK2C00F3BbbgK01GaM5L@laurent.telenet-ops.be> References: <42c1605918d03c9c8b6616d0d63fa2aa@whidbey.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18100"; mail-complaints-to="usenet@ciao.gmane.io" To: "ken.dickey@whidbey.com" , "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Apr 17 18:35:01 2024 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rx8FN-0004PN-Vz for guile-user@m.gmane-mx.org; Wed, 17 Apr 2024 18:34:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rx8F1-0005Nw-R4; Wed, 17 Apr 2024 12:34:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rx8Ev-0005LL-Jy for guile-user@gnu.org; Wed, 17 Apr 2024 12:34:31 -0400 Original-Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rx8Es-0006K5-WA for guile-user@gnu.org; Wed, 17 Apr 2024 12:34:29 -0400 Original-Received: from [IPv6:2a02:1808:86:93ea:9c17:e94b:8acf:486b] ([IPv6:2a02:1808:86:93ea:9c17:e94b:8acf:486b]) by laurent.telenet-ops.be with bizsmtp id CGaK2C00F3BbbgK01GaM5L; Wed, 17 Apr 2024 18:34:21 +0200 Importance: normal X-Priority: 3 In-Reply-To: <42c1605918d03c9c8b6616d0d63fa2aa@whidbey.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=telenet.be; s=r24; t=1713371661; bh=+6YPsmdGIOHq/Ez39q6het9mGkJTWIoyJp6Rwo3PLpU=; h=To:From:Subject:Date:In-Reply-To:References; b=Dfnq5gmElTYDU6s48YetiGLj4sjaELecU0RKKu2fr9f1iKTtsyK7c3bzzfGyy29Wa p7+Eg6A9vQ51wj3Z1IiFnqGh4ZKVjj3+mer6Uk9ubgOjCe0+NHrEHJcXulH5Haqu3z IhiFlTQ500QADw5sNxayTgg1Yi2+63gp7RFwqXdjjIIVup7Eddn2FNrBTfZ1nAYOLc glPQesuLQYgnru6FMU7s1q6mnl98J0PxEyDUJ4cQ6+mrwtF+W9ZUEBD2HwTRde6SLG C4/SipCJvKGdG4vAxu1uJGMGm3nSXOMcHSRNE9XF510ePxWzJysRlkU4xtS8pWt7F5 fzOhwUyGG24jA== Received-SPF: pass client-ip=2a02:1800:110:4::f00:19; envelope-from=maximedevos@telenet.be; helo=laurent.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19530 Archived-At: LICENSE says =E2=80=98Copyright (c) 2016=E2=80=99, but some files date from= 2024. It=E2=80=99s a bit inconsistent =E2=80=A6 Do you mean that changes >= 2016 are public domain, or not covered by BSD license, or the inconsistency= is an oversight?