Adam

Results 337 comments of Adam

It looks like publishing in general doesn't work at the moment. There are no new Kotest snapshots published in July https://github.com/kotest/kotest/actions/runs/9915068638/job/27396015667 ``` Execution failed for task ':kotest-bom:publishKotestBomPublicationToDeployRepository'. You can use...

Yes, I'll look at your changes in #4149 now, sorry for the delay.

Sorry, something came up! Will look sooner.

Hmmm Sonatype doesn't like something about the plugin marker... https://github.com/kotest/kotest/actions/runs/10017676112/job/27694238728#step:7:2337 ``` > Task :kotest-framework:kotest-framework-multiplatform-plugin-gradle:publishKotestMultiplatformCompilerGradlePluginPluginMarkerMavenPublicationToDeployRepository FAILED FAILURE: Build failed with an exception. Deprecated Gradle features were used in this build, making...

Publishing still doesn't work. https://github.com/kotest/kotest/actions/runs/10020863926/job/27699301228#step:8:3222 ``` > Task :kotest-framework:kotest-framework-multiplatform-plugin-gradle:publishKotestMultiplatformCompilerGradlePluginPluginMarkerMavenPublicationToDeployRepository FAILED FAILURE: Build failed with an exception. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0....

Ohhhh I think the issue is the Kotest GP is missing a `-SNAPSHOT` suffix. I'll make a PR...

Thanks for the report! It's an interesting case, I'll have a think about it. The generator could wrap each nested C class in a separate TS namespace, but that could...

Hey @mdechdee, I've had a play around and I think I've finally got the namespace grouping working. I had implemented the skeleton for it, but never finished it. I was...

I suspect this will be far too difficult to implement in a nice way. SerialDescriptors don't have any clear 'generic type' information, or if they do then it's very difficult...

Hi @natanfudge, thanks for the comment. Would you be able to provide a specific use case where you need generics? What Kotlin class do you need to use? What Typescript...