2005/06/25 05:17: PLD Ruby plans

Ruby's packages in PLD are decent (I made most of them), but there's some nasty quirks around ri because it doesn't play nice with RPM: a package that adds methods to a core class like Array generates a new cdesc-Classname.yaml file, which would require a programatic merge (and worse, unmerge) from the installed copy. This isn't acceptable, because it makes MD5 checksum verification much more fragile, which is one reason people use an RPM-based system: the validity checks are powerful when the packages are made right.

I'm planning on doing several things to PLD's ruby packaging in the coming time:

Comments