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

Allow to specify target to build in command-line #4

Closed
drakes00 opened this issue Dec 19, 2023 · 6 comments
Closed

Allow to specify target to build in command-line #4

drakes00 opened this issue Dec 19, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@drakes00
Copy link
Owner

Fixed in 32fa3bd

@drakes00 drakes00 self-assigned this Dec 19, 2023
@drakes00 drakes00 added the enhancement New feature or request label Dec 19, 2023
@drakes00 drakes00 added this to the v1.1 milestone Dec 19, 2023
@drakes00
Copy link
Owner Author

Could be improved to accept multiple targets instead of one.

@drakes00
Copy link
Owner Author

drakes00 commented Dec 19, 2023

Currently requires absolute path only. Need to allow relative paths using pathlib module #3

@drakes00
Copy link
Owner Author

test_func.py:test_20_specificTargets does not work (tests nothing at the moment).
Needs rework!

@drakes00
Copy link
Owner Author

drakes00 commented Jun 3, 2024

Currently throws at line

def generateDependencyList(targets: list[TYP_PATH] | None = None) -> TYP_DEP_LIST:
because targets is a list of str.

@drakes00
Copy link
Owner Author

drakes00 commented Jun 3, 2024

Currently throws at line

def generateDependencyList(targets: list[TYP_PATH] | None = None) -> TYP_DEP_LIST:

because targets is a list of str.

Fixed in dd59583

@drakes00
Copy link
Owner Author

Tests added in e588fb5
Need to add tests for VirtualTargets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant