That is great! Is it possible to disable it for doits and other playground expressions? Regards! Esteban A. Maringolo On Thu, Mar 17, 2022 at 1:23 PM Marcus Denker <marcus.denker@inria.fr> wrote:
On 17 Mar 2022, at 17:17, Richard Sargent <richard.sargent@gemtalksystems.com> wrote: A pragma might be the way to go. <noInline: #and:> for example.
There is already the #compilerOptions: Pragma, e.g.:
<compilerOptions: #(- optionInlineAndOr )> For example this method compiled the and: as a real send: tt <compilerOptions: #(- optionInlineAndOr)> true and: [ false ]
On Thu, Mar 17, 2022 at 8:17 AM Esteban Maringolo <emaringolo@gmail.com> wrote:
A great trade off would be to be able to enable/disable for certain things instead of it being a global setting.