Commit Graph

956 Commits

Author SHA1 Message Date
Kartik K. Agaram 298cf2edc2 debug helper: run a single test 2023-01-21 21:47:21 -08:00
Kartik K. Agaram 51e6494384 keep some prints in the terminal for now 2023-01-21 21:47:00 -08:00
Kartik K. Agaram 070fba44a7 deduplicate an initialization 2023-01-20 23:45:03 -08:00
Kartik K. Agaram 2e7b3412d6 Merge text0 2023-01-20 23:23:46 -08:00
Kartik K. Agaram d01f34c645 merge bugfix: show test failures 2023-01-20 23:21:59 -08:00
Kartik K. Agaram f544131d00 Merge text0 2023-01-20 22:47:52 -08:00
Kartik K. Agaram 20e46a8b56 Merge text.love 2023-01-20 22:30:16 -08:00
Kartik K. Agaram 486afb1c68 Merge lines.love 2023-01-20 22:08:39 -08:00
Kartik K. Agaram d13d0f9af0 clean up a print 2023-01-20 21:55:52 -08:00
Kartik K. Agaram bc95ec467b show another detail on test failure 2023-01-20 21:48:49 -08:00
Kartik K. Agaram 2a0a770c49 deduce test names on failures 2023-01-20 21:48:49 -08:00
Kartik K. Agaram a28e57205d link to default love.run for comparison 2023-01-20 21:07:59 -08:00
Kartik K. Agaram 46889593da support running tests multiple times
We now collect multiple test failures, but that's just the first step.
2023-01-20 20:08:17 -08:00
Kartik K. Agaram 4c7ea0e776 unnecessary coercion 2023-01-20 20:07:34 -08:00
Kartik K. Agaram 91a5dd01cb fix file_drop callback 2023-01-20 14:18:04 -08:00
Kartik K. Agaram 0e3b8c523d Merge text0 2023-01-20 09:31:01 -08:00
Kartik K. Agaram 41dc719c29 Merge text.love 2023-01-20 09:30:19 -08:00
Kartik K. Agaram 9b93a7bd34 fix broken link 2023-01-20 09:23:55 -08:00
Kartik K. Agaram 919f45497e add another fork 2023-01-19 23:33:25 -08:00
Kartik K. Agaram 5aad826a63 Merge text0 2023-01-19 22:25:37 -08:00
Kartik K. Agaram abb93a01f8 Merge text.love 2023-01-19 22:25:17 -08:00
Kartik K. Agaram b3c878ae94 Merge lines.love 2023-01-19 22:19:38 -08:00
Kartik K. Agaram 674042d4c7 no, turn vsync back on
I notice my laptop's fan starts coming on when running many of my apps.
An empty app takes 10% CPU where it used to take just 1-2%.
2023-01-19 22:14:08 -08:00
Kartik K. Agaram a411d86152 new fork 2023-01-18 20:36:45 -08:00
Kartik K. Agaram 9b09d51772 Merge text0 2023-01-18 20:35:50 -08:00
Kartik K. Agaram 7cb5496347 Merge text.love 2023-01-18 20:35:05 -08:00
Kartik K. Agaram 59fb6709e2 best prose across forks 2023-01-18 20:30:37 -08:00
Kartik K. Agaram 30aedf0699 cleaner 2023-01-18 20:22:31 -08:00
Kartik K. Agaram 535b0e11a4 drop non-existent arg in callback 2023-01-16 22:46:40 -08:00
Kartik K. Agaram bfbf599edf Merge text0 2023-01-16 10:35:53 -08:00
Kartik K. Agaram 957c82d7f9 Merge text.love 2023-01-16 10:35:19 -08:00
Kartik K. Agaram 44fbb51161 Merge lines.love 2023-01-16 10:23:14 -08:00
Kartik K. Agaram 15f56341df correct comment; vsync is hard to reason about 2023-01-16 10:20:46 -08:00
Kartik K. Agaram 36ec0b4b06 Merge lines.love 2023-01-16 09:57:06 -08:00
Kartik K. Agaram e7b37e39de disable vsync
Thanks Nils Berg for the suggestion!
2023-01-16 09:50:32 -08:00
Kartik K. Agaram 0719fdeaaf hoist out some common settings 2023-01-16 09:48:06 -08:00
Kartik K. Agaram f120fb2449 Merge text0 2023-01-13 09:49:29 -08:00
Kartik K. Agaram e80f48506d Merge text.love 2023-01-13 09:48:20 -08:00
Kartik K. Agaram d8ec259711 Merge lines.love 2023-01-13 09:33:34 -08:00
Kartik K. Agaram 22bf3da7de reduce use of rfind 2023-01-13 09:10:48 -08:00
Kartik K. Agaram 29479aa5a1 bugfix: on.load_settings when there are none
Attempt #2; commit bbe8925378 was stupid and useless.

Scenario: run driver without any saved settings.
Before this commit (in driver repo), the driver would crash on quit.
2023-01-09 20:33:00 -08:00
Kartik K. Agaram 427285216a bring doc up to date 2023-01-09 20:20:56 -08:00
Kartik K. Agaram bbe8925378 run on.load_settings after loading defaults 2023-01-09 20:18:53 -08:00
Kartik K. Agaram d135ed9c64 one more fix 2023-01-09 12:41:49 -08:00
Kartik K. Agaram 85bdd1b30a alter on-disk representation (manifest files)
I just tried my freewheeling apps on Windows and noticed filenames
conflicting and failing to show up in the working tree on the
case-insensensitive file system.
2023-01-09 12:27:17 -08:00
Kartik K. Agaram 5587fa5f78 new mirror; also correct a typo 2023-01-08 21:52:30 -08:00
Kartik K. Agaram aa20d7cca1 flesh out Readme 2023-01-08 08:11:15 -08:00
Kartik K. Agaram b31f6954d0 small change to simplify the driver's task 2023-01-07 21:23:51 -08:00
Kartik K. Agaram 7955bb2372 now fix copy-paste errors in GET* 2023-01-07 20:48:22 -08:00
Kartik K. Agaram 7b256de9c9 clear error message on unknown definition 2023-01-07 20:39:52 -08:00