Dzmitry Malyshau
Dzmitry Malyshau
I'm not particularly happy about "Rect::from((0, 0, 10, 10)) // From trait" variant since it's not clear what the parameters are. Same applies to the existing `rect` function to an...
Ok, if the intent was so different, let's have a different name to avoid confusion. As far as I see, loom is generally used as a replacement for std, so...
@hawkw could you elaborate on how this should ideally work? It's not clear to me what Loom is supposed to do here. On one hand, this is an atomic doing...
@hawkw please accept my greatest appreciation to the detail in which you described the issue. I'll try to debug it a bit more and see where Loom may behave erroneously.
So `track_load` is indeed one that fires it. However, it's not only called from `get_mut`. It's called from [rmw()](https://github.com/tokio-rs/loom/blob/d0c1e7108a0f8e0a397f3ad32a7e7e650b2db71e/src/rt/atomic.rs#L501-L514). This one is called from [Atomic::try_rmw](https://github.com/tokio-rs/loom/blob/d0c1e7108a0f8e0a397f3ad32a7e7e650b2db71e/src/sync/atomic/atomic.rs#L53). This is called essentially by...
Getting this on another project as well. Seems like a blocker to do anything useful, unfortunately. Let me know if you have ideas on how to approach this!
Yes, basically we haven't gotten a volunteer to port/rewrite gfx-portability on top of wgpu-hal. Maintaining the current approach isn't feasible either, for the same reason - no time/volunteer to do...
I exist on Discord as `kvark#9787`, but I don't check it often. Thank you for relaying the answer! I think Embard is slightly dishonest here: if they were truly interested...
That's an unreasonable requirement at this point. It's not like MoltenVK passes the conformance tests today. What they are doing is basically marking off the groups of tests they can't...