Grokkers that subclass other Grokkers
Bug #92232 reported by
Jan Wijbrand Kolman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grok |
Won't Fix
|
Low
|
Martijn Faassen | ||
1.1 |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
We have a Grokker B which subclasses from Grokker A. We need to use priorities to make sure B actually groks its components instead of A. If the priorities are equal, which Grokker is being used is not deterministic.
This can lead to code that sometimes works but stops working later.
We need a way to detect this situation and when it happens bail out with a GrokError.
Changed in grok: | |
assignee: | nobody → faassen |
milestone: | none → 1.0 |
Changed in grok: | |
status: | New → Won't Fix |
To post a comment you must log in.
Martijn just notes: we need to think about sibbling subclasses from A.