dyrectorio
dyrectorio copied to clipboard
Add Makefile: check deps
Add intermediate pre-condition to make targets (root Makefile), as make dependencies to relevant code parts.
For golang code check go-dependencies, go-dev dependencies – separate.
For nodejs, the same.
These targets execute and if dependencies are missing or there is a version mismatch it bails with an exit code and an error.
Dependencies can be defined like so:
.PHONY target
target: dependency1 dependency2
step1
step2
I dint quite understand the entire issue, could you elaborate?
Hey @Cioraz! Welcome and thanks for reaching out. This should be pre-run test to make sure all the executables needed for development are available in PATH.
I would like to work on this
I would like to work on this
We haven't received a solution yet, so please proceed.
@polaroi8d @nandor-magyar @gerimate I added dependency checks targets. Please review my PR
Hi @Parvezkhan0, I've added a few thoughts.