-
Notifications
You must be signed in to change notification settings - Fork 63
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
Remove ./bin and ./utils #1992
Comments
One more reason:
|
Personally, I find the
What do you mean by a "ton of stuff"? |
I also find the scripts useful and would like to keep them. If we want to make it abundantly clear that this is just meant as dev tooliing, we could rename |
For the record, I really prefer to avoid hidden directories. |
Me too. If we rename it, it should probably be to |
OK, then let's resolve this as a wontfix. |
This is from #1988
I am thinking removing all of them. Developers should know after building where the artifacts are, and handle PATH themselves should they wish to add these artifacts to their PATH. They should also run
./gradlew :cli:lfc:assemble
at their pleasure. If they are not familiar with how to do so, usingnightly
would be a better idea.After #1988 there would be a ton of stuff in
./bin
. Yet (I think) these utility scropts doesn't really belong in this repo.I have this feeling as some projects I've seen (like NSA's Ghidra) do this. Most projects don't have a script dedicated to help people execute the build process, rather they simply point developers to the right direction in README. I think we should do that, but that's my €0.02.
The text was updated successfully, but these errors were encountered: