aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/util/instance/methods.scm (unfollow)
Commit message (Collapse)Author
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2020-11-17Slightly improve 'Building <events>' print.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-12Improve filtering when loading vcomponents.Hugo Hörnquist
2020-08-03Fixed stack overflow on event deletion!Hugo Hörnquist
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.
2020-08-03Move <events> methods to own module for easier loading.Hugo Hörnquist
2020-08-03Minor fixups.Hugo Hörnquist
2020-08-02Remove (util app).Hugo Hörnquist