-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not run any spec related component when ran in CLI mode #630
Comments
From what I've seen there are references to the Spec application (PharoLauncherApplication) aside from the Spec run/start methods. For example in Can we decouple things like job management (jobList senders) outside PharoLauncherApplication? |
Hi Hernan, Indeed, we need a |
I would say is arguably a program problem, not a spec problem. my understanding of your problem is that you are using self application newInform... etc. to give some feedback, isn't? |
Currently, when running Pharo Launcher by command-line,
a log appears on the console:
It looks like
PhLImageDescriptionUpdater
is active while in CLI mode.Also, debugging this (by modifying the pharo-launcher script to not run clap but allowing eval arguments) shows that there are instances of PhLImagesPresenter still alive.
The text was updated successfully, but these errors were encountered: