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

Separate operations and checks into steps #2

Open
marcospb19 opened this issue Oct 4, 2023 · 2 comments
Open

Separate operations and checks into steps #2

marcospb19 opened this issue Oct 4, 2023 · 2 comments

Comments

@marcospb19
Copy link
Owner

In a single tree traversal, generate four lists:

  1. List of critical issues that require manual intervention.
  2. List of warnings.
  3. List of intermediate directories to create.
  4. List of symlinks to be created.

If any, all items in 1 should be reported together, and the tool should exit.

Otherwise, 2 should be reported.

Then 3 should occur before 4 so that any errors are thrown earlier.

Then 4.

@marcospb19
Copy link
Owner Author

This lays the foundation for #3.

@marcospb19
Copy link
Owner Author

dotin import is already separated into steps, missing ones now are dotin link and dotin unlink.

Repository owner deleted a comment from tobarbaro Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant