Closed byroot closed 1 year ago
Awesome turnaround time, thanks a lot @byroot! 🥳
@byroot This breaks eg. spring-watcher-listen
(see https://github.com/rails/spring-watcher-listen/issues/36), as it depends on the synchronize method. Possibly there are other dependencies affected by this.
Maybe instead of patching all dependencies which depend on this synchronize method could be added back to Abstract
?
def synchronize(&block)
@mutex.synchronize(&block(
end
Thanks for the ping.
Thank you for the quick turnaround 👍
It doesn't really save much effort, and it's being extracted as a gem which cause issues for projects like spring that often are loaded before bundler.
Reported by @tisba