From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Weird cache issue Date: Tue, 15 Mar 2022 22:45:08 +0000 Message-ID: <18fc4b46-6759-5924-23e9-e0c390f16694@posteo.de> References: <857fc700-4ac5-fa7b-1306-cccda26f0d58@posteo.de> <7e8654516510d7c316d1155c2b74c19c1d4dddde.camel@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8055"; mail-complaints-to="usenet@ciao.gmane.io" To: Maxime Devos , Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Mar 15 23:45:46 2022 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 1nUFvG-0001q9-IC for guile-user@m.gmane-mx.org; Tue, 15 Mar 2022 23:45:46 +0100 Original-Received: from localhost ([::1]:49306 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUFvF-0005k1-7C for guile-user@m.gmane-mx.org; Tue, 15 Mar 2022 18:45:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUFui-0005jV-Mv for guile-user@gnu.org; Tue, 15 Mar 2022 18:45:12 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:53579) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUFuh-0001vB-1c for guile-user@gnu.org; Tue, 15 Mar 2022 18:45:12 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 4814D240101 for ; Tue, 15 Mar 2022 23:45:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1647384309; bh=2thDVJk/JlFpYH32HU3AhnZDFNWLDxvYJuOH5uOyZ1o=; h=Date:Subject:To:From:From; b=Dj5HslALWqox6jr4IXY+kep+nb20Xys1PSkFf+xfgyQKn8TEVrObNK9O5ORqdiwD3 aN59EKSSD8FxzjleaCS+RXryplQjWs17z5Od0lhJIthe6At3rGkPCgaTaBikWfsg3k Hc9/gxWabw4nx8gSLUKK8gKYXL1lL1tb8XsOsU3lJwHciELj8qGxALZWxsUmimDzNC AL4N1DOQKKEEr3jWKmGmuKYI5N5WuT79zATUEYqZUFgPeJdQMHQ7b2k0m2F3DtQ8WS L9NFfa1hyHbUn9Gx8X+Bs/5HV19Txr1I9YY2Xw7nfspo4s+d6K8jC4caaYJr6GepdT /8E984q82x8aQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KJ7lS4b5zz6tng; Tue, 15 Mar 2022 23:45:08 +0100 (CET) Content-Language: en-US In-Reply-To: <7e8654516510d7c316d1155c2b74c19c1d4dddde.camel@telenet.be> Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.lisp.guile.user:18215 Archived-At: I think I was code blind there. >.< Thanks for highlighting that one. On 3/15/22 20:04, Maxime Devos wrote: > Zelphir Kaltstahl schreef op di 15-03-2022 om 17:54 [+0000]: >> ~~~~013.scm~~~~ >> (library (fileio) > Shouldn't this be (library (#{013}#) ...) instead of > (library (fileio) ...)? -- repositories: https://notabug.org/ZelphirKaltstahl