Summary
apropos requires regex, but regex is not in the dependencies list
Metadata
- Id: f78e48c93079a90a73f840820c10622585d188b1
- Trac id: 1211
- Type: defect
- Reporter: mario
- Owner: kon
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-08-17 20:50:09 UTC
- Created: 2015-08-17 14:41:45 UTC
- Keywords: apropos
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).
Changes and comments
[2015-08-17 20:48:31 UTC] kon wrote:
Fixed. Had a "(use regex)" but all coding for 'irregex!
[2015-08-17 20:49:10 UTC] kon changed status from new to closed
[2015-08-17 20:49:10 UTC] kon set resolution to fixed
[2015-08-17 20:50:09 UTC] kon wrote:
See version 2.1.3