hastebrot
07/15/2016, 6:33 AMkirillrakhman
07/15/2016, 10:06 AMrepositories { jcenter() }
nhaarman
07/15/2016, 5:22 PMkirillrakhman
07/22/2016, 1:21 PMartem_zin
07/25/2016, 3:55 PMlateinit
in functions will be in 1.1, but didn’t find it in 1.1-M01
😞 Any plans for that?
Would really help writing tests with Spek.Eugenio
07/25/2016, 5:00 PMhastebrot
07/26/2016, 6:17 AMlateinit
in KEEP. https://github.com/Kotlin/KEEP/search?q=lateinitkirillrakhman
07/26/2016, 3:08 PMdmitry.petrov
07/26/2016, 3:16 PMkirillrakhman
07/26/2016, 3:17 PMkirillrakhman
07/26/2016, 3:17 PMkirillrakhman
07/27/2016, 8:14 AMdmitry.petrov
07/27/2016, 8:14 AMartem_zin
07/27/2016, 8:46 AMtypealias
looks useless 😞
* typealias UserId = String
allows me call all String
functions on UserId
* Extension properties and functions for typealiases available on original type
Would be great if typealias
will be converted to original type only at last step — bytecode emission and will be treat as a separate virtual type before that, preventing things mentioned above ^ as compilation errors.dmitry.petrov
07/27/2016, 8:51 AMEugenio
07/27/2016, 8:54 AMartem_zin
07/27/2016, 8:55 AMEugenio
07/27/2016, 8:55 AMseb
07/27/2016, 8:55 AMseb
07/27/2016, 8:56 AMString
into a, say, UserId
. But you don't need to, in many cases; just create a typealias.dmitry.petrov
07/27/2016, 8:57 AMdmitry.petrov
07/27/2016, 8:59 AMdmitry.petrov
07/27/2016, 9:02 AMEugenio
07/27/2016, 9:10 AMdmitry.petrov
07/27/2016, 9:11 AMEugenio
07/27/2016, 9:15 AMEugenio
07/27/2016, 9:15 AMdmitry.petrov
07/27/2016, 9:15 AMartem_zin
07/27/2016, 9:18 AM