Skip to content
Commit 0975a134 authored by Alastair Bridgewater's avatar Alastair Bridgewater
Browse files

backend/clx/graft: Fix CLX-GRAFT superclass order.

  * SHEET, being the most-abstract class, should be LAST on the
list, as a number of GFs have methods defined to do something
default on SHEET and expect to be overridden by subclasses or
mixins.

  * In retrospect, requiring a specific ordering for mixins vs. a
base class is weak design, but I don't currently have a good angle
for sorting it out and it takes a back seat to getting the basic
system functional.
parent 2218398c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment