wrong icon indicating copy to clipboard operation
wrong copied to clipboard

Race Condition with "reentry"

Open eqv opened this issue 12 years ago • 0 comments

https://github.com/ranmrdrakono/wrong/blob/master/lib/wrong/assert.rb#L23-L24

This lines cause race conditions. I propose to use thread_variable to identify recursion problems while avoiding multi threading issues

eqv avatar Aug 19 '13 19:08 eqv