From 60bfe4dcd56757b84008adad3fbcf3c8805193f5 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Thu, 20 Jul 2017 11:49:43 +0000 Subject: [PATCH] Updated PLAN - Legacy-Id: 13951 --- PLAN | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PLAN b/PLAN index 34138b9be..07d553fdc 100644 --- a/PLAN +++ b/PLAN @@ -19,6 +19,9 @@ Planned work in rough order * Upgrade html5lib to the latest release, the same for bleach which uses it. +* Test suite improvements. Reduce and seek to eliminate causes of differences + in code coverage between runs in the same and in different environments. + * Polish the htmlization pages, making the style identical with tools.ietf.org. Do a public release of the htmlization lib. @@ -153,6 +156,9 @@ Notes wg-lc -> wg-last-call writeupw -> waiting-for-shepherd-writeup +* Clean up and normalise the use of canceled / cancelled. User-visible + strings should already be all CANCELLED except when manually entered. + * DjangoCon Europe 2017 Notes: - Add tracing of Django Query methods from code through templates to the @@ -183,8 +189,4 @@ Notes - Consider using django-12factor to apply part of the 12-factor app philosophy: https://12factor.net/ - - Clean up and normalise the use of canceled / cancelled. User-visible - strings should already be all CANCELLED except when manually entered. - -