From 56ae88d9d55582e8d0036601e3186d88861bf105 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 24 Nov 2014 17:58:34 -0600 Subject: Module search revamp for pkg managers The search path listed in an import directive can now be an array. The top-level search path is appended. Null and empty strings in the path terminate any search. The "." in "." and "./*" is replaced with the directory containing the file doing the import (for command-line programs this is the current directory, though that may be a bad idea). No version numbers or anything of the sort are gratuitously added to the search paths. All this makes external package managers possible by allowing dependencies to be installed local to dependents. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 52ce0f2f..f5689661 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ tags jq +!tests/modules/lib/jq/ jq.1 # Something delightfully recursive happens otherwise -- cgit v1.2.3