Commit Graph

6 Commits

Author SHA1 Message Date
Kartik K. Agaram 25c9249b5f Merge lines.love 2024-01-15 02:24:30 -08:00
Kartik K. Agaram 68f991df51 bugfix: various calls to renamed methods 2023-08-31 20:01:44 -07:00
Kartik K. Agaram 4c6969f2f4 Merge lines.love
This was complicated. I had to:
  - make a couple of tests pending that I discovere were only
    accidentally passing for a while. I'll fix those outside the merge
    commit.
  - copy over the implementation of links from the lines-and-links fork
2023-04-02 09:01:18 -07:00
Kartik K. Agaram eef0e2bc3b some more logs
The previous commit was super useful. The links are not actually being
lost when I exit pensieve. Instead, they're somehow not being set in
some code path that I haven't tracked down yet.

The important thing is, I've been missing things because I wasn't
running it from a terminal. prints (that the links are empty) were
disappearing that would have helped diagnose it. Lesson learned: always
send error prints to the log as well. At least there we have a hope of
spotting them.

Once we start emitting prints to the log, also include the function
name. On errors so far we've not bothered because the default LOVE error
handler shows the stack trace. However the logs don't record the stack,
and we might go looking at them long after the app crashes. The print
doesn't need function names, but the log does so we'll just
lowest-common-denominator both.
2023-03-08 18:23:37 -08:00
Kartik K. Agaram 0446035e17 separate error log from Cache 2022-11-20 13:40:22 -08:00
Kartik K. Agaram 9e8d659e3c flash error messages on screen 2022-10-26 23:13:22 -07:00