ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: Eric Wong via ruby-core <ruby-core@ml.ruby-lang.org>
To: ruby-core@ml.ruby-lang.org
Cc: Eric Wong <normalperson@yhbt.net>
Subject: [ruby-core:117299] Re: [Ruby master Feature#20205] Enable `frozen_string_literal` by default
Date: Sat, 23 Mar 2024 19:32:51 +0000	[thread overview]
Message-ID: <20240323193251.M312557@dcvr> (raw)
In-Reply-To: <redmine.issue-20205.20240123152642.7941@ruby-lang.org>

"byroot (Jean Boussier) via ruby-core" <ruby-core@ml.ruby-lang.org> 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/

  parent reply	other threads:[~2024-03-23 19:33 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 15:26 [ruby-core:116382] [Ruby master Feature#20205] Enable `frozen_string_literal` by default byroot (Jean Boussier) via ruby-core
2024-01-23 18:32 ` [ruby-core:116386] " matheusrich (Matheus Richard) via ruby-core
2024-01-24  4:38 ` [ruby-core:116390] " mame (Yusuke Endoh) via ruby-core
2024-01-24  9:34 ` [ruby-core:116396] " zverok (Victor Shepelev) via ruby-core
2024-01-24  9:44 ` [ruby-core:116397] " byroot (Jean Boussier) via ruby-core
2024-01-24  9:46 ` [ruby-core:116398] " byroot (Jean Boussier) via ruby-core
2024-01-24 11:11 ` [ruby-core:116404] " duerst via ruby-core
2024-01-24 11:12 ` [ruby-core:116405] " Eregon (Benoit Daloze) via ruby-core
2024-01-24 11:14 ` [ruby-core:116406] " byroot (Jean Boussier) via ruby-core
2024-01-24 14:22 ` [ruby-core:116410] " mame (Yusuke Endoh) via ruby-core
2024-01-24 15:34 ` [ruby-core:116411] " byroot (Jean Boussier) via ruby-core
2024-01-24 16:28 ` [ruby-core:116412] " jeremyevans0 (Jeremy Evans) via ruby-core
2024-01-24 17:14 ` [ruby-core:116414] " Dan0042 (Daniel DeLorme) via ruby-core
2024-01-24 17:29 ` [ruby-core:116416] " rubyFeedback (robert heiler) via ruby-core
2024-01-24 17:46 ` [ruby-core:116417] " byroot (Jean Boussier) via ruby-core
2024-01-24 17:46 ` [ruby-core:116418] " palkan (Vladimir Dementyev) via ruby-core
2024-01-24 18:13 ` [ruby-core:116419] " byroot (Jean Boussier) via ruby-core
2024-01-24 18:53 ` [ruby-core:116420] " tenderlovemaking (Aaron Patterson) via ruby-core
2024-01-24 18:56 ` [ruby-core:116421] " tenderlovemaking (Aaron Patterson) via ruby-core
2024-01-24 19:42 ` [ruby-core:116422] " palkan (Vladimir Dementyev) via ruby-core
2024-01-24 19:45 ` [ruby-core:116423] " palkan (Vladimir Dementyev) via ruby-core
2024-01-24 19:48 ` [ruby-core:116424] " kddnewton (Kevin Newton) via ruby-core
2024-01-24 19:49 ` [ruby-core:116425] " byroot (Jean Boussier) via ruby-core
2024-01-24 19:57 ` [ruby-core:116426] " palkan (Vladimir Dementyev) via ruby-core
2024-01-24 21:36 ` [ruby-core:116427] " Dan0042 (Daniel DeLorme) via ruby-core
2024-01-24 21:58 ` [ruby-core:116428] " byroot (Jean Boussier) via ruby-core
2024-01-24 22:25 ` [ruby-core:116429] " jeremyevans0 (Jeremy Evans) via ruby-core
2024-01-24 22:32 ` [ruby-core:116430] " byroot (Jean Boussier) via ruby-core
2024-01-25 11:30 ` [ruby-core:116442] " Eregon (Benoit Daloze) via ruby-core
2024-01-25 12:18 ` [ruby-core:116443] " byroot (Jean Boussier) via ruby-core
2024-01-25 13:53 ` [ruby-core:116444] " Dan0042 (Daniel DeLorme) via ruby-core
2024-01-25 14:33 ` [ruby-core:116445] " byroot (Jean Boussier) via ruby-core
2024-01-25 15:32 ` [ruby-core:116446] " Dan0042 (Daniel DeLorme) via ruby-core
2024-01-25 15:43 ` [ruby-core:116447] " byroot (Jean Boussier) via ruby-core
2024-01-25 16:49 ` [ruby-core:116449] " byroot (Jean Boussier) via ruby-core
2024-02-14  7:30 ` [ruby-core:116733] " matz (Yukihiro Matsumoto) via ruby-core
2024-02-14  9:08 ` [ruby-core:116735] " byroot (Jean Boussier) via ruby-core
2024-02-14 14:48 ` [ruby-core:116753] " Dan0042 (Daniel DeLorme) via ruby-core
2024-02-14 16:28 ` [ruby-core:116759] " byroot (Jean Boussier) via ruby-core
2024-03-19 17:17 ` [ruby-core:117232] " Dan0042 (Daniel DeLorme) via ruby-core
2024-03-19 19:00 ` [ruby-core:117234] " byroot (Jean Boussier) via ruby-core
2024-03-19 20:37 ` [ruby-core:117236] " Dan0042 (Daniel DeLorme) via ruby-core
2024-03-23 19:32 ` Eric Wong via ruby-core [this message]
2024-05-06 18:00 ` [ruby-core:117782] " headius (Charles Nutter) via ruby-core
2024-05-06 18:58 ` [ruby-core:117784] " byroot (Jean Boussier) via ruby-core

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240323193251.M312557@dcvr \
    --to=ruby-core@ruby-lang.org \
    --cc=normalperson@yhbt.net \
    --cc=ruby-core@ml.ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).