apatrida
10/01/2015, 4:44 PMcedric
10/01/2015, 4:49 PMdirk
10/01/2015, 5:54 PMevanchooly
10/01/2015, 5:57 PMorangy
orangy
hhariri
mhshams
10/01/2015, 6:36 PMdirk
10/01/2015, 6:39 PMorangy
evanchooly
10/01/2015, 6:42 PMapatrida
10/01/2015, 6:44 PMcedric
10/01/2015, 8:12 PMmp
10/01/2015, 8:14 PMpardom
10/01/2015, 8:46 PM@Suppress
name that targets the named argument warning? (other than @Suppress("warnings”)
)pardom
10/01/2015, 8:47 PMpardom
10/01/2015, 8:55 PMapatrida
10/01/2015, 9:01 PMpardom
10/01/2015, 9:02 PMpardom
10/01/2015, 9:02 PMpardom
10/01/2015, 9:06 PMandrewoma
10/01/2015, 9:20 PMinternal
visibility with gradle (it works in IntelliJ). The tests don't have internal access: CircularBufferTest.kt: (33, 22): Cannot access 'CircularBuffer': it is 'internal' in 'collection'
. Any trick to getting gradle tests to have internal access?andrewoma
10/01/2015, 9:38 PMinternal
to CircularBuffer
here and running ./gradlew build
reproduces the problem: https://github.com/andrewoma/kommon/blob/master/src/main/kotlin/com/github/andrewoma/kommon/collection/CircularBuffer.kt#L27dh44t
10/01/2015, 11:17 PMhon
10/02/2015, 12:19 AMorangy
jkcclemens
10/02/2015, 1:58 AMgrahamcox82
10/02/2015, 2:05 AMjkcclemens
10/02/2015, 2:09 AMjw
10/02/2015, 2:10 AM