1- use YAML.unsafe_load to avoid ruby 3.2 / Psych 4 error
in `find': Tried to load unspecified class: Time (Psych::DisallowedClass)
from /usr/share/gems/gems/psych-5.0.1/lib/psych/class_loader.rb:28:in `load'
2- use single-quotes around grep 'pattern' since no variable interpolation is done.
Maybe wrong wrt escape-backslash, I had no success proving it either way.
branch is now force-updated to check Psych version,
as done in
commit 711cb48ded8c6ac2c75557158cff40f1639705f7
Author: Philip Li philip.li@intel.com
Date: Sat May 27 18:42:25 2023 +0800
2 patches here:
1- use YAML.unsafe_load to avoid ruby 3.2 / Psych 4 error
2- use single-quotes around grep 'pattern' since no variable interpolation is done. Maybe wrong wrt escape-backslash, I had no success proving it either way.