Commit c2c93d9
committed
[lib] Include full file path as cache key in ParseModel
Before, the hashtbl used to only contain as a key the name
of the file to be looked up. This causes issues when multiple
libdirs with conflicting file names are used across the same
run of herd. This eliminates this issues by adapting the keys
of this hashtbl so that they contain the full path of the
file, thus avoiding conflicts.1 parent c74bb1a commit c2c93d9
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
79 | | - | |
80 | 79 | | |
81 | | - | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
0 commit comments