-
Notifications
You must be signed in to change notification settings - Fork 282
Should large file in folder dlib and tracked in git #311
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
Comments
Yea.. We are missing a real build system here (no grade, makefile..). To answer
The answer is obviously: no, but go-flutter/git doesn't prevent you from doing so. Given the fact that we want to avoid a hook/plugins system that runs upon
I don't know the best answer. I'm welcome to propositions! |
Sorry for late response. For details:
@pchampio Is this okay? If yes, I will make it |
We are still open for ideas.
would be enough? |
Is it enough only have source url ? |
We would like to avoid hooks ref:#203 (comment) |
Instead of hooks into Go code, we could consider hooks like git does it? Executing a script/executable file and giving it data on stdin? |
Yes. keep it simple. darwin: "https://something.com/A.Framwork"
window: "https://something.com/A.dll"
linux: "https://something.com/A.so"
doc: "https://something.com/README.md" |
What if someone requires multiple libraries? What if they want to use ftp instead of http? Or nfs? What if the framework needs to be compiled on the machine that hover is ran, before it can be used? In the original discussion about hooks we may have over-complicated it by thinking about hooks into Go. When using bash scripts as hook, like git does, that becomes a lot easier. I wouldn't mind opening that discussion again. |
@GeertJohan @pchampio |
A hook system would also benefit #240. But a hook system is not easy and needs to be done right. |
Should large file in folder
dlib
and tracked in git ?Can we use hover to auto download it when
hover plugins get
?The text was updated successfully, but these errors were encountered: