From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS54825 147.75.192.0/21 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 188021F47A for ; Fri, 30 Aug 2024 21:36:49 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=KEYW3mtg; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 04CB5A41ADC; Fri, 30 Aug 2024 21:31:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85904C4CEC2; Fri, 30 Aug 2024 21:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725053497; bh=BeeF/6QwFbkVlqnuWYsFwkugiG5KMHd8rncrNhi5HS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KEYW3mtg5iCJAM8ya/NxeSkcQBJW9rtlTSoH3/AJ3+fiM2mrbd0rRsJm0Hm2I55EK 1ZVast43yEH8+cw7+gSnxgrzOi6bc7jdYa/PIfqLXy99q0oxGoQU51OVzVljd0MXpU FY2daTxbRcyuREDE8K/t7/SnHJI38O+BvQSH1HLk= Date: Fri, 30 Aug 2024 17:31:32 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] view: fix unclosed parentheses after `raw' link Message-ID: <20240830-illegal-amazing-quetzal-dbefba@lemur> References: <20240830-crystal-active-dingo-03bfbd@lemur> <20240830203635.M599683@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240830203635.M599683@dcvr> List-Id: On Fri, Aug 30, 2024 at 08:36:35PM GMT, Eric Wong wrote: > > It can be seen live here: > > https://lore.kernel.org/all/fe9d19fa-661d-4358-aa0a-ea419c419266@gaijin.team/T/#t > > > > Any way to get it fixed? :) > > Not OCD at all and definitely a bug, thanks for the report :> > I knew I couldn't possibly be the only one. :) > This formatting error was accidentally introduced while > converting a `qq{}' concatenation to a `say' statement. Re-add > the `)'. While we're at it, switch to a `print' statement > since we use a string literal anyways and `say' would require an > extra global variable lookup at runtime. Tested-by: Konstantin Ryabitsev Thanks! -K