Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast track exact auto #813

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Fast track exact auto #813

merged 2 commits into from
Sep 6, 2024

Conversation

shadowspawn
Copy link
Collaborator

Pull Request

Problem

Using auto and engine always do a network lookup even when the target version is a fully specified numeric version. This is an unnecessary extra step for which and run and exec.

See #812

Solution

Add another pre-process for auto and engine to allow the fast-track for numeric versions.

ChangeLog

Changed: avoid a network lookup if auto or engine have a fully specified numeric version.

@shadowspawn shadowspawn changed the title Feature/fast track exact auto Fast track exact auto Sep 6, 2024
@shadowspawn shadowspawn merged commit 426952c into develop Sep 6, 2024
@shadowspawn shadowspawn deleted the feature/fast-track-exact-auto branch September 6, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant