tinchodias / pharo-sdl-experiments

Experiment SDL2 layer composition from Pharo
MIT License
5 stars 0 forks source link

Transcript demo printing not understand #4

Open labordep opened 11 months ago

labordep commented 11 months ago

When running AnimatedCirclesDemo runAlternatives, at each animated tests results :

--- 50 animated ---

an AtlasTileManager(2048@2048)
Instance of Color class did not understand #random:

a TextureTileManager(StaticTextureTile)
Instance of Color class did not understand #random:

a TextureTileManager(StreamingTextureTile)
Instance of Color class did not understand #random:

a CairoDirectTileManager
Instance of Color class did not understand #random:
tinchodias commented 11 months ago

Thanks for the report. I don't see the same in my image, but I installed several projects so I should try loading this project alone. In my case, the Color>>random: is an extension of Bloc-Alexandrie-Tests... so don't you have Bloc loaded? or it had some conflict 🤔

labordep commented 11 months ago

@tinchodias I haven't Bloc. This is my configuration and Color class>>random method :

image

The extension comes from Random-Core image

tinchodias commented 11 months ago

ok I thought the baseline of SDL experiments loads bloc... then it's a bug. This missing random: is the same but receives a random generator, this allows reproducible results