Commit 3b83c84
authored
This reverts commit 2beb6c1, as it
seems to break `./mill dist.installLocalCache`
Presumably an unexpected interaction, but reverting it for now so that
local testing and development isn't blocked
Seems like it causes IntelliJ BSP installation of `installLocalCache`
output to fail
```
Executing /Users/lihaoyi/test/mill -i mill.bsp.BSP/install
Mill is running in BSP mode, using a separate output directory 'out/mill-bsp-out'. If you would like to reuse the regular `out/` directory, set the 'MILL_NO_SEPARATE_BSP_OUTPUT_DIR' environment variable. This will reduce the CPU usage of the BSP server but make it less responsive.
Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/mill-runner-daemon_3-1.0.6-89-6adfd5-DIRTYc23995aa.pom
Failed to download https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/mill-runner-daemon_3-1.0.6-89-6adfd5-DIRTYc23995aa.pom
Downloading https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/mill-runner-daemon_3-1.0.6-89-6adfd5-DIRTYc23995aa.pom.sha1
Failed to download https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/mill-runner-daemon_3-1.0.6-89-6adfd5-DIRTYc23995aa.pom.sha1
Exception in thread "main" java.lang.RuntimeException: coursier.error.ResolutionError$CantDownloadModule: Error downloading com.lihaoyi:mill-runner-daemon_3:1.0.6-89-6adfd5-DIRTYc23995aa
not found: /Users/lihaoyi/.ivy2/local/com.lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/com/lihaoyi/mill-runner-daemon_3/1.0.6-89-6adfd5-DIRTYc23995aa/mill-runner-daemon_3-1.0.6-89-6adfd5-DIRTYc23995aa.pom
at scala.sys.package$.error(package.scala:27)
at mill.launcher.CoursierClient$.resolveMillDaemon(CoursierClient.scala:42)
at mill.launcher.CoursierClient.resolveMillDaemon(CoursierClient.scala)
at mill.launcher.MillLauncherMain.lambda$main$4(MillLauncherMain.java:79)
at mill.launcher.MillProcessLauncher.cachedComputedValue0(MillProcessLauncher.java:270)
at mill.launcher.MillLauncherMain.main(MillLauncherMain.java:75)
```
CC @alexarchambault
1 parent 6adfd5c commit 3b83c84
File tree
7 files changed
+143
-205
lines changed- dist
- integration
- ide
- bsp-server/resources/snapshots
- build-classpath-contents/src
- gen-idea/resources
- extended/idea/mill_modules
- hello-idea/idea/mill_modules
7 files changed
+143
-205
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 22 | | |
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 | | - | |
| 23 | + | |
| 24 | + | |
68 | 25 | | |
69 | 26 | | |
70 | 27 | | |
| |||
75 | 32 | | |
76 | 33 | | |
77 | 34 | | |
| 35 | + | |
78 | 36 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 37 | + | |
82 | 38 | | |
83 | | - | |
84 | | - | |
| 39 | + | |
85 | 40 | | |
86 | | - | |
87 | 41 | | |
88 | 42 | | |
89 | 43 | | |
| |||
99 | 53 | | |
100 | 54 | | |
101 | 55 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
124 | 66 | | |
125 | 67 | | |
126 | 68 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
Lines changed: 25 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
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 | | - | |
| 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 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
Lines changed: 32 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments