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
If i check the 0.15.0, versions.bash script always using:
DEFAULT_QUERY="[0-9]"
but at the 0.16.0, it is not using the same DEFAULT_QUERY so it will result in stackless-3.7.5.
If it is intended to not use default query, i think it is needed for a feature to add our own FilterOut regeular expression or add our own regex pattern query.
Describe the proposed solution
Adding an option for regex filter out or regex pattern query
Describe similar asdf features and why they are not sufficient
asdf latest always return not the real latest version
Describe other workarounds you've considered
I am not a go programmer, but i can only inform that there is a need for default query regex or an option to add default query regex
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
I found out that the latest option in version 0.16.0 and 0.15.0 behave differently.
In asdf 0.15.0, the latest option correctly give the latest version, for example:
But in version 0.16.0 the latest option behave differently and end up not give the real last version:
If i check the 0.15.0, versions.bash script always using:
but at the 0.16.0, it is not using the same DEFAULT_QUERY so it will result in stackless-3.7.5.
If it is intended to not use default query, i think it is needed for a feature to add our own FilterOut regeular expression or add our own regex pattern query.
Describe the proposed solution
Adding an option for regex filter out or regex pattern query
Describe similar
asdf
features and why they are not sufficientasdf latest always return not the real latest version
Describe other workarounds you've considered
I am not a go programmer, but i can only inform that there is a need for default query regex or an option to add default query regex
The text was updated successfully, but these errors were encountered: