On Mon Apr 21 19:11:50 2025 +0000, Jinoh Kang wrote:
Don't post a new MR, continue your work at !7789. Thanks in advance! **EDIT**: I notice you requested MR from the master branch and want to fix it, in that case, shall we close !7789?
Yes, merge request !7789 can be closed.
Based on the discussion in IRC channel #winehackers the approach suggested in !7789 (moving the assignment, that decides whether to use cache, to different place) was rejected. It could reduce the possibility of race condition but it was deemed not good enough. We are now trying a different approach by using a critical section.
I apologize for multiple MR, I'm not well experienced with using gitlab (but I'm trying to improve).