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

KTOR-8069 Add dev command to run an application in development mode mode #45

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Stexxe
Copy link
Contributor

@Stexxe Stexxe commented Feb 20, 2025

@Stexxe Stexxe requested review from vnikolova and osipxd February 20, 2025 11:04
Copy link
Member

@osipxd osipxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I have only a few minor comments


if len(catalogKeys) > 0 {
hasCatalog := false
catalogName := "libs.versions.toml"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor. Should this work for catalogs with non-default name? Something different from libs

}
}

version = semver{major: major, minor: minor, patch: patch, valid: true}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious. When valid will be false? By default?

numResults++

if result.found && pVersion.valid && pVersion.aboveOrEqual(minPluginVersion) {
runTask = fmt.Sprintf(":%s:run", result.dirName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use relative path and replace / with ":" to support nested projects?

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.

2 participants