[bug#77949,0/3] Break utf8proc dependency cycle and update neovim to 0.11.0

Message ID cover.1745206603.git.johnkhootf@gmail.com
Headers
Series Break utf8proc dependency cycle and update neovim to 0.11.0 |

Message

John Khoo April 21, 2025, 3:39 a.m. UTC
  This patch series creates a utf8proc-bootstrap package to break the dependency
cycle between utf8proc and julia. This allows utf8proc to be updated, which in
turn allows neovim to be updated.

John Khoo (3):
  gnu: utf8proc: Update to 2.10.0.
  gnu: tree-sitter: Update to 0.25.3.
  gnu: neovim: Update to 0.11.0.

 gnu/packages/julia.scm       |   3 +-
 gnu/packages/textutils.scm   | 134 +++++++++++++++--------------------
 gnu/packages/tree-sitter.scm |   7 +-
 gnu/packages/vim.scm         |   7 +-
 4 files changed, 69 insertions(+), 82 deletions(-)


base-commit: 94e7afbb557d3f2709072bf2bf58618293ca7fbd
--
2.49.0
  

Comments

Luis Pereira April 23, 2025, 6:07 a.m. UTC | #1
Hello,

This patch obsoletes 77756 which can then be closed.

Good approach here, didn't know the bootstrap package way. I would still like feedback on how I can improve my contributions on future patches if possible.

Thanks