You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be in the compiler.
We give a correct slot definition but the Opal compiler does not take it into account.
On our side: FmxMBRealRingEnvironment>>#collectChangesToApplyis correct: there is a change to apply on the slot.
We send its definition to the environment, it is still correct.
When it comes to OpalCompiler>>#evaluate, the change does not occur. No idea why, we need help from the Pharo team.
To reproduce:
FamixTest6Generator
), add a property to a class or traitFamixTest6Generator generate
The property is created and declared in the definition of
FamixTest6Spam
.The test FmxMBGeneratorTest>>#testGeneratorsAreUpToDate
The text was updated successfully, but these errors were encountered: