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

feat: Document using JBang on Windows, improve diagnosability of symbolic linking issues #898

Merged

Conversation

oleg-nenashev
Copy link
Contributor

@oleg-nenashev oleg-nenashev commented May 29, 2021

  • Document using JBang on WIndows, esp. symbolic link concerns
  • Update contributing guidelines so clarify the environment expectations
  • Add assumptions to the failing unit test
  • Add diagnostics messaging to JBang execution

Closes #895

@oleg-nenashev oleg-nenashev changed the title Document using JBang on Windows, improve diagnosability of symbolic linking issues rfe,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues May 29, 2021
@oleg-nenashev oleg-nenashev changed the title rfe,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues chore,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues May 29, 2021
@oleg-nenashev oleg-nenashev changed the title chore,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues feat,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues May 29, 2021
@quintesse
Copy link
Contributor

LGTM so far 👍

@oleg-nenashev oleg-nenashev changed the title feat,docs: Document using JBang on Windows, improve diagnosability of symbolic linking issues feat: Document using JBang on Windows, improve diagnosability of symbolic linking issues May 29, 2021
@@ -198,7 +198,7 @@ public static ModularClassPath resolveDependencies(List<String> deps, List<Maven
artifacts = stage.asList(MavenResolvedArtifact.class); // , RUNTIME);

} catch (RuntimeException e) {
throw new ExitException(1, "Could not resolve dependency", e);
throw new ExitException(1, "Could not resolve dependency " + it, e);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated one-liner

@oleg-nenashev oleg-nenashev marked this pull request as ready for review May 29, 2021 10:53
@maxandersen maxandersen merged commit 478f0c8 into jbangdev:main May 29, 2021
@maxandersen
Copy link
Collaborator

@all-contributors please add @oleg-nenashev for code

@allcontributors
Copy link
Contributor

@maxandersen

I've put up a pull request to add @oleg-nenashev! 🎉

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.

JBang failures on Windows when symlinks are allowed in the FileSystem
3 participants