Commit 79eef9e
authored
fix: Limit macOS fix to pyright-scip-side code changes (#178)
In PR #177, I added normalization logic inside setTrackedFiles.
However, it seems like the other file tracking already must be
taking care of passing normalized paths as necessary (hopefully?).
In order to minimize the diff size, I'm moving the normalization
to the call-site of setTrackedFiles inside the pyright-scip folder.
We want to do a merge of upstream changes sooner rather than later,
so it'd be good to reduce the diff.1 parent 8baba24 commit 79eef9e
File tree
2 files changed
+5
-4
lines changed- packages
- pyright-internal/src/analyzer
- pyright-scip/src
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
| 296 | + | |
299 | 297 | | |
300 | 298 | | |
301 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments