viktornordling
viktornordling
## What happened? Imagine you have this code: ``` MyConjureThing.Builder builder = MyConjureThing.builder(); Set myValues = getValues(); for (String myValue : myValues) { Map myMapping = calculateMap(myValue); builder.mapping(myMapping); } MyConjureThing...
I'd like to have godel print the total time a task took to run when it's finished, just like Maven / Gradle does.
## What happened? When upgrading from 1.25.0 to 1.26.1, we started seeing errors on the form of `Could not resolve because of the following reason: belongs to platform `. Downgrading...
If you have this enum: ``` ``` And run: ``` mavgen.py --lang=C++11 --wire-protocol=2.0 test.xml ``` Things work as expected. However, if you have: ``` ``` The result is: ``` Generating...