Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

makefile does not ensure output directories #230

Closed
BenTheElder opened this issue Jul 20, 2019 · 4 comments
Closed

makefile does not ensure output directories #230

BenTheElder opened this issue Jul 20, 2019 · 4 comments
Milestone

Comments

@BenTheElder
Copy link
Contributor

make tidy, will fail due to ./bin/cache/go/bin not existing. in general the make commands depend on directories that will not exist in a clean development environment and do not ensure that they exist.

@BenTheElder
Copy link
Contributor Author

Addtionally, after writing a patch for this, it seems goimports must be installed on the host.

I would tentatively suggest something like creating a hack/tools go module to track development tools and install these to bin/ from the module instead of using whatever the host has installed.

@BenTheElder
Copy link
Contributor Author

besides goimports, make tidy also depends on sfdp (graphviz?), I suppose we should just document this in devel? or possibly it could be run via a container?

@luxas luxas added this to the v0.5.0 milestone Jul 23, 2019
@luxas
Copy link
Contributor

luxas commented Jul 23, 2019

Thanks! Fixed with #231. @twelho is now fixing the graphviz doc issue. Closing this :)

@luxas luxas closed this as completed Jul 23, 2019
@BenTheElder
Copy link
Contributor Author

BenTheElder commented Jul 23, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants