and is even worst: classes from system that uses pools do not show them.
take a look at AJx86Assembler
it should be like that:
AJAssembler subclass: #AJx86Assembler
instanceVariableNames: 'instructions last labels stackManager level
is64'
classVariableNames: ''
poolDictionaries: 'AJConstants AJx86Registers'
category: 'AsmJit-x86’
and now you cannot see it (pools are there, the problem of not being there is
with injected classes).
And EVEN WORST: I cannot re-add my pools. It just does not works.
please, fix it.
AND GUYS STOP CHANGING THE API IN A FROZEN VERSION!!!!!!
thanks,
Esteban
On 30 Jan 2014, at 18:14, Esteban Lorenzano <[email protected]> wrote:
> So… that.
>
> Is super cool to remove poolDictionaries from the default class template.
> What is not cool *at all* is the fact that now my low level projects, who
> uses them intensively, does not work anymore.
> The reason? the classes are created without poolDictionaries.
>
> So, please… whoever pushed this change. Please fix it.
>
> thanks,
> Esteban