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
Current values are rather misleading/counter-intuitive. And they don't allow to do a numeric comarison like:
if ( pkg_compare_version('x', '1.6.0') <= PKG_VERSION_EQUAL ) ...
to test if a version is less or equal.
This should not be a problem to define less=-1 and greater=1 when all the PRs related to pkg_compare_version() have been merged. We just need to tell site to update their local templates if they use this function.
The text was updated successfully, but these errors were encountered:
Current values are rather misleading/counter-intuitive. And they don't allow to do a numeric comarison like:
to test if a version is less or equal.
This should not be a problem to define less=-1 and greater=1 when all the PRs related to
pkg_compare_version()
have been merged. We just need to tell site to update their local templates if they use this function.The text was updated successfully, but these errors were encountered: