neovim not reproducible

  • Open
  • quality assurance status badge
Details
One participant
  • Luis Henrique Gomes Higino
Owner
unassigned
Submitted by
Luis Henrique Gomes Higino
Severity
normal
L
L
Luis Henrique Gomes Higino wrote on 15 Jan 2023 00:24
(address . bug-guix@gnu.org)
87cz7g3cok.fsf@gmail.com
Hi guix,

neovim has not been reproducible since
fbdd0a4a14b968997a511bbf2634640529345904. There are two files that
differ:

diff -r
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2-check
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2 -q
Files
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2-check/bin/nvim
and
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2/bin/nvim
differ
Files
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2-check/share/nvim/runtime/syntax/vim/generated.vim
and
/gnu/store/zrnms45y1mb7r5b09pchr6i2zd1m5l5w-neovim-0.8.2/share/nvim/runtime/syntax/vim/generated.vim
differ

Checking the diff output for generated.vim, it seems only the
order of the words are changed, for example:
Toggle snippet (9 lines)
< syn keyword nvimAutoEvent contained RecordingLeave
TabNewEntered BufModifiedSet Signal LspAttach LspDetach UILeave
DiagnosticChanged TermOpen TermClose UIEnter RecordingEnter
---
> syn keyword nvimAutoEvent contained TermClose Signal LspAttach
> LspDetach UILeave TermOpen UIEnter DiagnosticChanged
> RecordingLeave BufModifiedSet RecordingEnter TabNewEntered

In regards to the nvim binary, I have attached the diffoscope
output in case someone can help understanding what is changing.
Attachment: bug.diffoscope
Thanks,

--
Luis H. Higino
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 60822@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60822
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch