It previously parsed the contents of load-history which made it sensitive to changes to what's in load-history. This fix uses feature-symbols instead (which uses load-history internally) which should be more stable than relying on load-history directly.
It previously parsed the contents of load-history which made it sensitive to changes to what's in load-history. This fix uses feature-symbols instead (which uses load-history internally) which should be more stable than relying on load-history directly.
Fixes #1096