Skip to content
Snippets Groups Projects

merge stable into default

Merged Pierre-Yves David requested to merge topic/default/branching into branch/default
  1. Oct 25, 2024
  2. Oct 24, 2024
    • Raphaël Gomès's avatar
      zope-interface: add compatibility with 3.13 compiler attributes · 7862a5ac
      Raphaël Gomès authored
      We could follow-up with an actual vendoring update from the newest version
      of zope-interface in the new cycle since we're dropping 3.7 and down.
      
      However we are also in the process of replacing zope-interface with Protocol, so
      hopefully we can simply drop the zope-interface vendoring.
      7862a5ac
    • Raphaël Gomès's avatar
    • Raphaël Gomès's avatar
      py-3-13: stabilize the docstring output across all supported Python versions · 51057ab0
      Raphaël Gomès authored
      Python 3.13 now trims indents from docstrings at compilation time
      (to save space in .pyc), so all of our helptext is affected.
      The indentation has never served a user-facing purpose and was more here
      because nobody cared enough to remove it: we gain some screen space this way.
      Rather than undo the transformation (which isn't really possible since the
      transform also deletes leading/trailing whitespace), we align the behavior
      of older Python versions with that of 3.13.
      
      Unfortunately, this means breaking some of the translations. I've only
      touched the ones that need to work for some tooling tests to pass, but
      I do not have the time to fix the rest of them across all languages, since
      they cannot be done in an automated way. i18n updates have been basically
      abandonned for a good while now, hopefully someone cares enough to bring them
      back.
      51057ab0
    • Raphaël Gomès's avatar
      test-lfs-serve-access: vastly simplify the error output check · 888e00b2
      Raphaël Gomès authored
      The traceback differences between all supported Python versions is about to
      become insane to handle, so let's check what we're actually looking to check.
      888e00b2
  3. Mar 31, 2024
    • Felipe Resende's avatar
      subrepo: propagate non-default path on outgoing · fb15ba66
      Felipe Resende authored
      There was already a fix made in 5dbff89cf107 for pull and push commands. I did
      the same for the outgoing command.
      
      The problem I identified is that when the parent repository has multiple paths,
      the outgoing command was not respecting the parent path used and was always
      using the default path for subrepositories.
      fb15ba66
  4. Oct 24, 2024
  5. Jun 11, 2024
  6. Oct 23, 2024
  7. Oct 16, 2024
Loading