Errores #66
[CRITICAL] Review YASS core, cfg and callback interrelation
| Status: | Resuelta | Start: | 07/14/2009 | |
|---|---|---|---|---|
| Priority: | Urgente | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | YASS - core | |||
| Target version: | 0.5.0 |
Description
A critical bug was introduced when the core was made a singleton. All the code should be reviewed to check that object relations are working.
As for now, audio player related stuff is not working :(
We can't release anything without this being fixed :(
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Since access to the core was protected by a lock and made a singleton, we don't delegate delattr
We where doing if (hasattr...) but taht's not a 'clean' way of doing it. Instead we initialize it to -1 and then check for it.
The issue was just with the 'player' object, which controls the ring audio file playback.