#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
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. Had a "(use regex)" but all coding for 'irregex!