Page MenuHomeSolus

manually set version and short hash so the plugin manager and plugins work
ClosedPublic

Authored by Harvey on Feb 15 2020, 5:11 AM.
Tags
None
Referenced Files
F11022699: D8248.diff
Tue, Aug 8, 4:06 AM
F10935282: D8248.id19767.diff
Jul 12 2023, 7:35 PM
F10898514: D8248.diff
Jul 3 2023, 1:14 AM
F10893745: D8248.id.diff
Jul 1 2023, 1:50 AM
F10889628: D8248.id19769.diff
Jun 28 2023, 1:25 AM
F10888893: D8248.id19767.diff
Jun 27 2023, 9:59 AM
F10888511: D8248.id19768.diff
Jun 27 2023, 3:48 AM
F10887118: D8248.id19771.diff
Jun 26 2023, 7:13 AM
Subscribers

Details

Summary

Packaging fix addressing inability to install and use plugins

Test Plan
  • micro --version
  • Install and use filemanager plugin
  • Create a new text file, edit, save, reopen

Diff Detail

Repository
R2071 micro
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

I feel like I need to explain this change further. Plugins can no longer be installed through the plugin manager (eg. micro -plugin install filemanager) as micro is not reporting its version number correctly, it reports 0.0.0-unknown, so it fails the minimum version check for plugin support. Should also resolve this https://discuss.getsol.us/d/3796-micro-editor-weird-behaviour-after-friday-update

This seems like it is the easiest way to fix this and maintain it going forward.

We sure it wouldn't just be easier to use the git support as the source instead of the automatically generated GitHub tarball? git|https://github.com/zyedidia/micro.git : v2.0.1

This revision is now accepted and ready to land.Feb 15 2020, 9:17 AM