You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: more flexible polymorphic types lookup (#1434)
* fix: more flexible polymorphic types lookup
* test: add polymorphic lookup tests
they pass on v-11-dev
I'm going to look into the existing lookup warnings
now
```
[POLYMORPHIC TYPE NOT FOUND] No polymorphic types found for fileable
[POLYMORPHIC TYPE] No polymorphic types found for FilePropertiesResource fileable
[POLYMORPHIC TYPE NOT FOUND] No polymorphic types found for respondent
[POLYMORPHIC TYPE] No polymorphic types found for QuestionResource respondent
[POLYMORPHIC TYPE NOT FOUND] No polymorphic types found for respondent
[POLYMORPHIC TYPE] No polymorphic types found for AnswerResource respondent
[POLYMORPHIC TYPE NOT FOUND] No polymorphic types found for keepable
[POLYMORPHIC TYPE] No polymorphic types found for KeeperResource keepable
```
* Revert "test: add polymorphic lookup tests"
This reverts commit 0979a7243b6bc816dd2327d3ff23f70209c52dce.
* feat: easily clear the lookup
* feat: add a descendents strategy
* test: polymorphic type lookup
* feat: make polymorphic type lookup configurable
* feat: clear polymorphic lookup after initialize
0 commit comments