Bump Mill to 1.0.6 (was 0.12.16)#1686
Conversation
|
Working around the Mill file system checker is tricky here, I'm thinking I'd rather try it later in a follow-up PR. |
|
Right now, IIUC, we'd have to pass The file check stuff should "just" be a matter of wrapping some code sections around with |
Normally, yes. |
fc375f7 to
7881396
Compare
|
It seems I managed to fix the filesystem checker... the flag is no longer necessary. |
Gedochao
left a comment
There was a problem hiding this comment.
Ugly workaround, but seems to compile.
22c2ef1 to
b6b29ea
Compare
|
Ok... I seem to have found a slightly less ugly workaround |
|
@lolgab @alexarchambault ok... should be ready to re-review |
201a41d to
b6b29ea
Compare
|
I reverted the change to publishing, as that smh seems to break Scala 2.13.17 tests 😕 (seemingly unconnected, and yet I can reproduce the issue locally). |
alexarchambault
left a comment
There was a problem hiding this comment.
Apart from the minor point about CoursierModule, LGTM
| } | ||
|
|
||
| trait AmmInternalModule extends CrossSbtModule with Bloop.Module { | ||
| trait AmmInternalModule extends CrossSbtModule with CoursierModule { |
There was a problem hiding this comment.
Do we need that CoursierModule here?
There was a problem hiding this comment.
Hm. Perhaps we don't.
|
I'm starting to think this is flaky: fails inconsistently. |
b6b29ea to
aadc8a1
Compare
Same here, not sure what the problem is |
|
Merging, thanks @Gedochao! |
No description provided.