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

Simplified pass options explicitly #62

Closed
markfinal opened this issue Jun 18, 2023 · 0 comments
Closed

Simplified pass options explicitly #62

markfinal opened this issue Jun 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@markfinal
Copy link
Owner

markfinal commented Jun 18, 2023

As a first pass, and quick, to be able to pass options from dependencies to the build, have a line edit in the configuration.

@markfinal markfinal converted this from a draft issue Jun 18, 2023
@markfinal markfinal added this to the v1.4.0 milestone Jun 18, 2023
@markfinal markfinal self-assigned this Jun 18, 2023
@markfinal markfinal added the enhancement New feature or request label Jun 18, 2023
markfinal added a commit that referenced this issue Jun 18, 2023
Configuration has a new QLineEdit that takes a string of the form

<pkg>:<option>=<value>, [<repeat>]

so that option values for dependencies can be incorporated into the build.

The QLineEdit has a validator to ensure the format.
markfinal added a commit that referenced this issue Jul 3, 2023
Configuration has a new QLineEdit that takes a string of the form

<pkg>:<option>=<value>, [<repeat>]

so that option values for dependencies can be incorporated into the build.

The QLineEdit has a validator to ensure the format.
markfinal added a commit that referenced this issue Jul 13, 2023
Configuration has a new QLineEdit that takes a string of the form

<pkg>:<option>=<value>, [<repeat>]

so that option values for dependencies can be incorporated into the build.

The QLineEdit has a validator to ensure the format.
foundry-markf pushed a commit to foundry-markf/cruiz that referenced this issue Jul 13, 2023
Configuration has a new QLineEdit that takes a string of the form

<pkg>:<option>=<value>[,<repeat>]

so that option values for dependencies can be incorporated into the build.

The QLineEdit has a validator to ensure the format.

Conan commands that take options, as well as the lockfile generation as part
of recipe loading, will automatically use additional options.

This is a (hopefully) short term solution as 'full options' are not yet
expressed as part of the UI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant