From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: GNU G-Golf 0.8.0-a.4 available for testing Date: Sun, 16 Apr 2023 23:50:36 -0300 Message-ID: <20230416235036.2d5a299e@aicha> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/BQ/u6H2d7pWVo.amNOrV7=X"; protocol="application/pgp-signature"; micalg=pgp-sha512 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38551"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user , guile-devel Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Apr 17 04:51:24 2023 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 1poExg-0009oa-8e for guile-user@m.gmane-mx.org; Mon, 17 Apr 2023 04:51:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1poExE-0007c4-RL; Sun, 16 Apr 2023 22:50:56 -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 1poExC-0007bV-NH; Sun, 16 Apr 2023 22:50:54 -0400 Original-Received: from moses.all2all.org ([79.99.200.14]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poExA-0003YT-LQ; Sun, 16 Apr 2023 22:50:54 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by moses.all2all.org (Postfix) with ESMTP id D10F467C0078; Mon, 17 Apr 2023 04:50:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at moses.all2all.org Original-Received: from moses.all2all.org ([127.0.0.1]) by localhost (moses.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hL3q-a7rgvZW; Mon, 17 Apr 2023 04:50:45 +0200 (CEST) Original-Received: from aicha (unknown [179.210.48.245]) by moses.all2all.org (Postfix) with ESMTPSA id 70E3E67C006F; Mon, 17 Apr 2023 04:50:44 +0200 (CEST) X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=79.99.200.14; envelope-from=david@altosw.be; helo=moses.all2all.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18966 gmane.lisp.guile.devel:21805 Archived-At: --Sig_/BQ/u6H2d7pWVo.amNOrV7=X Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello Guilers, The fourth alpha release of the upcoming GNU G-Golf 0.8.0 release is now available for testing: -] Tarball and a GPG detached signature [*]: http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.4.tar.gz http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.4.tar.gz.sig -] Dependencies and complete installation instructions are given in the distributed INSTALL file, or here: https://www.gnu.org/software/g-golf/install.html -] The list of noteworthy changes since version 0.8.0-a.3 are given in the distributed NEWS file, or here: https://www.gnu.org/software/g-golf/news.html You can help by: 1. Testing by installing from the tarball, or from the source if you prefer, on the distro of your choice. 2. By running the distributed examples. Ultimately, one of the best way to test, and participate, is to select G-Golf to develop the next application of your dream! Here is an overview of the GNOME platform libraries [1], accessible using G-Golf. In particular, libadwaita [2] provides a number of widgets that change their layout based on the available space. This can be used to make applications adapt their UI between desktop and mobile devices. Contact [3] Before you email, or bug report, you could join us on irc, and ping me there: be patient, I also need to eat, sleep, rest ... but I always answer, and this my preferred way to quickly interact and fix potential G-Golf problem(s). On irc, we chat :), so please do not write code snipsets there unless 2 or 3 lines of code, nor error messages of course - for more then 2 or 3 lines of code, or error messages, always use a tor-friendly paste service (avoid those that track its visitors and require javascript, thanks!). However, if you prefer: G-Golf uses Guile's mailing lists Report bugs to bug-g-golf@gnu.org When reporting a problem, or if you think you found a bug, it is very important that you prepare a minimal reproducible example (MRE) [4], sometimes also refered to as a short self-contained correct example (SSCCE) [5]. Thanks! David [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify g-golf-0.8.0-a.4.tar.gz If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command [1] https://developer.gnome.org/documentation/introduction/overview/librari= es.html [2] https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/ [3] https://www.gnu.org/software/g-golf/contact.html [4] https://en.wikipedia.org/wiki/Minimal_reproducible_example [5] http://www.sscce.org/ --Sig_/BQ/u6H2d7pWVo.amNOrV7=X Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAmQ8s/wACgkQ83T9k6MF etfFVwf+PSre+pyG1rvRjnK+OXMaGnG9n+MTNRrY3Hy7BKP5AjzflQbZH60M/H/T pu7qVobk4P66JgyO/qyAMZ5Tgusue6L1qMLiFCeENTAS0rlvptUiGPOC3DT0mUfs vijdGfwFG3R23XMzZQMBaX1mz1i0QS+GugwpJrzt7w/9s3/SFVIjplsGUtx0qOev ItdR9Vg42k6bAFDLMxhlgLSTr9AzlkN7Xzr1wTxW6icQJiTZWVXW0Pv2APbelHZp sSfOf3qqL9Dt/X06oOEahhW51gFIi/y9+cSERVFVy9/1km4roASFgdUgot+BMVCg shQlH737wXjqymSGxN/HpIVVI3qG9g== =JXSh -----END PGP SIGNATURE----- --Sig_/BQ/u6H2d7pWVo.amNOrV7=X--