During the Roc compiler migration, some old-API examples are intentionally kept out of CI as .todoroc files because their platform modules/APIs have not been restored yet or need a larger port than the release cleanup should take on.\n\nSkipped examples to restore:\n\n- examples/file-read-buffered.todoroc: restore buffered reader APIs and update the example to the new platform API. Related: #214, #215.\n- examples/http.todoroc: restore or redesign the HTTP API and migrate the example.\n- examples/tcp-client.todoroc: restore or redesign the TCP API and migrate the example.\n- examples/sqlite-basic.todoroc and examples/sqlite-everything.todoroc: restore or redesign the SQLite API and migrate examples/fixtures.\n\nRelease cleanup policy: only examples/*.roc are checked and built by CI. These files should be renamed back to .roc only once they pass roc check, roc build, and any relevant example tests with the pinned Roc compiler.\n\nSeparate compiler blocker:\n\n- examples/terminal-app-snake.todoroc is blocked by roc-lang/roc#9749, not by a missing basic-cli API.
During the Roc compiler migration, some old-API examples are intentionally kept out of CI as
.todorocfiles because their platform modules/APIs have not been restored yet or need a larger port than the release cleanup should take on.\n\nSkipped examples to restore:\n\n-examples/file-read-buffered.todoroc: restore buffered reader APIs and update the example to the new platform API. Related: #214, #215.\n-examples/http.todoroc: restore or redesign the HTTP API and migrate the example.\n-examples/tcp-client.todoroc: restore or redesign the TCP API and migrate the example.\n-examples/sqlite-basic.todorocandexamples/sqlite-everything.todoroc: restore or redesign the SQLite API and migrate examples/fixtures.\n\nRelease cleanup policy: onlyexamples/*.rocare checked and built by CI. These files should be renamed back to.roconly once they passroc check,roc build, and any relevant example tests with the pinned Roc compiler.\n\nSeparate compiler blocker:\n\n-examples/terminal-app-snake.todorocis blocked by roc-lang/roc#9749, not by a missing basic-cli API.