[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Handle epoll event delivery errors without VM segfault. (b6616b2)

Nicolas Cellier notifications at github.com
Mon Feb 8 15:52:27 UTC 2021


Also note that `if(a=b)` will generate a warning on modern compiler because often a miss write of `a==b`.
The modern convention is to write `if( (a=b) )` to express the intention to assign and shut up the warning.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b6616b21d263ecaa334d458bf3a9579fcb88c635#commitcomment-46886891
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210208/b1a7bf87/attachment.html>


More information about the Vm-dev mailing list