everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: dtas-all@nongnu.org
Subject: [PATCH 0/4] require Ruby 2.3+, support Ruby 3.1
Date: Thu, 20 Jan 2022 18:34:15 +0000	[thread overview]
Message-ID: <20220120183419.2214-1-e@80x24.org> (raw)

I figure most workstation and laptop users will have Ruby 2.3+
by now, since the Ruby core team doesn't even support 2.5.

In any case, old versions of dtas remain available for users of
old Rubies; but AFAIK dtas hardly has users atm and isn't likely
to gain more.

Psych 4.x (YAML) distributed with Ruby 3.1 breaks some subtle cases
for us so 4/4 fixes them.

Eric Wong (4):
  require Ruby 2.3+
  get rid of DTAS.dedupe_str wrapper
  move dtas-graph into script/, support Perl for dtas.sh
  use YAML.unsafe_load in Psych 4.x (Ruby 3.1+)

 bin/dtas-console                   |  4 ++--
 bin/dtas-msinkctl                  |  4 ++--
 bin/dtas-partstats                 | 12 +++---------
 bin/dtas-readahead                 | 11 +++++------
 bin/dtas-sinkedit                  |  7 +++----
 bin/dtas-sourceedit                |  7 +++----
 bin/dtas-splitfx                   |  6 +++---
 bin/dtas-tl                        |  4 ++--
 dtas.gemspec                       |  4 ++--
 dtas.sh                            |  7 ++++---
 lib/dtas.rb                        | 28 ++++++----------------------
 lib/dtas/compat_onenine.rb         | 17 -----------------
 lib/dtas/fadefx.rb                 |  4 ++--
 lib/dtas/mlib.rb                   | 12 +++++-------
 lib/dtas/partstats.rb              |  5 ++---
 lib/dtas/pipeline.rb               |  5 +----
 lib/dtas/player.rb                 |  4 ++--
 lib/dtas/player/client_handler.rb  |  6 +++---
 lib/dtas/process.rb                |  3 +--
 lib/dtas/rg_state.rb               |  4 ++--
 lib/dtas/source/av_ff_common.rb    |  6 +++---
 lib/dtas/source/sox.rb             |  6 +++---
 lib/dtas/source/splitfx.rb         |  4 ++--
 lib/dtas/spawn_fix.rb              | 10 ----------
 lib/dtas/state_file.rb             |  4 ++--
 lib/dtas/watchable/fiddle_ino.rb   |  4 ++--
 {perl => script}/dtas-graph        |  2 +-
 test/test_encoding.rb              |  4 ++--
 test/test_format_change.rb         |  4 ++--
 test/test_player_client_handler.rb |  4 ++--
 test/test_player_integration.rb    | 15 +++++++--------
 test/test_rg_integration.rb        | 18 +++++++++---------
 test/test_sink.rb                  |  4 ++--
 test/test_splitfx.rb               |  6 ++----
 test/test_tfx.rb                   |  4 ++--
 35 files changed, 94 insertions(+), 155 deletions(-)
 delete mode 100644 lib/dtas/compat_onenine.rb
 delete mode 100644 lib/dtas/spawn_fix.rb
 rename {perl => script}/dtas-graph (97%)


             reply	other threads:[~2022-01-20 23:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 18:34 Eric Wong [this message]
2022-01-20 18:34 ` [PATCH 1/4] require Ruby 2.3+ Eric Wong
2022-01-20 18:34 ` [PATCH 2/4] get rid of DTAS.dedupe_str wrapper Eric Wong
2022-01-20 18:34 ` [PATCH 3/4] move dtas-graph into script/, support Perl for dtas.sh Eric Wong
2022-01-20 18:34 ` [PATCH 4/4] use YAML.unsafe_load in Psych 4.x (Ruby 3.1+) Eric Wong

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-all from there: mbox

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

  List information: https://80x24.org/dtas/README

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

  git send-email \
    --in-reply-to=20220120183419.2214-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=dtas-all@nongnu.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/dtas.git/

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).