Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcript demo printing not understand #4

Open
labordep opened this issue Oct 12, 2023 · 3 comments
Open

Transcript demo printing not understand #4

labordep opened this issue Oct 12, 2023 · 3 comments

Comments

@labordep
Copy link

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
Copy link
Collaborator

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
Copy link
Author

labordep commented Oct 15, 2023

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

image

The extension comes from Random-Core
image

@tinchodias
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants