-
We currently do a lot of codegen in build.rs using the contents of `test_programs`, this results in us poisoning the build cache due to ACIR build artifacts.
One alternative is to use a custom test h…
-
Finish the initial work on autogeneration of RecordType class files.
* Recommend switching to use the node cli (suitecloud from @oracle/suitecloud-cli)
* Enhance it so the `generate` command is in…
-
### How were you trying to build the app?
pod install
### Full build logs
```tsx
> pod install
RNFBAnalytics: Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/A…
-
### Code
```Rust
cargo install dufs
```
### Meta
`rustc --version --verbose`:
```
rustc -V
rustc 1.71.1
```
### Error output
```
cargo install dufs
Updating crates.io index
Installing d…
-
I know that we're not yet optimizing for single queries by allowing to select multiple sibling fields but my brain keeps bringing it up and I'm fond of discussing possibilities here if anyone has idea…
-
https://godbolt.org/z/Wx1rvE6vq
```rust
use std::borrow::Cow;
pub struct Error {
message: Cow
-
### 🐛 Describe the bug
torch.compile breaks with Triton built from source (as of Nov 12):
How to reproduce:
1) Build Triton from the master branch
2) Run torch.compile with a model containing T…
-
Steps to reproduce:
```
cd smithy-python/codegen
./gradlew smithy-python-codegen-test:build
```
This produces the file: `smithy-python/codegen/smithy-python-codegen-test/build/smithyprojectio…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/Ke44an4o6](https://godbolt.org/z/Ke44an4o6)
This code will crash on both Clang Trunk and Clang Assertion Tru…
-
### Expected behavior
A successful compilation, or messages about what part of the program being compiled fails. As far as I can tell this _should_ at least surface a more user-friendly message if …