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
In June 2020, a bug report has been created on diff-lcs about compat issue with chef-cli: halostatue/diff-lcs#65
Since the, a < 1.4.0 constraint has been added to chef-cli dependency on diff-lcs.
I want to relax this constraint and allow the use of recent versions like 1.5.1 because it fixes actual bugs in the diff computation.
It seems the only use of diff-lcs is for the chef-cli diff command; I personnally don't think it is a big deal to finally have proper diff output.
If you think
Describe the Need
Any ruby user depending on chef-cli is currently blocked on old buggy deps :(
Current Alternative
Different Gemfile ... yeah! 👎🏻
Can We Help You Implement This?
I can submit a PR to remove the constraints, but you may want a Breaking change release, I don't know, let me know!
The text was updated successfully, but these errors were encountered:
Describe the Enhancement
In June 2020, a bug report has been created on diff-lcs about compat issue with
chef-cli
: halostatue/diff-lcs#65Since the, a
< 1.4.0
constraint has been added tochef-cli
dependency ondiff-lcs
.I want to relax this constraint and allow the use of recent versions like
1.5.1
because it fixes actual bugs in the diff computation.It seems the only use of
diff-lcs
is for thechef-cli diff
command; I personnally don't think it is a big deal to finally have proper diff output.If you think
Describe the Need
Any ruby user depending on
chef-cli
is currently blocked on old buggy deps :(Current Alternative
Different
Gemfile
... yeah! 👎🏻Can We Help You Implement This?
I can submit a PR to remove the constraints, but you may want a Breaking change release, I don't know, let me know!
The text was updated successfully, but these errors were encountered: