macwire icon indicating copy to clipboard operation
macwire copied to clipboard

java.lang.NoSuchMethodError after adding a parameter

Open OlegYch opened this issue 4 months ago • 3 comments

using macwire 2.6.6 on scala 3.7.1 when i modify a dependency the module is not recompiled resulting in runtime crash please see https://github.com/OlegYch/macwire-undercompilation

OlegYch avatar Aug 28 '25 16:08 OlegYch

note that it works correctly on 2.13.16

OlegYch avatar Aug 28 '25 16:08 OlegYch

If recompilation doesn't happen, this would be a bug in the compiler? Though probably would need better minimization than using macwire ;)

adamw avatar Sep 02 '25 09:09 adamw

Ah its reported in zinc already :) sorry didn't notice at first

adamw avatar Sep 02 '25 09:09 adamw