-
Now using procedural macros, here's the working list:
**Code Generation**
- [x] Namespace `pub mod $x {}`
- [x] `pub` visibility.
- [x] Enums
- [x] `pub` visibility.
- [x] Generate each variant…
-
I'd like to make use of `rust-protobuf` instead of `prost` when building servers based on `tonic`. Primary use cases are reading options on messages and service descriptors, and being able to use the …
-
I think writing text as a file isn't the safest solution. [KotlinPoet](https://square.github.io/kotlinpoet/) would help you by generation correct kotlin code.
-
I don't know where to report this issue, but if you are copy pasting the generated code from shape.io app, some svg attributes are written in kebab-case instead of camelCase
The issue is easily spott…
-
Hello Arrow Team,
I started a new AST-Parsing Library `kotlinx.ast` (https://github.com/kotlinx/ast) that can be used to read Kotlin source files into easy to use data classes (using [antlr-kotlin]…
-
### Bug description
Hi,
I have created a UseCase file template with a child file (UseCaseInterface). When I use the PHPStorm generator, it creates both files, but when I use the Laravel Idea gener…
-
Currently, the model is declared directly by constructing python objects:
```python
@Entity(id=1, uid=1)
class Person:
id = Id(id=1, uid=1001)
first_name = Property(str, id=2, uid=1002)…
-
https://user-images.githubusercontent.com/204606/105039305-71ae8880-5a71-11eb-8c19-991235e16e75.mov
I am still very new to the project, so I’ll hardly be able to fix it myself
-
The code generation for properties is complex and obscure, particularly for setXxx methods; the generation is spread across a number of __emitXxx methods in `qx.core.Property` and while each method is…
-
The following `derw` code defines a lambda of type `string -> string`.
```derw
main: string -> string
main = \name -> `Hello ${name}`
```
Running `derw compile` on this results in the followi…