Julien Ponge
Julien Ponge
Overloaded methods are evil :smile:
So yes, the solution would be to have keys based not just on names, but also parameter types.
Good question... :-) On Thu, Jul 6, 2017 at 4:19 PM Yannick Loiseau wrote: > The same issue raises with augmentations: > > package test; > public class Super {...
No worries, `as` is nice, too :smiley:
Well in "IoT" settings where you have the freedom to run a JVM for Golo the Jar size that we have isn't much of an issue. Not all classes are...
Yes, checksums or even file sizes are good change indicators.
Yes you can use md5 checksums but it may be slow. Maybe a date + file size strategy is simpler to do.
We still have the Maven plugin, and it doesn’t have incremental compilation :-)
Sounds like a worthy idea to explore.
I've added workflow steps to upload a distribution as a workflow artifact on every build, then a nightly cleanup action to remove those older than 14 days.