-
~~~~
------stderr------------------------------
//src/test/codegen/array-equality.rs:10:17: error: CHECK-NEXT: expected string not found in input
// CHECK-NEXT: %2 = icmp eq i96 %0, %1
…
-
Right now to generate operations we must explicitly write `*.graphql` or `gql` tag query/mutation documents, which are pretty verbose of all those documents.
I would like to discuss if we can have a …
-
**What version of Ajv are you using? Does the issue happen if you use the latest version?** I'm using the latest version.
I'm getting "can't resolve reference" error when having a schema with a…
-
This issue tracks `/clr` compiler bugs that we need fixes for.
`/clr /std:c++20` was first supported (excluding modules) in VS 2022 17.6.
# Legend
* :rotating_light: Product code workaround (almost …
-
### What happened?
Attempted to convert terraform repo to pulumi using:
`pulumi convert --from terraform --language python`
but received the following error:
```
The Pulumi CLI encountered a code …
-
It would be awesome if it was possible to use `defmt` on the web in WebAssembly modules. This would avoid bloating the module with formatting logic and sending strings from WASM to JS since it involve…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/qTe9ajeK7](https://godbolt.org/z/qTe9ajeK7)
This valid code will crash on Clang Trunk and Clang Assertion Tr…
-
I'm still seeing issues when adding a `@mixin` to a fragment. I saw https://github.com/mirumee/ariadne-codegen/issues/176, but the issue persists. In my case, I'm trying to add the mixin to the frag…
dhay updated
2 months ago
-
It appears that the WebAssembly CodeGen explicitly disables PIC, which means that objects and modules being generated for wasm cannot be linked into a shared object and dynamically loaded (eg `emcc -s…
-
Hello!
[NPM="New Pass Manager", CGP="CodeGen Pipeline"]
As far as I understood it, the NPM only adds support to load passes via an external library to clang/opt/[...] that operate on a LLVM-IR …