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

[WIP] Quality of life improvements and cleanup #4

Open
wants to merge 4 commits into
base: scala-2.13
Choose a base branch
from

Conversation

amandasystems
Copy link
Collaborator

@amandasystems amandasystems commented Feb 16, 2023

  • Remove unused imports
  • Name parameters when supplying
  • Fix a few lint warnings
  • getProofCertificateAsString now has sensible default arguments
  • Replace the deprecated SyncVar with the suggested replacement standard library Java LinkedBlockingQueue of length 1, and fix some race conditions on the way

- Remove unused imports
- Name parameters when supplying
- Fix a few lint warnings
- `getProofCertificateAsString` now has sensible default arguments.
@amandasystems
Copy link
Collaborator Author

This patch should be possible to graft on to the master branch too, I hope

@amandasystems amandasystems changed the title Quality of life improvements and cleanup [WIP] Quality of life improvements and cleanup Feb 16, 2023
@pruemmer
Copy link
Collaborator

Awesome, thanks! I backported most of the changes to master, and then merged everything into scala-2.13; with the exception of the default arguments, since the proposed values (Format.Auto) would actually cause an exception.
Does this fix the exception in Catra?

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.

None yet

2 participants