Re: [patch] remove strver's leftover from error message in Solution.pm

2021-06-25 Thread Michael Paquier
On Sat, Jun 26, 2021 at 12:47:50AM +0700, Anton Voloshin wrote: > I think this should be backported to REL_13_STABLE, but not to REL_12_STABLE > and earlier, where strver was still present. Good catch! I will take care of that. -- Michael signature.asc Description: PGP signature

[patch] remove strver's leftover from error message in Solution.pm

2021-06-25 Thread Anton Voloshin
Hello, in src/tools/msvc/Solution.pm (in the current master) there is a leftover from the past: > confess "Bad format of version: $self->{strver}\n"; strver has been gone since 8f4fb4c6 in 2019, so I suggest an obvious one-line fix in the patch attached: diff --git a/src/too