princess
princess copied to clipboard
[WIP] Quality of life improvements and cleanup
- Remove unused imports
- Name parameters when supplying
- Fix a few lint warnings
-
getProofCertificateAsStringnow has sensible default arguments - Replace the deprecated
SyncVarwith the suggested replacement standard library JavaLinkedBlockingQueueof length 1, and fix some race conditions on the way
This patch should be possible to graft on to the master branch too, I hope
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?