Bugs noticed by reading the pkg-index source code

This commit is contained in:
Tony Garnock-Jones 2015-01-26 15:10:15 -05:00
parent 579a68703a
commit 1f2ddb4039

14
TODO.md
View File

@ -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