David Bajger

Results 17 issues of David Bajger

**Bug description** A subclass of TestCase with test method that refer to some class and tested method keeps passing, even if tested class has been removed previously from the system....

Bug

**Describe the bug** Warning about newer version of package is raised even if user specified the image state to be ignored. **To Reproduce** Steps to reproduce the behavior: 1. Download...

**Describe the request** Currently, CLI interface of launcher uses original CLAP. Purspose is to use updated version which consists of several improvements. These are: - simplified specification of flags and...

Enhancement
New Feature
cmd-line

**Describe the bug** ` PhLProcessWrapperTest>>testRunningInfiniteProcessThrowsTimeout` starts infinite loop process, which is never terminated. Tests passes, but never cleans a process, which is still running. This causes noisy `Hit CTRL+C` output,...

Bug

_Allow CLI commands to select a template, image or vm by sequence number_ **Describe the request** Currently, images or templates can be identified only by full name that match exact...

Enhancement
cmd-line

_Use minimal Pharo image to load PharoLauncher command line_ **Describe the request** PharoLauncher can be loaded/created using minimal image when dealing just with CLI. Resulting app can be significantly smaller....

Enhancement
cmd-line

**Describe the request** Currently, new instance of PharoLauncherModel is created every time the accessor `launcherModel` is invoked. This could be several times during program execution. PharoLauncherModel should be initialized just...

Enhancement
cmd-line

**Describe the bug** DiskStore checkVMversion call #inform: that causes stacktrace output when running image with older (not updated) VM. **To Reproduce** Steps to reproduce the behavior: 1. Use older VM...

Bug
cmd-line

**Describe the request** Currently all execution of Pharo commands might end up with exception which might be domain specific or not. Error output is polluted with stack-trace information that isn't...

Enhancement
cmd-line