-
Updated
Apr 16, 2021 - Go
code-generation
Here are 1,198 public repositories matching this topic...
-
Updated
Apr 15, 2021 - Swift
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Apr 15, 2021 - Go
-
Updated
Apr 16, 2021 - Java
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 2, 2021 - Kotlin
text in the search input in the entity field is unreadable due to lack of contrast, letters are not bright enough to seen
Expected behavior
just a bug fix to make the letters white
**Desktop (please c
-
Updated
Mar 1, 2021 - Rust
-
Updated
Jan 17, 2021 - Go
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
Apr 10, 2021 - Java
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
Oct 5, 2020 - PHP
As we're unlikely to ever return to Travis CI, references to Travis are confusing, e.g. the directory containing the CI scripts being called chore/travis
and the .travis.yml
config file being present. We should remove anything that is no longer necessary, and rename everything else appropriately.
In the process of removing the Travis CI traces, we should also ensure that we've migrated all
-
Updated
Apr 10, 2021 - Go
-
Updated
Mar 13, 2021 - C#
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Apr 9, 2021 - C++
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
-
Updated
Apr 8, 2021 - C++
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Jan 31, 2021 - Go
-
Updated
Apr 4, 2021 - C#
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."
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:
append
Instead of this, I