﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
591	make-egg-index hides invalid eggs	sjamaan	felix winkelmann	"There are quite a few eggs (eleven!) which don't show up in the egg index because they either have a category which doesn't occur in the list (ten) or there's an invalid entry in the meta-file (one).

Hiding the problem allows it to go undetected and unfixed, so here's a patch for make-egg-index which makes the ones with an invalid category show up under ""Uncategorized or invalid category"" (previously just ""Uncategorized"") and invalid meta-properties are now marked as ""Invalid meta-file property 'foo' — please contact this egg's author!"".

Because the program didn't work in Chicken 4.7.0 I've updated the code to use the new Irregex API.

Also, IMO it's better to move this script to the chicken-infrastructure repo instead of keeping it bundled with Chicken itself (I don't see any reason to have this script bundled with Chicken; who would want to run it on a private tree?)."	defect	closed	major		infrastructure	4.7.x	fixed	make-egg-index	Mario Domenech Goulart	
