Skip to content

Conversation

@rondlh
Copy link
Contributor

@rondlh rondlh commented Dec 15, 2025

Solve remaining unchecked and deprecation warnings

Solve remaining unchecked and deprecation warnings
return;
}
TarArchiveEntry tarEntry = tarIn.getNextTarEntry();
TarArchiveEntry tarEntry = tarIn.getNextEntry();
Copy link
Member

Choose a reason for hiding this comment

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

Have you checked this still works, i remember making this change because tar was not working for symlinks (in one of the Mac tar files)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't test it for Mac, I don't have the hardware. Could you test it?

It seems a plain case of method overloading, but I could be wrong. As far as I can see, based on the jvm.json file, only Linux uses the tar-file, Mac uses the zip-file.

@madhephaestus madhephaestus merged commit 6a6496b into CommonWealthRobotics:main Dec 17, 2025
5 checks passed
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.

2 participants