Timothy Britton

Results 4 comments of Timothy Britton

Hello All, I am currently working on a dsl for our internal use and I wanted to show it off a bit determine whether it would be something good to...

@JohannesLichtenberger I use the await postfix to inform the user that they are getting a coroutine context rather than a standard handler context. @vietj we'll start moving in that direction...

@vietj As far as testing the DSL how would you like that to be done? I would normally use mockk to perform the testing but I'm not sure if its...

> Directory `src/main/kotlin` will be removed by the clean task, > > https://github.com/vert-x3/vertx-lang-kotlin/blob/c208e3a0760156b8a4cffe681daa31d0127a6ee7/vertx-lang-kotlin/pom.xml#L808-L817 > > So it is recommended to move the code to the `src/main/java` directory. @okou19900722 Maybe I'm...