I wonder how realistic is for package developers to assume that bugs reported for the LTS version 1.6.5, which are already fixed in 1.7.1, will be also fixed for the LTS version. Personally, I am facing the dilemma that, since I included the LTS version as compulsory test platform for four packages on which I am working, I am not sure if this is a wise option for me, because failures due to bugs in 1.6.5 can still happen.
Concretely, I reported in #40492 a failure of eigvals
for a certain complex matrix for Julia 1.6.0, and the issue was closed because it was fixed in 1.7.1! But this failure continues to exist also in the LTS version 1.6.5 and for other complex matrices encountered in my tests. So, the question is what perspectives exist to have this error corrected in 1.6.5 in a reasonably short time. Otherwise, the only option for me is to drop the compatibility of my packages with the LTS. I wonder if this is the only option for package developers. I would be glad to know opinions on this aspect.