supercollider-quarks / JITLibExtensions

Some extensions to the common JITLib classes
GNU General Public License v2.0
12 stars 9 forks source link

Halo: checkSpec's dependant should not releaseDependants #28

Closed jamshark70 closed 11 months ago

jamshark70 commented 1 year ago

Fixes #27.

releaseDependants is inappropriate here because you have no guarantee that Halo is the only interface creating dependencies. The only dependant that Halo is authorized to remove is the one that it created.

adcxyz commented 11 months ago

thanks jamshark!