Forcing a pre-requisite.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Forcing a pre-requisite.

talios@gmail.com
How does one force a prereq to exist?

I just installed the Dolphin port of Vasilli's excellent regex package
and used some code like this:

   someStringTemp := someStringTemp copyWithRegex: '(\(|\))'
matchesReplacedWith: ''.

which works fine, but doesn't seem to trigger the requirement that regex
should be a prereq.  And there didn't seem to be a way to manually
set/force a package requirement.

I've currently just added a wee hack method to one of my classes
instantiating a RxMatcher just to get the prereq.  But there must be a
cleaner way...


Reply | Threaded
Open this post in threaded view
|

Re: Forcing a pre-requisite.

Yar Hwee Boon-3