Oct. 4, 2013
1 p.m.
On 2013-10-04, at 14:54, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
It is not in the separate (or other) package so it still makes problems for Kernel jobs (I have to remove this class before shrinking). This information from the documentation does not seem to be valid: "It first checks if another handler is available. If so it will activate the found handler."
Indeed, it is not fully correct: ./pharo Pharo.image eval '1+2' will activates the EvaluateCommandLineHandler (after going through the PharoCommandLineHandler), whereas ./pharo Pharo.image --help only activates the PharoCommandLineHandler. feel free to update the comments