Closed konsumlamm closed 2 years ago
True, stable is currently 1.6.2, so I guess checking 1.6 at all (or checking stable) is a bit redundant.
However, 1.6.2 is 1.6.0 with bug fixes, I don't see why we should keep 1.6.0 support.
You are right, we should remove 1.6.0 support. EDIT : realized there is a problem if a new Nim version releases. It is interesting in that case to have both 1.6.2 and stable, since it will automatically test for the new Nim release and keep old version checks. Maybe we should remove stable instead, and update versions manually. In any case, we will have to remove old versions manually.
Btw, 1.6.4 is around the corner.
Btw, 1.6.4 is around the corner.
So should I rather wait for that?
So should I rather wait for that?
Yeah, keep this open and once the 1.6.4 is out, we'll update and merge it.
@narimiran since 1.6.4 is out now, I updated the PR. I also removed stable
, since that's 1.6.4 anyway and this way we can explicitly state the supported versions.
I am pretty sure
stable
version is already1.6.2
. I do not see why we should remove1.6.0
support.