Fork me on GitHub
#announcements
<
2021-08-01
>
vemv16:08:43

Eastwood 0.9.6 + https://github.com/jonase/eastwood/blob/Release-0.9.6/changes.md Featuring a few new linters: :reflection and :boxed-math (the latter disabled by default). :non-dynamic-earmuffs has been re-enabled as well. You can learn about the reflection linter's rationale and advantages https://github.com/jonase/eastwood/tree/Release-0.9.6#reflection. It's quite an improvement over, say, touching dynamic vars globally/repeatedly and then grepping for them. Enjoy!

🎉 23
borkdude16:08:34

I would mention #graalvm compatibility as a significant benefit of getting rid of reflection warnings as well

💯 9
borkdude16:08:44

(graalvm native-image to be precise)