Join Slack
Powered by
Specifically, I care about `freeCompilerArgs`
# kotest
m
mattmoore
07/10/2020, 3:55 AM
Specifically, I care about
freeCompilerArgs
r
Rachel
07/10/2020, 8:26 AM
Hi
@mattmoore
, Arrow Meta provides a testing library to do that via
assertThis
Rachel
07/10/2020, 8:26 AM
Some examples:
Rachel
07/10/2020, 8:26 AM
https://github.com/arrow-kt/arrow-meta/blob/master/compiler-plugin/src/test/kotlin/arrow/meta/plugins/comprehensions/ComprehensionsTest.kt
Rachel
07/10/2020, 8:28 AM
And it's based on this testing library for the Kotlin Compiler by
@tschuchort
:
Rachel
07/10/2020, 8:28 AM
https://github.com/tschuchortdev/kotlin-compile-testing
m
mattmoore
07/10/2020, 3:12 PM
@Rachel
Thanks! I will try this out. Would this be useful for testing Arrow Meta IDE plugin as well, or is this limited to the CLI?
r
Rachel
07/13/2020, 12:41 PM
Hi
@mattmoore
, sorry for delay. It's used for CLI now. Arrow Meta IDE plugin includes other tests more related to the IDE
5
Views
Open in Slack
Previous
Next