Results 11 issues of Dylan

target: patch
action: merge

This should allow the requirements parser to handle files that have hashes in them. Nothing is done with the hash information. Tests were also added for both single and multi...

1 point difficulty Print the combined config that is then passed to the aspect-cli to make is easier to debug and find how the configs are interacting

3 points difficulty We don't want the CLI updating the config automatically - it needs to instruct the user on what command to run to update the config. Desired outcome...

2 points difficulty related to the implementation of loading the three configs doc that describes the expected actions: https://hackmd.io/GKLazSQ3RU-aagWQoJJicg

3 points difficulty use json schema to validate the configuration

3 points difficulty Implement order of priority for flags > user > project more description is given in the doc here: https://hackmd.io/GKLazSQ3RU-aagWQoJJicg

3 points difficulty Need to handle circular dependency Described in doc: https://hackmd.io/GKLazSQ3RU-aagWQoJJicg

Was hoping to allow bazelisk to install a bazel binary from a repo that is not a fork of bazel but a different repo and doesn't have the same name...

type: feature request
P3