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

fix: ignore dead symbolic links and fail on explicit missing //SOURCE (#744)f #744

Merged
merged 1 commit into from
Feb 21, 2021

Conversation

maxandersen
Copy link
Collaborator

//SOURCE missingfile.java will now error.
//SOURCE **/*.java and it matches symoblic link which point to dead file will be ignored

@quintesse should we maybe ignore both cases and just print warn during --verbose ? WDYT?

//SOURCE missingfile.java will now error.
//SOURCE **/*.java and it matches symoblic link which point to dead file will be ignored
@maxandersen maxandersen changed the title fix: ignore dead symbolic links and fail on explicit missing //SOURCE fix: ignore dead symbolic links and fail on explicit missing //SOURCE (#744)f Feb 21, 2021
@maxandersen maxandersen merged commit edbd3e1 into jbangdev:master Feb 21, 2021
@maxandersen maxandersen deleted the missingfiles branch February 21, 2021 21:28
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

Successfully merging this pull request may close these issues.

1 participant