-
Notifications
You must be signed in to change notification settings - Fork 130
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 reference to internal class #393
Remove reference to internal class #393
Conversation
It's not the same behavior but should be fine, please fix the code formatting though (to match rest of the file). |
is there a gradle task for this? I don't know which parts should be changed and how, and I couldn't find it I tried reformatting with intellij after setting the code style to the project one but it changes a lot of the file, not only the changed lines |
|
See https://github.com/kotcrab/vis-ui/blob/master/CONTRIBUTING.md#code-formatter
Do you mean you used the file mentioned in the above doc? It's old so I guess it's possible it's no longer compatible.
That's unfortunate, should be fine to fallback to |
It's also not supported on Windows which is pretty surprising. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
This PR removes references to the class
com.apple.eio.FileManager
as it's part of an internal API, and creates problems when trying to package an application viajlink
. We notice this being a problem in the libgdx discord server a couple times, with the following error:I also noticed a typo in the readme and fixed it
Note: I don't have an Apple computer so I couldn't try these changes there, the way I tested it was by adding a new module to the project, with the following changes:
Then right clicking one of the files in the list, and picking "Show in explorer"