-
Could genny offer a command line option to separate generated code in multiple files?
For example, "SomeType=string,int" will generate `gen-source-string.go` and `gen-source-int.go`.
icock updated
4 years ago
-
While trying to implement a parser using a state machine, I found that it isn't optimised very well. I've made a comparison on godbolt: https://godbolt.org/z/NJ9HM5
I'd expect the `match` state…
-
```
What steps will reproduce the problem?
1. Generate code from: https://www.smoneybox.com/service/service.wsdl
2. The code is without attributes and elements in sMoneyboxServiceSvc.h\.m
What is the…
-
```
What steps will reproduce the problem?
1. Attached is the wsdl along with the issue
2. Using WSDL2OBJC .07(Tried with WSDL2OBJC 0.06 also)
What is the expected output? Elements/Attributes to be …
-
Using PhpDoc [code](http://en.wikipedia.org/wiki/PHPDoc#Using_.3Ccode.3E_and_.3Cpre.3E) tags doesn't seem to be recognized by phpdox.
In generated HTML docs I see stuff like:
```
// Loads the compon…
-
```
What steps will reproduce the problem?
1. Attached is the wsdl along with the issue
2. Using WSDL2OBJC .07(Tried with WSDL2OBJC 0.06 also)
What is the expected output? Elements/Attributes to be …
-
```
What steps will reproduce the problem?
1. Generate code from: https://www.smoneybox.com/service/service.wsdl
2. The code is without attributes and elements in sMoneyboxServiceSvc.h\.m
What is the…
-
```
Hi,
We would like to customize the code generated by Orika. What we really need is
to intercept an exception (say JDODetachedFieldAccessException) that is thrown
by our model classes when we ac…
-
See https://github.com/amplication/amplication/issues/8895 -
Let's update the documentation to reflect this change.
-
Essentially, replace
> // Code generated by wit-bindgen-go. DO NOT EDIT.
to
> // Code generated by wit-bindgen-go version v0.3.0. DO NOT EDIT.