Skip to content
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

Improve project specific tasks.json #187

Open
stephenhensley opened this issue Apr 22, 2021 · 0 comments
Open

Improve project specific tasks.json #187

stephenhensley opened this issue Apr 22, 2021 · 0 comments

Comments

@stephenhensley
Copy link
Collaborator

This can be split into multiple issues if necessary.

The tasks.json suffers from a few of the following inconveniences:

Also related to this, I believe we can leverage the 'Multi-root Workspaces' feature of VS Code to manage this whole repository, but that is outside of the scope of this issue.

complete rebuild

The default "build_all" and "build_all_debug" tasks also rebuild the entire library (and do so from scratch).

I think it's convenient to build the libraries, but doing make clean on them first is a bit overkill. We should remove the make clean from those tasks, and add tasks for "rebuilding" with make clean that can be used if/when they're needed.

debug/launch task

The debug task only sets the DEBUG flag for the user project. This should probably also enable debugging (or we should have an easier method of choosing) within the library itself.

Currently you have to open the libdaisy/Makefile and set DEBUG=1.

Again, there are times where a user might want to have these values set differently, but I think the vast majority would want all involved projects to be debuggable, when debugging.

hyrfilm pushed a commit to hyrfilm/DaisyExamples that referenced this issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant