Hacking Kotlin Power Assert <https://youtu.be/kqe7...
# power-assert
d
Hacking Kotlin Power Assert

https://youtu.be/kqe7bVp_vYYâ–¾

🔥 1
b
Some notes on your video, for what they are worth: 1. The
assertEquals
issue is known (KT-68511), and I'm planning to fix it by 2.0.20. 2. I really appreciate your critical feedback on power-assert. This is the most feedback I've ever gotten on it so I'm incredibly grateful. I do want to note, my ultimate goal is that you don't "switch" to power-assert. Now that power-assert is gaining a wider audience, I'm hoping libraries take advantage with their assertions, so users can just enable it and get improved failure messages.
d
You are very welcome. Augmenting more sophisticated assertions is a great goal - I guess that a non-text representation of the expression values would really help there.