Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-08-02 | infra: skip redundant stack frame for relations error tracing | (quasar) nebula | |
2023-08-02 | infra: coarsely report relation() ancestry in errors via cause | (quasar) nebula | |
2023-06-24 | infra: refactor relations tree processing, new 'query' step | (quasar) nebula | |
Finally putting the 'step' in 'data-steps'! | |||
2023-06-23 | infra: log content function spec errors more cleanly | (quasar) nebula | |
2023-06-13 | infra, test: expose "native" slots opt for quickEvaluate | (quasar) nebula | |
2023-06-12 | infra: automatically interface html.stationery via slots | (quasar) nebula | |
2023-06-11 | infra: quick code style changes | (quasar) nebula | |
2023-06-11 | infra: reuse invalidatingDependencyKeys instead of reconstructing | (quasar) nebula | |
2023-06-11 | infra: treat fulfillment information as sets & reuse where possible | (quasar) nebula | |
2023-06-11 | infra: annotate errors with name outside fulfillDependencies | (quasar) nebula | |
2023-06-11 | infra: move fulfilled clause to end of if-else/if-else chain | (quasar) nebula | |
2023-06-11 | infra: don't perform redundant checks in expectDependencies | (quasar) nebula | |
2023-06-04 | infra: hint error when bad object constructor | (quasar) nebula | |
This isn't really proper error handling or validation, but it'll make this error a little less annoying to deal with meanwhile. | |||
2023-06-02 | infra: early error when relation() called w/ unlisted dependency | (quasar) nebula | |
2023-06-02 | Revert "infra: report who sourced unfulfilled relations" | (quasar) nebula | |
This reverts commit e09e11f1b933fa67f07c9f5e4340466f89672c8b. | |||
2023-06-02 | infra: report who sourced unfulfilled relations | (quasar) nebula | |
2023-05-25 | content: sprawl & transformContent | (quasar) nebula | |
Sprawling basically means tying a component to objects which aren't directly passed to it. This is necessary for functions like transformContent, which was *mostly* implemented here (the multiline/lyrics modes are stubs, and a number of links haven't been implemented yet). | |||
2023-04-06 | build steps: jank together ultra-basic page write | (quasar) nebula | |
Super simple technically functional sketch. | |||
2023-04-04 | infra: new 'postprocess' option in quickEvaluate | (quasar) nebula | |
2023-04-04 | infra: new 'multiple' option in quickEvaluate | (quasar) nebula | |
2023-03-26 | data steps: linkTemplate snapshot tests | (quasar) nebula | |
2023-03-25 | data steps: more "quick" functions & basic snapshot test demo | (quasar) nebula | |
2023-03-23 | data steps: content function evaluation essentials | (quasar) nebula | |
Also some more actual content in generateAlbumInfoPageContent, which is in fact fully working as-is(!!). | |||
2023-03-23 | data steps: contentFunction fixes & polish | (quasar) nebula | |
2023-03-21 | data steps: album additional files list | (quasar) nebula | |
This is WIP but seems to be working! Pretty big test of the new html.template system, which needed some extension here. | |||
2023-03-19 | data steps: generateAlbumInfoPage & relations implementation | (quasar) nebula | |
2023-03-18 | data steps: annotate content function names | (quasar) nebula | |
2023-03-06 | data steps: contentFunction & explicit dependencies | (quasar) nebula | |