Ferreteria/v0.6/clade/Sys/Narcissa
| Subpages |
|---|
About
There are two Narcissa systems, each based on a different extension:
co: uses the class/object extensionrefv1: uses the Reflection extension, but I don't understand it anymorerefv2: uses the Reflection extension; rewriting from scratch on 2026-05-16
History
- 2026-05-13 reorganizing:
- new
reffolder to contain everything previously at the top level of the Narcissa folder - new
cofolder for splitting out the appropriate functionality fromSys\Diag\Util\Reflect- I think I will be gradually retiring this, but I want to repackage it and make sure it is working first.
- Thinking: I think when I originally wrote the "co" version, I may not have realized it was an extension just like Reflection, because I had the idea that the latter might not always be present but the former would.
- new
- 2026-05-16 I absolutely just don't understand enough about the overall structure of the existing
refto try to use it, so I'm renaming it (again)refv1and starting afresh withrefv2.