Kevin Turner

Results 308 comments of Kevin Turner

I've found the tardisIDS_4.dat file where this is stored, but I feel I'm not actually any closer to understanding why it doesn't get updated. The file exists. It doesn't have...

> To be honest I had thrown this one in the too hard basket to worry about much later. _checks watch_ ⌚ Is five years later “much later” yet? :wink:...

seems like it may also be useful to filter on `dependencyVersion.isPresent()`, I'm getting a lot of `null` there in `constrainTo`

fixed via #97 with the exception of the things with `android` in their name. Was uncertain if those would need to be checked under a different SDK or something.

> Additionally I've started using multiple labels as requirements, and I'm not sure how those two approaches would get along. Using `label "lib && light && $JAVA_VERSION"` seems to work....

I'm not finding all my notes, but here's what I remember of the last time I looked at this: At the time, I think there had been some newer reflections...

I'm not finding a gestalt-specific contributing guide, but you can refer to the one for Terasology: https://github.com/MovingBlocks/Terasology/blob/develop/.github/CONTRIBUTING.md There are some differences. For one, I think gestalt needs to stay Android-compatible;...

ah, the Maven expressions are implemented in the antilaby fork. That explains why I couldn't find them in the upstream zafarkhaja sources. Unfortunately, the confusing `incrementMajorVersion` behavior is also from...

here is a different implementation entirely: https://github.com/vdurmont/semver4j Its Ivy-mode looks like it is intended to be gradle-compatible.