Zac Sweers
04/06/2023, 1:25 PMPaul Woitaschek
04/06/2023, 1:31 PMdeclaration: KSDeclaration
we generate extensions for iOS to consume kotlin flows.
https://gist.github.com/PaulWoitaschek/3441b731a51ab6350dface411c2bfd7c
With the update to poet 1.13.0, the type in line 33 now misses the generics.
So it seems that toTypeName
now has a bug.
What was previously this:
public fun RecipeCollectionDetailViewModel.iOSViewState(): IOSFlow<LoadingState<RecipeCollectionDetailViewState>> =
viewState().toIOSFlow()
Is now this:
public fun RecipeCollectionDetailViewModel.iOSViewState(): IOSFlow<LoadingState> =
viewState().toIOSFlow()
But I actually wanted to create a test for this as this isn’t an issue tracker 🙃Zac Sweers
04/06/2023, 3:18 PMZac Sweers
04/06/2023, 3:18 PMZac Sweers
04/06/2023, 3:18 PMAditya Kurkure
04/06/2023, 6:06 PMPiotr Krzemiński
04/07/2023, 9:50 AMadte
04/08/2023, 3:09 AMjw
04/08/2023, 3:20 AMadte
04/08/2023, 3:14 PMadte
04/08/2023, 3:23 PMjw
04/08/2023, 4:06 PMadte
04/08/2023, 4:22 PMadte
04/08/2023, 6:17 PMalec
04/08/2023, 7:00 PMjw
04/08/2023, 7:19 PMalec
04/08/2023, 7:28 PMjean
04/10/2023, 7:42 PMjw
04/10/2023, 7:49 PMjw
04/10/2023, 7:50 PMTolriq
04/11/2023, 9:19 AMSQLiteOpenHelper
to SqlDelight? Are the schema version the same and so there's not much to do, or should I start with a new DB and then is there an easy way to access the previous DB to copy the data?jw
04/11/2023, 11:15 AMTolriq
04/11/2023, 11:20 AMSQLiteOpenHelper
then SQLDelight consider that it's at version 30 too? Do I still need to create empty 1/2/3/4 .sqm files?Tolriq
04/11/2023, 11:20 AMjw
04/11/2023, 11:22 AMjw
04/11/2023, 11:22 AMTolriq
04/11/2023, 11:23 AMTolriq
04/11/2023, 11:24 AMjw
04/11/2023, 11:28 AMeygraber
04/11/2023, 4:07 PM