Eva

Results 267 comments of Eva

The more I think about this the more I'm leaning towards option 1 for two reasons: 1) 2 requires that you have an older version of the jdk installed to...

Note: if api compatibility is something you are really concerned about, https://github.com/xvik/gradle-animalsniffer-plugin might be a better solution.

I've taken the first step towards option 1 in version `2.6.0`. If `oldJdk` is not defined (or `JAVA6_HOME` etc.), it will use the current java version instead. There properties are...

I think it stopped working after switching to the transform api. I was actually considering taking the feature out since it seemed nobody was using it. Shouldn't be too hard...

Note: this breaks builders that aren't nested in their parent class. Is this worth it? Should there be a flag? Or just remove support for this?

Actually, it looks like I'll have to rethink how the annotations work for it to be processed correctly. The processor needs to process an annotation on the target class in...

Can you retest with retrolambda `2.5.0` either by setting it explicitly or using `3.5.0` of the gradle-retrolambda plugin?

Fixed by https://github.com/willowtreeapps/assertk/pull/439

Looks like there's traction for something official in kotlin for this https://youtrack.jetbrains.com/issue/KT-12719/Add-CheckResultMustUseReturnValueDiscardableResult-to-warn-about-unused-return-value#focus=Comments-27-6530269.0-0, will probably use that when it's available.

Should be fixed by https://github.com/willowtreeapps/assertk/pull/437