-
Hi,
I have a question about the automatic reference point selection.
There are two things:
1- In your methodology, the point with the least RMS phase between different loops is considered the refer…
-
Hi Dr. Yumorishit,
I processed the files and obtained the coh_avg.png inside the results folder and it has a scale bar that goes upto 0.9. But inthe text file 11fg_stats.txt, the column coh_av con…
-
We consider projections to be foreign types during orphan check
https://github.com/rust-lang/rust/blob/7ed044c075fc0e7ad2574d3144ca00ba14608d8f/compiler/rustc_trait_selection/src/traits/coherence.r…
lcnr updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Currently, the `Color Coherence` open of `V…
-
auto-reduced (treereduce-rust):
````rust
trait Trait {
type Assoc;
}
struct W(*mut T);
impl Trait for W {}
trait NoOverlap {}
impl NoOverlap for T {}
impl NoOverlap for W {}
…
-
It might be hard and time consuming to find the right tools for your project. The organization and names are sometimes misleading or doesn't fit user's way of thinking which leads them to spent time g…
-
The following passes typeck and ICEs in MIR building for `test` with the message `encountered ambiguity selecting during codegen`:
```rust
trait Local {}
trait Overlap { fn f(); }
impl Overlap …
-
In ios there are multiple options to configure AVAudioSession instances (https://developer.apple.com/documentation/avfaudio/avaudiosessioncategoryoptions?language=objc). Since this API is just changin…
-
The `3DTILES_implicit_tiling` extension enforces tile subdivision through a quadtree or octree, and there is no overlap in "sibling" tiles. However, for a tileset, the content may intersect with one o…
-
Unfortunately, I can't share the code that caused this ICE, and have not (yet) been able to minimize it into something I can share.
### Meta
Reproduce with:
```bash
cargo bisect-rustc --start=20…