You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable default behavior of frozen_string_literal for Ruby 3.4+
According to https://bugs.ruby-lang.org/issues/20205,
it will enable `# frozen_string_literal: true` by default in the future Ruby.
This changing will affect many Fluentd plugins, and they will require to be deal with it properly.
But I think it is too tough.
So, this patch will set `--disable=frozen_string_literal` as launch option to disable default behavior for `# frozen_string_literal: true` in future Ruby.
GitHub: fluentGH-4585
Signed-off-by: Watson <[email protected]>
0 commit comments