dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] require Ruby 2.3+, support Ruby 3.1


From: Eric Wong
Subject: [PATCH 0/4] require Ruby 2.3+, support Ruby 3.1
Date: Thu, 20 Jan 2022 18:34:15 +0000

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 via email to

[Prev in Thread] Current Thread [Next in Thread]