summary refs log tree commit diff stats
path: root/tools/nimgrep.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-03-02 16:16:28 +0800
committerGitHub <noreply@github.com>2023-03-02 09:16:28 +0100
commit38d299dfc0c9f1315cf412aa76cb041642d62f07 (patch)
tree69c6929743c4311facb3b4f428e6aa91e6563955 /tools/nimgrep.nim
parent50baf21eacfaf1c9d6949bf2b2e9f931b0e1509c (diff)
downloadNim-38d299dfc0c9f1315cf412aa76cb041642d62f07.tar.gz
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
* fixes #20139; hash types based on its path relative its project

* add a test case

* fixes procs

* better implementation and test case

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tools/nimgrep.nim')
0 files changed, 0 insertions, 0 deletions
>1 2 3 4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69