-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forbid implications from non-representations to representations
Filters of type representation are intended to describe the internal data of an object. Thus a logical implication to such a filter makes sense only if the implying filters are also representations. As had be noticed by @fingolfin, there was a now forbidden hidden implication in the library, from `IsHandledByNiceBasis` to `IsAttributeStoringRep`. Logically, one wants this rather the other way round, that is, the mechanism relies on stored data and thus should be *restricted* to situations where `IsAttributeStoringRep` is present. I have now changed this setup accordingly, that is, `IsAttributeStoringRep` is no longer implied by `IsHandledByNiceBasis`. As a consequence, one `Objectify` call in the library had to be changed such that `IsAttributeStoringRep` gets explicitly set. (The same might happen also in packages.)
- Loading branch information
1 parent
d16a6e2
commit 2f4a518
Showing
5 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters