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

[Improvement]: Allow specifying the minimum compatible version of build tools in the Ballerina.toml #43089

Open
gayaldassanayake opened this issue Jul 12, 2024 · 0 comments
Labels
Area/CLI-BuildTools Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement

Comments

@gayaldassanayake
Copy link
Contributor

gayaldassanayake commented Jul 12, 2024

Description

Currently, we can integrate build tools into a Ballerina package. The versions of the tool used to build the package is saved in the Dependencies.toml, similar to the packages.

Describe your problem(s)

However, we don't allow specifying the minimum compatible tool version in the Ballerina.toml. This is permitted for packages, but not yet for tools.

Describe your solution(s)

Allow specifying minimum compatible tool version in the Ballerina.toml

[[tool-dependency]]
id = "health"	
org = "ballerina"
name = "tool_openapi"
version = "2.1.1"
  • Note - The exact design of this needs to be finalized.

Related area

-> Compilation

Related issue(s) (optional)

Original issue for the build tools feature - #42155

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@ballerina-bot ballerina-bot added needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels Jul 12, 2024
@gayaldassanayake gayaldassanayake added Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Area/CLI-BuildTools and removed needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CLI-BuildTools Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement
Projects
None yet
Development

No branches or pull requests

2 participants