From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Luis Felipe Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-GI: : Setting parameter type to None or NULL Date: Mon, 26 Apr 2021 01:40:18 +0000 Message-ID: References: <20210425204459.GA2644511@spikycactus.com> <20210426001619.GA2654990@spikycactus.com> Reply-To: Luis Felipe 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="27242"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "guile-user@gnu.org" To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Apr 26 03:40:50 2021 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 1laqF0-00071G-Kf for guile-user@m.gmane-mx.org; Mon, 26 Apr 2021 03:40:50 +0200 Original-Received: from localhost ([::1]:41430 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1laqEz-000097-H0 for guile-user@m.gmane-mx.org; Sun, 25 Apr 2021 21:40:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1laqEd-000090-Iz for guile-user@gnu.org; Sun, 25 Apr 2021 21:40:27 -0400 Original-Received: from mail-40135.protonmail.ch ([185.70.40.135]:21393) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1laqEa-0003op-Vo for guile-user@gnu.org; Sun, 25 Apr 2021 21:40:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1619401221; bh=iIBKbFwj6yClBCUy4sj/Bh/WgZv2zALejhg2ZUF9fVg=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=BMl/ZldxrD3Mgx5dvwMBhcHu+nc9Pft7J8aaHM9FeyIIEXpu02MVhicB8E5obU8hc u5xqU8OwVzzcu9jZHtyUhJc+N5LNmEsWw/jP6Lfywke/B7L/UFO8eT1LnXn8/mwKgD WVUg4rzfdW5/1+8XzEDrZ/tA7BWF1UHCEvLIDqKE= In-Reply-To: <20210426001619.GA2654990@spikycactus.com> Received-SPF: pass client-ip=185.70.40.135; envelope-from=luis.felipe.la@protonmail.com; helo=mail-40135.protonmail.ch 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:17461 Archived-At: On Monday, April 26, 2021 12:16 AM, Mike Gran wrote: > Well, um, the truth is that the conversion of values of type GVariant > to SCM was never implemented. I went ahead and made that fix and > pushed it into guile-gi master branch. With the fix (and after > importing TextBuffer and TextView) clicking on "Say hello!" does set > the main window to "hello" which I believe is what is intended. > > Unforunately it may take time to write the unit test and then get a > new guile-gi release over to Guix. > > Apologies, No problem, Mike, thanks for working on it.