evanchooly
03/03/2017, 2:26 AMcedric
03/03/2017, 4:13 AM-javadoc.jar
evanchooly
03/03/2017, 4:21 AMevanchooly
03/03/2017, 4:21 AMmvn javadoc:jar
won't produce an empty jar if there are no java sources to parse.cedric
03/03/2017, 4:23 AMcedric
03/03/2017, 4:24 AM$ jar tf kobaltBuild/libs/kobalt-1.0.2-javadoc.jar
META-INF/MANIFEST.MF
evanchooly
03/03/2017, 4:37 AMgroostav
03/04/2017, 4:21 AMlistOf
and mapOf
to use immutable collections? I know I saw it but I cant find it nowjkwatson
03/05/2017, 2:46 AMjkwatson
03/05/2017, 9:19 PMpListOf()
or some such name we can argue about at length. 🙂Andreas Sinz
03/05/2017, 9:32 PMjkwatson
03/05/2017, 9:34 PMilya.gorbunov
03/06/2017, 12:20 AMvoddan
03/06/2017, 5:26 AMjkwatson
03/06/2017, 5:33 AMvoddan
03/06/2017, 8:06 AMvoddan
03/06/2017, 8:08 AMelizarov
03/06/2017, 8:10 AMelizarov
03/06/2017, 8:13 AMcopy
function that is provided for data class
, but that becomes tenious on complex data class hierarchies. However, that is a totally seperate #language-proposals discussion not related to stdlib.elizarov
03/06/2017, 8:17 AMvoddan
03/06/2017, 8:19 AMelizarov
03/06/2017, 8:40 AMvoddan
03/06/2017, 8:52 AMjkwatson
03/06/2017, 3:25 PMgroostav
03/06/2017, 7:22 PMfun someFunc(): Pair<SomeModel, List<OtherModel>>
becomes more common, but thats also a move to more pure functions which im totally in favor of. Unfortunately, when you want to use one of the ol' java.concurrent.collections
or some other java-centric APIs I'm forced back into mutable land.groostav
03/06/2017, 7:24 PMilya.gorbunov
03/07/2017, 8:00 AMthomasnield
03/08/2017, 2:00 AMtreelzebub
03/15/2017, 8:15 PMtreelzebub
03/15/2017, 8:16 PM