-
I have a Smithy project, for which I have written a codegen script. I have then added this script to the project where the Smithy sources reside, and running the codegen works fine.
Now, if I do `ble…
-
### Which packages are impacted by your issue?
@graphql-codegen/cli, @graphql-codegen/core, @graphql-codegen/gql-tag-operations-preset
### Describe the bug
Likely related issues:
- https://g…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/PorPzbKE3](https://godbolt.org/z/PorPzbKE3)
This code will crash on Clang Trunk and Clang Assertion Trunk.
…
-
It would be nice to be able to run `make codegen` without having to clone the repository inside the legacy `GOPATH`.
Knative [solved that problem](https://github.com/knative/hack/blob/815cd312/libr…
-
## Context
```
Odin: dev-2024-10-nightly
OS: Arch Linux, Linux 6.11.2-zen1-1-zen
CPU: AMD Ryzen 9 9950X 16-Core Processor
RAM: 61886 MiB
Backend: LLVM 18.1.6
```
## Ex…
-
### Describe the bug
The bug is explained here: https://github.com/dotansimha/graphql-code-generator/issues/7447
You can see an image of the typescript error here, the code snippet comes from th…
-
Compiler Explorer: [https://godbolt.org/z/nW3sbTYYz](https://godbolt.org/z/nW3sbTYYz)
Attempting to compile the following program with Clang Assertion Trunk:
```c
struct S { char x[1804289383]; }…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
https://godbolt.org/z/8Ma8Yz5x1
```c++
inline auto get_lambda(int i) {
return [i](this auto self) { return i; };
}
using lambda_type = decltype(get_lambda(0));
struct derived : lambda_ty…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/1cxsE9Pe8](https://godbolt.org/z/1cxsE9Pe8)
This valid code will crash on Clang Assertion Trunk, it seems th…