| Commit message (Collapse) | Author | Age |
|
|
|
| |
every attribute defaults to "empty", good enough for now
|
|
|
|
|
|
|
| |
we need attribute defaults, probably via functions?
it currently explodes when it can't find a value for
`class_attributes` for metaclasses of non-bootstrap classes
|
|
|
|
|
|
|
|
|
|
| |
I'm trying to get `invoke` to set up attributes
it fails because the attributes for the `mro` attribute meta-object
are stored in
`bos__attribute__attribute_5fname__bos_2fmeta_2fclass__bos_2fmeta_2fattribute__7__`
&c, with the wrong defining class (`attribute_name` is defined in
`bos/meta/attribute`, not `/class`!)
|
| |
|
|
|