Commit 60aa3a8
Paolo Tranquilli
Rust: fix workspace member aggregation when absolute path is a glob pattern
We were interpreting the absolute path of a workspace as a glob pattern,
which doesn't work if the path has some special characters (e.g. `[` or
`]`).1 parent 4ae49cf commit 60aa3a8
File tree
27 files changed
+5
-3
lines changed- rust
- extractor/src
- ql/integration-tests/hello-[workspace]
- exe
- src
- lib
- src
- a_module
27 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
File renamed without changes.
0 commit comments