Page MenuHomeSolus

Update neovim to 0.4.3
ClosedPublic

Authored by JamesLee on Nov 17 2019, 8:58 PM.
Tags
None
Referenced Files
F11033637: D7662.id18628.diff
Wed, Aug 9, 3:54 PM
F11033636: D7662.id.diff
Wed, Aug 9, 3:54 PM
F11033635: D7662.id18602.diff
Wed, Aug 9, 3:54 PM
F11033634: D7662.id18372.diff
Wed, Aug 9, 3:54 PM
F11033633: D7662.id18370.diff
Wed, Aug 9, 3:54 PM
F11026173: D7662.diff
Wed, Aug 9, 1:58 AM
F11015693: D7662.diff
Sat, Aug 5, 1:33 PM
F10944052: D7662.id18602.diff
Fri, Jul 14, 10:02 PM
Subscribers

Details

Summary

Updated Neovim to the latest stable release 0.4.3.

Depends on D7658, D7659, D7660, D7661

Changelogs:

Test Plan
  • Installed and ran ':checkhealth' with everything working as expected
  • Ran with my own 'init.vim' with everything working as expected

Diff Detail

Repository
R2148 neovim
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Did you already take a look at the pkgconfig file of libluv?

package.yml
21

It looks like libluv contains a pkgconfig file? Does that not work?

See line #41 of the libluv pspec_x86_64.xml file.

I had tried using pkg-config to no avail; as it turns out, I just spelt
'libluv' incorrectly... I've updated the patch to use pkg-config.

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
12

They removed the requirement of jemalloc so let's remove the pkgconfig.

This revision now requires changes to proceed.Nov 21 2019, 1:44 PM

Removed unnecessary 'jemalloc' requirement

This revision is now accepted and ready to land.Dec 4 2019, 7:41 AM
This revision was automatically updated to reflect the committed changes.