pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Issue 16430 - String>> asSymbol no protected against concurrent access (alternative solution)

Open carolahp opened this issue 9 months ago • 1 comments

Proposes solution to issue https://github.com/pharo-project/pharo/issues/16430

Summary

To prevent data races when new symbols are interned into the NewSymbols table, a semaphore is used to protect the critical code section in the method Symbol >> intern

carolahp avatar May 02 '24 22:05 carolahp

I see the image was built , but (I think) unrelated tests are failing

carolahp avatar May 03 '24 02:05 carolahp