From unknown Thu Aug 14 21:46:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47953 <47953@debbugs.gnu.org> To: bug#47953 <47953@debbugs.gnu.org> Subject: Status: fennel doesn't print version with -v Reply-To: bug#47953 <47953@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:46:40 +0000 retitle 47953 fennel doesn't print version with -v reassign 47953 guix submitter 47953 Jack Hill severity 47953 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 10:39:54 2021 Received: (at submit) by debbugs.gnu.org; 22 Apr 2021 14:39:54 +0000 Received: from localhost ([127.0.0.1]:35249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZaUj-00071i-Ux for submit@debbugs.gnu.org; Thu, 22 Apr 2021 10:39:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:43180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZaUh-00071Z-Tb for submit@debbugs.gnu.org; Thu, 22 Apr 2021 10:39:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZaUh-0001yO-M8 for bug-guix@gnu.org; Thu, 22 Apr 2021 10:39:51 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:48100) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZaUg-0007Nu-2g for bug-guix@gnu.org; Thu, 22 Apr 2021 10:39:51 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lZaUf-0007FJ-0x for bug-guix@gnu.org; Thu, 22 Apr 2021 10:39:49 -0400 Date: Thu, 22 Apr 2021 10:39:48 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: bug-guix@gnu.org Subject: fennel doesn't print version with -v Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Guix, >From the fennel man page: -v, --version Print the version number and exit However, only the long options seems to work: jackhill@alperton ~ [env]$ fennel --version Fennel 0.8.1 on Lua 5.3 jackhill@alperton ~ [env]$ fennel -v runtime error: -v: No such file or directory stack traceback: [C]: in function 'assert' ...tore/lgaycpzwfair15b4m1lvzjim0gv3l0gp-profile/bin/fennel:3630: in function ? [C]: in function 'xpcall' ...tore/lgaycpzwfair15b4m1lvzjim0gv3l0gp-profile/bin/fennel:4036: in function ? [C]: in ? Other short options, like -h, do work. This isn't that annoying a problem, but I wonder if it presents some problem with out fennel package. I'm using Guix commit 58d96474bdc355619890f85bf6095a79074f6ee8 Best, Jack From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 11:55:38 2021 Received: (at 47953) by debbugs.gnu.org; 22 Apr 2021 15:55:38 +0000 Received: from localhost ([127.0.0.1]:35348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZbg1-0004hB-VK for submit@debbugs.gnu.org; Thu, 22 Apr 2021 11:55:38 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:58144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZbg0-0004gy-J4 for 47953@debbugs.gnu.org; Thu, 22 Apr 2021 11:55:36 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lZbfv-0004fB-2V for 47953@debbugs.gnu.org; Thu, 22 Apr 2021 11:55:31 -0400 Date: Thu, 22 Apr 2021 11:55:30 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: 47953@debbugs.gnu.org Subject: Re: bug#47953: fennel doesn't print version with -v In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47953 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Thu, 22 Apr 2021, Jack Hill wrote: > Hi Guix, > > From the fennel man page: > > -v, --version > Print the version number and exit > > However, only the long options seems to work: > > jackhill@alperton ~ [env]$ fennel --version > Fennel 0.8.1 on Lua 5.3 > jackhill@alperton ~ [env]$ fennel -v > runtime error: -v: No such file or directory > stack traceback: > [C]: in function 'assert' > ...tore/lgaycpzwfair15b4m1lvzjim0gv3l0gp-profile/bin/fennel:3630: in > function ? > [C]: in function 'xpcall' > ...tore/lgaycpzwfair15b4m1lvzjim0gv3l0gp-profile/bin/fennel:4036: in > function ? > [C]: in ? > > Other short options, like -h, do work. This isn't that annoying a problem, > but I wonder if it presents some problem with out fennel package. This is an upstream bug in fennel. It was fixed today, but not released yet [0]. It seems like a minor annoyance, so I think it's okay to wait until the next release. [0] https://git.sr.ht/~technomancy/fennel/commit/904e3ee165d097411bab599b9378895695629b70 Best, Jack From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 29 00:45:55 2023 Received: (at 47953-done) by debbugs.gnu.org; 29 Apr 2023 04:45:55 +0000 Received: from localhost ([127.0.0.1]:34860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pscT5-00060x-Bs for submit@debbugs.gnu.org; Sat, 29 Apr 2023 00:45:55 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:35718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pscT1-00060i-Q6 for 47953-done@debbugs.gnu.org; Sat, 29 Apr 2023 00:45:54 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pscSw-0005xH-0P for 47953-done@debbugs.gnu.org; Sat, 29 Apr 2023 00:45:46 -0400 Date: Sat, 29 Apr 2023 00:45:45 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: 47953-done@debbugs.gnu.org Subject: Re: bug#47953: fennel doesn't print version with -v In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47953-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Thu, 22 Apr 2021, Jack Hill wrote: > > This is an upstream bug in fennel. It was fixed today, but not released yet > [0]. It seems like a minor annoyance, so I think it's okay to wait until the > next release. > > [0] > https://git.sr.ht/~technomancy/fennel/commit/904e3ee165d097411bab599b9378895695629b70 And indeed it was fixed, both upstream and in Guix! We just neglected to close this issue, so I'm doing that now, yay! Best, Jack From unknown Thu Aug 14 21:46:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 27 May 2023 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator