Skip to content

preliminary support for Emacs - #286

Open
Smattr wants to merge 9 commits into
mainfrom
smattr/github-285
Open

Smattr wants to merge 9 commits into
mainfrom
smattr/github-285

Conversation

@Smattr

@Smattr Smattr commented Sep 10, 2026

Copy link
Copy Markdown
Owner

No description provided.

This essentially cherry picks an improvement from Rumur.¹

¹ Smattr/rumur@dc1edfb
@Smattr
Smattr force-pushed the smattr/github-285 branch 2 times, most recently from 0f41019 to efc306b Compare September 10, 2026 01:22
GCC+Glibc on Ubuntu 26.04 seems to apply C23 rules to this code and
propagate the const-ness of the input across `strrchr`:

  libclink/src/db_open.c: In function ‘clink_db_open’:
  libclink/src/db_open.c:261:19: error: initialization discards ‘const’
    qualifier from pointer target type [-Werror=discarded-qualifiers]
    261 |     char *slash = strrchr(path, '/');
        |                   ^~~~~~~

Reported-by: GCC 15.2.0 -Wdiscarded-qualifiers
At this point, Cirrus CI is well and truly dead. Its domain is
unreachable.
In preparation for this file containing non-Vim related things.

Github: #285 “When opening a file with the editor Jump to the line of code”
Github: #285 “When opening a file with the editor Jump to the line of code”
Github: #285 “When opening a file with the editor Jump to the line of code”
Github: #285 “When opening a file with the editor Jump to the line of code”
Reported-by: Github user dtscbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant