Select Git revision
-
Thrasyvoulos Karydis authoredThrasyvoulos Karydis authored
LOG.md 39.21 KiB
Cuttlefish Dev Log / Scratch Notes
Dev Prayers for Machine Week
things that should work before MW
- properly handle logging of anything and be able to inspect any datatype with this kind of tool (i.e. see the path...)
- err path cleanup ... i.e. cover cases of new hunk writing:
- syntax errors (in code, on load)
- file naming errors
- dom access (this is bigish, and maybe containable)
CF pre MW
- save / open program with UI information... positions
- hunk loading error paths / errors from hunks appear by hunks / same with logs
- the merge / recreate / state searching algorithms are key, and no good, and maybe require / want a UI rewrite. i.e. I am running bootstraps now at the stepper (and the DLPcores later) that write new link states, etc, and those push 'replaceDef' msgs up to cuttlefish on hello ...
- i.e. also: try restarting / refreshing lower levels: we broke: fix or remove functionality
Dev:
- jquery, d3 are in the view/ folder
- dom rework (multiple doms... the global $().find() problem)
- dom: request animation frame (i.e. in ghost) is not deleted,
- hunkify ?
Compound Dmseg and MDMseg
I would really want to see MDmseg, and Dmseg, as made up of compound types: a great example for in-context abstractions, readily taken apart, and of using known serializations to deliver complex types downstream. This I would like to take shots at today, or / a looping example.