From 1f2ddb40399eddccc9f222886ada86a478ff0a69 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 26 Jan 2015 15:10:15 -0500 Subject: [PATCH] Bugs noticed by reading the pkg-index source code --- TODO.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TODO.md b/TODO.md index cdca3d2..d47f586 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,17 @@ +## Bugs + +racket-lib's dependencies aren't strings, and so lead to wrong URLs on its detail page + +get-bonus's conflicts path isn't a string, and so leads to a wrong URL +on its detail page. See http://pkg-build.racket-lang.org/ - this kind +of indirect report means that one of the dependencies of the package +has a conflict. + +The conflicts list in the toplevel and the conflicts-log in the build +struct are subtly different. Is the site rendering them appropriately? + +## TODOs + Documentation/help text on the edit package page? Move `generic-input` and friends into bootstrap.rkt