Fixes related to sending #ifTrue: to non-booleans
=================================================
You might be aware thay in Pharo you do get a DNU for "1 ifTrue:". This
is done by trapping the mustBeBoolean exception, recompiling the expression
without optimizations and caching that DoIt... the devil is in the details,
as you might expect...
Fixes BreakPoints
===============
Metalinks are what is used to implement Breakpoints. We are actively going through reported
issues, more fixes to come next week!