Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1211 closed defect (fixed)

apropos requires regex, but regex is not in the dependencies list

Reported by: Mario Domenech Goulart Owned by: Kon Lovett
Priority: major Milestone: someday
Component: extensions Version: 4.9.x
Keywords: apropos Cc:
Estimated difficulty:

Description

apropos.scm has (require-library ... regex) (line 63), but apropos.meta doesn't require regex as a dependency.

Salmonella caught this bug today: http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/08/17/salmonella-report/test/apropos.html , probably because regex has been removed as dependency from the test egg (used by apropos).

Change History (3)

comment:1 Changed 9 years ago by Kon Lovett

Fixed. Had a "(use regex)" but all coding for 'irregex!

comment:2 Changed 9 years ago by Kon Lovett

Resolution: fixed
Status: newclosed

comment:3 Changed 9 years ago by Kon Lovett

See version 2.1.3

Note: See TracTickets for help on using tickets.