diff options
Diffstat (limited to '_log/bumblebee.md')
| -rw-r--r-- | _log/bumblebee.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_log/bumblebee.md b/_log/bumblebee.md index 74fc06b..588ae42 100644 --- a/_log/bumblebee.md +++ b/_log/bumblebee.md @@ -37,7 +37,7 @@ raised → parsed into a token → insert to list → interpret event → look u instruction from a table → form instruction with event args → insert text to a parallel list → run both lists through optimizer → update Scintilla editor. -Problem: manual overriding via Scintilla editor mid-session causes the code +Limitation: manual overriding via Scintilla editor mid-session causes the code list to go out of sync with the event list. Optimizer can't handle this yet. Note to self: need to rethink the event/text list data structures in the |
