Pavel Krivanek

Results 60 issues of Pavel Krivanek

When you start the Pharo Launcher with some current environment variables and then you change values of the variables (for all the system), the newly started images inherit the values...

Every time trying to open a Pharo 8 image by Launcher, it crashes due to a problem with ProcessWrapperPlugin.dll (see screenshot) ![PharoLauncherCrash](https://user-images.githubusercontent.com/572494/57842466-ddd0e780-77cc-11e9-95ee-10abea103fbc.png) This problem occurs after Window 10 update in...

Pharo 7 images have corresponding sources file. It is ignored during import in the Launcher so the image is not working correctly

We are sometimes getting random failures of primitive setPinnedInMemory. ![AnyDesk_FvakJlP1ed](https://user-images.githubusercontent.com/572494/147644328-660a8ec7-1638-41a8-a71f-0232dc123d80.png) In this case, the ByteArray is just normal ByteArray of size 144, all items are zero. The `ec` code returned...

**Bug description** Pressing Ctrl-M for implementors search in the Debugger probably tries to work with the selector as if it would be a variable and thus shows UndefinedObject class. **To...

Bug

Some basic required packages could be mentioned in the list: `build-essential bison flex bc` Handy if you are using a fresh Debian installation.

**Bug description** Installing a breakpoint into an unsaved method hangs the image without user interrupt working. **To Reproduce** Steps to reproduce the behavior: 1. Go to any method, modify it...

Type: Bug
Project: Calypso
Version: Pharo 12

**Bug description** The context menu "Source code - Browse" in the source code editor related to a given AST does not do what is expected. It opens the class to...

Type: Bug

**Bug description** The Pharo 12 lost support for old-style source files (.st, .cs) and should probably be returned because the code support in the image still remains. See `ChangeSet class>>#fileReaderServicesForFile:suffix:`...

If the "Pretty print differences" setting is turned on, the outputs of diff comparisons provide confusing output ![image](https://github.com/pharo-vcs/iceberg/assets/572494/bb94bf0e-7ab1-4492-96ae-17094df676d9) For example, the first yellow bar marks a modification but not user...