From d7d5541428ffd20f9d35c8053aba83fe3e44de21 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 4 Sep 2018 23:26:26 +0200 Subject: [PATCH] Moved To-Do's to the "Notes" page 9fe1756f5917521ddf96d8103adb891d84a8d4ee --- ToDo.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 ToDo.md diff --git a/ToDo.md b/ToDo.md deleted file mode 100644 index 2c37e22..0000000 --- a/ToDo.md +++ /dev/null @@ -1,29 +0,0 @@ - -WebPerl TODOs -============= - - - -1. Documentation (Website) - - - Check if intra-page links work - -2. Testing - - - Continue work on `WebPerl.t` - - More tests for Unicode support (Perl/JS interface, Perl.eval(), plus Emscripten's virtual FS) - - Focus on getting the tests running in the browser instead of node.js - - How to best package tests? - - If possible, a separate bundle, so that it can be loaded optionally and we don't need to rebuild - - How does `make test` find and handle all the various modules' `t`s? - - How to best disable individual tests that we know won't work? (qx etc.) - - How to handle the many tests that call an external Perl? - - patching t/test.pl's runperl() seems easiest at the moment, and we can use the iframe method from the IDE - -3. Misc - - - Test if a CDN would work - - Perhaps create a CPAN Bundle:: module or similar for `build.pl` deps? - -See also: "TODO" tags in code (use `findtodo.sh`) -