id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 193 chicken-install breaks when egg version is specified Mario Domenech Goulart felix winkelmann "Reported by Jeronimo Pellegrini. I've attached a patch which seems to fix the problem, but I'm not sure if it does the right thing. {{{ # chicken-install -v 4.4.3 # chicken-install srfi-42:1.7 Error: (string=?) bad argument type: (""srfi-42"" . ""1.7"") # chicken-install srfi-34:0.4 Error: (string=?) bad argument type: (""srfi-34"" . ""0.4"") # chicken-install tk:1.8 Error: (string=?) bad argument type: (""tk"" . ""1.8"") # >From the online help, it should work... # chicken-install -h usage: chicken-install [OPTION | EXTENSION[:VERSION]] ... ... Is this a bug or am I doing something wrong? Using HEAD from master branch... }}}" defect closed major core tools 4.4.x fixed