<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/.github/workflows, branch rahm</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>ci(vim-patches): fix failing workflow</title>
<updated>2025-02-04T09:48:10+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-02-03T23:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e4a58a7ca03457668492f8f41189ea2f23700172'/>
<id>e4a58a7ca03457668492f8f41189ea2f23700172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci!: store artifact shasums in a single shasum.txt file</title>
<updated>2025-01-29T20:03:23+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-29T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=35c5e231078365033524b0aa2166118a1b2ef600'/>
<id>35c5e231078365033524b0aa2166118a1b2ef600</id>
<content type='text'>
Users can parse this file to get the shasum they require.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users can parse this file to get the shasum they require.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(release)!: remove backwards compatible releases</title>
<updated>2025-01-28T09:21:27+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-27T16:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=318676ad13483fa1f9b2733d6915620f2525ca12'/>
<id>318676ad13483fa1f9b2733d6915620f2525ca12</id>
<content type='text'>
Remove `nvim-linux64.tar.gz` and `nvim.appimage` as maintaining
these is too much work.

Also fix directory names to be consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `nvim-linux64.tar.gz` and `nvim.appimage` as maintaining
these is too much work.

Also fix directory names to be consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(release): add linux-arm64 appimage and tarball</title>
<updated>2025-01-27T15:21:40+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-24T16:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c1718d68634460117ef5731643669d59587ec628'/>
<id>c1718d68634460117ef5731643669d59587ec628</id>
<content type='text'>
Problem: No releases for ARM Linux.

Solution: Provide appimages and tarballs for `linux-arm64`. Rename
x86 releases to `linux-x86_64` for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: No releases for ARM Linux.

Solution: Provide appimages and tarballs for `linux-arm64`. Rename
x86 releases to `linux-x86_64` for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(tests): remove build-types jobs</title>
<updated>2025-01-24T09:34:18+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-19T16:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0fd4ef5da7448fa3449643b23d6aa3af1640efe8'/>
<id>0fd4ef5da7448fa3449643b23d6aa3af1640efe8</id>
<content type='text'>
Problem: Some CI jobs are redundant: `RelWithDebInfo` is already tested
on Linux-Arm64; `MinSizeRel` and Ninja Multi Config are not sufficiently
relevant in practice to spend CI cycles on.

Solution: Remove `build-types` job.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Some CI jobs are redundant: `RelWithDebInfo` is already tested
on Linux-Arm64; `MinSizeRel` and Ninja Multi Config are not sufficiently
relevant in practice to spend CI cycles on.

Solution: Remove `build-types` job.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(tests): add arm64 runner</title>
<updated>2025-01-24T09:34:18+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2025-01-16T17:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3702bcb139275beacb9d3d37f833b16d899f5013'/>
<id>3702bcb139275beacb9d3d37f833b16d899f5013</id>
<content type='text'>
Problem: Linux `aarch64`/`arm64` builds are not tested.

Solution: Add `ubuntu-arm` runners to test matrix (using
`RelWithDebInfo` build).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Linux `aarch64`/`arm64` builds are not tested.

Solution: Add `ubuntu-arm` runners to test matrix (using
`RelWithDebInfo` build).
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(news): treat deprecated.txt as part of news.txt</title>
<updated>2025-01-20T19:39:08+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-20T16:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0bc75ac78eba28c22d0facd3743fbe2dc573ee90'/>
<id>0bc75ac78eba28c22d0facd3743fbe2dc573ee90</id>
<content type='text'>
This is because we reference to deprecated.txt from news.txt, so
deprecation news updates are made only in deprecated.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is because we reference to deprecated.txt from news.txt, so
deprecation news updates are made only in deprecated.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: misc #31867</title>
<updated>2025-01-09T17:26:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2025-01-09T17:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd'/>
<id>7c00e0efbb18e8627ac59eaadf564a9f1b2bafcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(news): trigger job for `perf` commit type</title>
<updated>2024-12-31T15:36:33+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-31T12:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b3bdba5cb10f9f0f1f2b40ff40e807f8a22f65c1'/>
<id>b3bdba5cb10f9f0f1f2b40ff40e807f8a22f65c1</id>
<content type='text'>
There is a "performance" section in news.txt so it makes sense we should
also give a reminder to update news for performance improvements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a "performance" section in news.txt so it makes sense we should
also give a reminder to update news for performance improvements.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(build.yml): disable security restriction</title>
<updated>2024-12-16T15:26:19+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-12-16T14:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b5c0290803508c0dc996a9bed70f5fa9ceb93c44'/>
<id>b5c0290803508c0dc996a9bed70f5fa9ceb93c44</id>
<content type='text'>
A new security restriction in Ubuntu 24.04 prevents users from using
`unshare`, so we need to disable it in order for the test to work
properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new security restriction in Ubuntu 24.04 prevents users from using
`unshare`, so we need to disable it in order for the test to work
properly.
</pre>
</div>
</content>
</entry>
</feed>
