-
Updated
Mar 22, 2022 - Go
code-generation
Here are 1,459 public repositories matching this topic...
-
Updated
Mar 21, 2022 - Swift
What happened?
Our organization's select button's current design looks different from the original design.
this is how it suppose to look
 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
Mar 22, 2022 - Kotlin
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Mar 1, 2021 - Rust
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
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
Mar 8, 2022 - PHP
-
Updated
Oct 5, 2020 - PHP
@MartinWitt points out rightly that assertTrue assertions should always have a message, see INRIA/spoon#4298 (review)
It's a good Spoon exercise to write a processor to detect assertTrue without messages.
We welcome first contributors to Spoon who add missing messages to assertTrue.
-
Updated
Mar 17, 2022 - Go
-
Updated
Jan 16, 2022 - C#
-
Updated
Mar 21, 2022 - C++
-
Updated
Mar 6, 2022
-
Updated
Dec 7, 2021 - TypeScript
-
Updated
Jan 22, 2022 - 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
Mar 22, 2022 - 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."
The -x (--proxy) flag in curl allows you to set the proxy. Can we add the ability to convert a curl request with a proxy flag to NodeJS