slavaschmidt

Results 50 comments of slavaschmidt

> Yes, I did. > > `c2v` only translated your `minimal_sample.h`, > > After the translation is completed, `minimal_sample.h` is no longer needed. > > The `destroy_context()` declared in `minimal_sample....

But this is exactly why I had the `minimal_sample.h` in the first place, to have this definition available to the compiler. Anyways, this helps to overcome the misleading compiler error...

> So there's no need to translate `minimal_sample.h` to .v maybe, then this example https://github.com/vlang/v/tree/master/vlib/v/tests/project_with_c_code/mod1/c is misleading as it basically having the same code as the wrapper produces (but indeed...

> But in this example there is a implementation.c file which contains the actual function with a body that can be called. Indeed I was able to make progress by...

@luos Thanks for the bug report! Currently, the plugin is only tested with play 2.4 I'm pretty sure play 2.5 uses different versions of it's dependencies, including Jackson. Could you...

@zhenwenc Thanks for the bug report. Play version 2.5 is not supported as for now, we probably will need different plugin versions for 2.4 and 2.5. We'll tag the version...

@zhenwenc What the business logic in the controller looks like?

@zhenwenc Sure, the test is supposed to fail until the logic in the controller is implemented. I'll update an example to day to make it pass.

@harshvs20 The changes between 2.5 and 2.4 are more involving than we expected. The form support for example is only minor issue. Currently we are trying to figure out whether...

@zhenwenc @harshvs20 @dehora @tlossen @achim if you like, you could try out addSbtPlugin("de.zalando" % "sbt-api-first-hand" % "0.1.12") ? It's former sbt-play-swagger but changed to support play 2.5. Thanks!