Replies: 3 comments 5 replies
-
Can you post the full stacktrace? We closed the other issues, because we thought the issue might be closed, but we never confirmed because we had no deterministic reproducer. If you have one, please share it with us. |
Beta Was this translation helpful? Give feedback.
-
Weirdly, I can reproduce this, on this library; but only, if I change the build config, to be compatible with my corporate infrastructure. i.e. add this
At $work, on windows
Is reliably reproducible. I need to test, whether that remains the case at home (MacOS, no crazy firewalls).
|
Beta Was this translation helpful? Give feedback.
-
Just from looking at the stacktrace and the location where this issue happens, it could be that we're using an |
Beta Was this translation helpful? Give feedback.
-
I'm getting this quite repeatably in CI.
Caused by: java.lang.Exception: Duplicated item inserted into OrderedSet: mill.define.Task$TraverseCtx@f8a6243
I've found the two issues below, which suggest it may have been fixed?
#913
#2289
I seem to be able to produce locally, but only after a clean.
Then I run this command.
The bottom of the stack seems to point here
mill/main/api/src/mill/api/AggWrapper.scala
Line 99 in e57652b
But I guess the "real" problem is subtle and elsewhere. I'm wondering if there Is there a "known" solution? Mill 0.11.6
edit - as requested, full stack.
Beta Was this translation helpful? Give feedback.
All reactions