Generalize feature methods to work in any context
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 16 Apr 2020 05:44:43 +0000 (22:44 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 29 Apr 2020 18:11:51 +0000 (11:11 -0700)
Refactoring the features module allowed for making code specific to
certain contexts generalizable. Specifically, KNOWN_FEATURE_MASK
is defined on Context instead of hardcoded in each method
specialization. Thus, such methods are no longer required.


No differences found