Replies: 3 comments 2 replies
-
@Quafadas Please post the essential output here, since github workflow logs will be deleted after some time. (Also, I couldn't spot the |
Beta Was this translation helpful? Give feedback.
-
Let me try and unconfuse myself here too. Discovery
My (naive) attempt to fix this was to simply push forwards and upgrade the plugin to depend on mill 0.11.8. I think you are right that this is therefore a different error. I think that this error would therefore be the one I want to fix, as it is what I imagine will work in the future. The error below comes from the test suite, when I tell the plugin it depends on mill 0.11.8
|
Beta Was this translation helpful? Give feedback.
-
Regarding the Just to get it said again: we effectively broke binary compatatibility in Mill The best way to narrow it down would be to go to that version of your plugin (which depends on Mill 0.11.5) and add Mill 0.11.8 to the otherwise successful integration test matrix. It should reproduce the issue and can be a good starting point (for me) to analyze and work-around. |
Beta Was this translation helpful? Give feedback.
-
This is the child of a quick chat on discord ... about some confusion I have for a plugin upgrade from 0.11.7 -> 0.11.8.
Please note, This plugin is not important and I would not wish it to absorb a lot of time. The rules are; prison rules. There is a userbase of one (me), who owns this plugin and all projects which rely on it, so I can simply push everything forwards. I'm not worried about bincompat or breaking stuff - let's smash it up.
The symptom is that the plugin apparently worked on 0.11.7. On 0.11.8 I've started getting errors I don't understand ... the issue is likely that the plugin tampers with classpaths and stuff in an effort to get mdoc working. That it is brittle is... not surprising.
I'm happy, that I can reproduce test failures with ill. 0.11.8
https://github.com/Quafadas/millSite/actions/runs/9675334982/job/26692645876
But I'm not 100% clear, what to do about them!
Beta Was this translation helpful? Give feedback.
All reactions