Skip to content
Snippets Groups Projects

Depend on Tahoe-LAFS 1.17.1

Merged Jean-Paul Calderone requested to merge 280.tahoe-lafs-1.17.1 into main

Stacked on #278 Fixes #280 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Administrator
    Administrator @root started a thread on commit cf530449
  • 211 226 # so that `self._signing_key` will be assigned when this runs.
    212 227 return PublicKey.from_signing_key(self._signing_key)
    213 228
    229 def _bucket_writer_closed(self, bw: BucketWriter):
  • Administrator
    Administrator @root started a thread on commit cf530449
  • 302 334 allocated_size,
    303 335 )
    304 336
    305 alreadygot, bucketwriters = self._original._allocate_buckets(
    337 alreadygot, bucketwriters = self._original.allocate_buckets(
  • Administrator
  • Administrator
  • Administrator
  • Administrator
  • Administrator
  • Created by: tomprince

    Review: Approved

    This looks good. There are a couple of minor things to change in the tests (mostly around naming to align with upstream), but is good to merge after that. (I assume that most of the coverage annotation things are due to codecov not working properly)

  • Please register or sign in to reply
    Loading