From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on starla X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from nue.mailmanlists.eu (nue.mailmanlists.eu [IPv6:2a01:4f8:1c0c:6b10::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1656A1F461 for ; Sat, 23 Mar 2024 19:33:05 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; secure) header.d=ml.ruby-lang.org header.i=@ml.ruby-lang.org header.a=rsa-sha256 header.s=mail header.b=IFOV93Eg; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=yhbt.net header.i=@yhbt.net header.a=rsa-sha256 header.s=selector1 header.b=HTjPrBtQ; dkim-atps=neutral Received: from nue.mailmanlists.eu (localhost [127.0.0.1]) by nue.mailmanlists.eu (Postfix) with ESMTP id 5703A835C1; Sat, 23 Mar 2024 19:32:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ml.ruby-lang.org; s=mail; t=1711222376; bh=SIxj86o35HpdpqKthjc++JrIn6Td6zanmKezfuzl63U=; h=Date:To:References:In-Reply-To:Reply-To:Subject:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From:Cc:From; b=IFOV93EgOwF+Mnjcm/KEtgt+dQSUX4eZvCJph35W2lpqbMU1bO7o4IGU7INM8mH1B ed+4vH3EjlTuQrP8V5aeDgf/tQqMZskKTJc3QovfrE+vbKRp7qtbbg/I8pOIAopHnH ncm6Ik4FSuLIhl5fPeob/waKH04hC358d1XWo65Q= Received: from dcvr.yhbt.net (dcvr.yhbt.net [173.255.242.215]) by nue.mailmanlists.eu (Postfix) with ESMTPS id 36268834F6 for ; Sat, 23 Mar 2024 19:32:53 +0000 (UTC) Authentication-Results: nue.mailmanlists.eu; dkim=pass (1024-bit key; unprotected) header.d=yhbt.net header.i=@yhbt.net header.a=rsa-sha256 header.s=selector1 header.b=HTjPrBtQ; dkim-atps=neutral Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6144F1F44D; Sat, 23 Mar 2024 19:32:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yhbt.net; s=selector1; t=1711222371; bh=Wy3TVxawYYOc3v0cXrG8FgKhVnMt51uHNqevd45t8es=; h=Date:From:To:Subject:References:In-Reply-To:From; b=HTjPrBtQzsSTIFOvOtexVNOkVT3kRq5YbJSM+E9ANEJHZ9Gy0B3yFBivZWhZnylRI 3DLcx7mp0vxzOok9Bb4zadxgfsBxTRqazEBB6pvD0bSr3P8dlYNivdd0aU6PWWJSBd i9PX773SDl/apERgeLoRB1JdMkJhhmJK3+mATMIY= Date: Sat, 23 Mar 2024 19:32:51 +0000 To: ruby-core@ml.ruby-lang.org Message-ID: <20240323193251.M312557@dcvr> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Message-ID-Hash: NOYADPDUEM6VI3SWBJIUI6N6OJ65U5QM X-Message-ID-Hash: NOYADPDUEM6VI3SWBJIUI6N6OJ65U5QM X-MailFrom: normalperson@yhbt.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.3 Precedence: list Reply-To: Ruby developers Subject: [ruby-core:117299] Re: [Ruby master Feature#20205] Enable `frozen_string_literal` by default List-Id: Ruby developers Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Eric Wong via ruby-core Cc: Eric Wong Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit "byroot (Jean Boussier) via ruby-core" wrote: > https://bugs.ruby-lang.org/issues/20205 > One example of that was the Ruby 2.7 keyword argument > deprecation. It was quite verbose, and some users were > initially annoyed, but I think the community pulled through it > and I don't seem to hear much about it anymore. Or the users gave up and quit Ruby given the constant churn :P I know this happened all around me throughout the 2010s... Anyways, I wrote some Perl the other week to add fsl:false somewhat intelligently (accounting for other comment-pragma, shebang, etc): # for old git users wget https://yhbt.net/add-fsl.git/74d7689a641eca02/s/add-fsl.perl cloneable with recent-ish git for SHA256: git clone https://yhbt.net/add-fsl.git # needs git 2.32+ git clone git://yhbt.net/add-fsl.git # needs git 2.2x or so... ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/