After downloading last new version of vvvv (for instance beta27.2) I looked casually to a module I did: Sphere Bundle.
It is broken, since effect nodes are red. Should I open manually my modules and contributions every time there is a new release?
It would be really timeconsuming and error proning. Can you consider to add a test suite that checks at least that there are no red nodes in help patches?
This red node issue with new releases happens pretty often.
Another frequent issue is that links disconnect with new releases.
I write this also to apologize to vvvv users since I don’t have so much time to mantain the few modules and plugins I did in the past, and a test report would help everyone want to contribute.
Hi had, similar problems yesterday with beta27.2
Just when i opened patch, subpatches with disabled evaluation were red and patch crashed straight after that. So had to open each red subpatch re-save and it started to work again. But every time i opened subpatch there was some set of random red plugins, witch became normal after second of wait.
And that happened randomly for V1 plugs inside.
@fibo - do you know why they are red?
perhaps you’d hardcoded relative paths into the patch by mistake? (i.e. you’d drag-dropped them in rather than using nodelist)
@fibo - agreed
also i think help patches could sufficiently support this role i.e. :
in order for functionality to be tested it must be in a help patch
all help patches are automatically opened on each vvvv release to check for red nodes (not sure how best to do this but probably already available with a HDE plugin or SetPatch route)
I also think that a basic check on help patches is sufficient, but the tests should be written by devs + few volunteers that run tests before each release.
I would also add a meta test EveryNodeHasAnHelpPatch.V4T :)