nige123 / jmp.nigelhamilton.com

jmp - search files and jump to matching lines in a text editor
Other
13 stars 4 forks source link

Fixes issue #1 #3

Closed ryn1x closed 5 years ago

ryn1x commented 5 years ago

Fixes issue #1. Brought back some files that were probably deleted on accident and updated META6. Module now installs and works on my system.

nige123 commented 5 years ago

JMP::System is a file that belongs to the previous version of jmp.

I think the solution is to install the latest version with:

shell> zef upgrade jmp

nige123 commented 5 years ago

Thank you for trying to fix the issue.

nige123 commented 5 years ago

Actually on closer inspection of the code I can see there is a reference to JMP::System and JMP::Template in JMP::Config.

I will remove the reference and update the tests.

ryn1x commented 5 years ago

Version 2.1 fixes this. Thanks!