Relevance by relation to another fixlet?

(imported topic written by mynameisbear91)

I tried to explain in words what I’m looking to do but I think a pseudocode sample would do, and yes I realize this isn’t relevance language :wink:

I would like to do the following (.exe names and fixlet IDs have been changed to protect the innocent):

(exists regapp "foobar.exe") AND (relevant fixletid "1337")

This fixlet would only be relevant on a computer on which (there is a regapp named “foobar.exe”) AND (fixlet ID 1337 is relevant.)

(imported comment written by BenKus)

Hey cgolightly,

This is not allowed by design in Fixlet relevance. If we allowed this type of activity, you could unintentionally create Fixlet “loops” where Fixlets would trigger each other to become relevant/not-relevant eternally.

You will need to copy the relevance from Fixlet 1337 to your new Fixlet.

Ben