aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/instance (follow)
Commit message (Collapse)AuthorAge
* Improve filtering when loading vcomponents.Hugo Hörnquist2020-08-12
|
* Fixed stack overflow on event deletion!Hugo Hörnquist2020-08-03
| | | | | | | Equal? on vcomponents was a bad idea. The bug most likely came from two objects where they pointed to themseves, or recursively to one another, and guile couldn't figure out that they where eq? each other. Change to use eq? comparison directly, and now everything just seems to work.
* Move <events> methods to own module for easier loading.Hugo Hörnquist2020-08-03