hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 24670548dc1cd9f7dec41369cf5256ce9dec2ec2
parent 3c10957914e8ef2d9be8715b8cef05b36ad89c4f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 18 Mar 2021 16:30:30 -0400

hare::module: fill in input basename

Diffstat:
Mhare/module/scan.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hare/module/scan.ha b/hare/module/scan.ha @@ -162,6 +162,7 @@ fn scan_directory( stat = st, ft = type_for_ext(name) as filetype, hash = scan_file(ctx, p, &ver.depends)?, + basename = base, tags = tags, ... };