-
Updated
Jul 10, 2022 - Go
code-generation
Here are 1,548 public repositories matching this topic...
-
Updated
Jun 17, 2022 - Swift
-
Updated
Jul 2, 2022 - Go
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Jul 8, 2022 - Java
Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.
Few things in the generated code that struck me as odd are the allocation sizes for slices/maps:
- Slice is set to size 1 initially, values are appended using
append
- Map does not have a default size specified
Instead of this, I
-
Updated
Jul 9, 2022 - Kotlin
-
Updated
Jul 8, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
No MappedTypeNode definition in ts-morph.
No TypeQueryNode definition in ts-morph.
No TypeOperatorNode definition in ts-morph.
-
Updated
Jun 22, 2022 - Rust
-
Updated
Mar 18, 2022 - Go
We are reliant primarily on the examples for testing at this point. It would be good to "stress" the allocator because I would be (pleasantly) surprised if it's bug-free.
- More extensive unit testing
- Integration test under
tests/
that (for example) uses the max number of registers of a given kind and confirms the register allocator doesn't fall over - More specifically, handling of "cast
-
Updated
Apr 10, 2021 - Java
-
Updated
Jun 27, 2022 - PHP
-
Updated
May 22, 2022 - Go
problem: the shadow classes (CtClass reflecting a binary class) built by JavaReflectionTreeBuilder
can be modified. This is confusing for users, see INRIA/spoon#4664.
solution: the JavaReflectionTreeBuilder
should construct immutable objects, closed to modification, where all setters throw an UnsupportedOperationException
-
Updated
Oct 5, 2020 - PHP
-
Updated
Jan 16, 2022 - C#
-
Updated
Jun 9, 2022 - C++
-
Updated
Jun 15, 2022
The Codegen
constructor is happy to make a codegen object out of constants
co = codegen.Codegen(
inputs=Values(a=geo.Rot3.from_storage([1, 2, 3, 4])),
outputs=Values(out=geo.Rot3.from_storage([1, 2, 3, 4])),
config=codegen.CppConfig(),
name="test",
)
This is probably not behavior we want.
-
Updated
Dec 7, 2021 - TypeScript
-
Updated
Jul 5, 2022 - C++
-
Updated
Jul 10, 2022 - C++
I was looking at the implementation for SQLAlchemy and noticed that it takes only the first primary key of the table
https://github.com/awtkns/fastapi-crudrouter/blob/master/fastapi_crudrouter/core/sqlalchemy.py#L50
What if I have a composite primary key in my table?
Improve this page
Add a description, image, and links to the code-generation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-generation topic, visit your repo's landing page and select "manage topics."
Feature description
Currently we don't have any readme for the amplication organization.
There should be a readme that tell users about amplication and should contains logo and screenshots(if required) to make it look nice.
Use case
No response
Are you willing to submit PR?
No response