Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | STILL BORKEN | dakkar | 2023-07-28 |
| | | | | | | | 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 | ||
* | BROKEN | Gianni Ceccarelli | 2023-07-27 |
| | | | | | | | | | | 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`!) | ||
* | vaguely bootstrap things? | Gianni Ceccarelli | 2023-07-27 |