| date |
what
|
| 2025-11-03 |
refactoring to parse with existing filespec system instead of SPL
|
| 2025-11-04 |
QOSpec(): This needs to return a QSpec so that if the caller sets the return object, it will update the path properly.
|
| 2025-11-06 |
QOSpec(): We also need to persist the QSpec object so that it will retain the Chain object (in QOChain())...
- ...but it's created in
OSpec()->QSPath(), so that's where the persisting needs to happen.
|
| 2025-11-08 |
QOSpec(): No need for this anymore; just call OSpec(). (Function commented out: it looks like all it did was to put a Q-wrapper around what OSpec() returned.)
|
| 2026-06-29 |
Re-re-purposing this a little closer to what it was before Venue was a thing. It can now be thought of as USpec-specific access to the Venue API -- i.e. it already knows which file/folder is being referenced, so you don't have to specify that.
|