Hernán Morales Durand
Hernán Morales Durand
As reported in #16123, this PR should be applied along with the [PR in NewTools-Fuel](694). It is a small PR to clean dependencies which could bring problems when removing old...
Task list to deprecate the old morphic-based FileList **Expected behavior** All file navigation UI in Pharo 12 should use the new File Browser provided by [NewTools](https://github.com/pharo-spec/NewTools/tree/Pharo12/src/NewTools-FileBrowser). **Expected development cost** -...
Task list to deprecate the old morphic-based Finder **Expected behavior** Finder search UI in Pharo 12 should use the new Finder provided by [NewTools](https://github.com/pharo-spec/NewTools/tree/Pharo12/src/NewTools-Finder). **Expected development cost** - [ ]...
The method `String>>asFileName` is packaged in Tool-List but used by NewTools-Fuel and CodeExporter. As FileList is a Morph-based package and it will be removed, we should move this method to...
As suggested in #15507, this method will be removed in future versions of Pharo.
This is just a first PR to remove the FileList based on Morphic. The tool has already a replacement version based in Spec 2 recently integrated and ready to be...
We [discussed](#15842) a probable issue if prevent logging of generated methods in TestCases is actually needed. See the following use case: https://github.com/pharo-project/pharo/assets/4825959/ba0fe0ac-67a2-4c3c-99fa-a464c749bd1f
## Description I cannot attach my own fork of Microdown to Pharo 12 because of Iceberg error. ## How to reproduce - Clone [this](https://github.com/hernanmd/Microdown) repository into a local directory -...
When trying to checkout from a branch with contains "/" character, the following error appears: NotFound: revspec 'feat' not found How to reproduce: ```smalltalk EpMonitor disableDuring: [ Metacello new baseline:...
### How to reproduce 1. Open Pharo Settings window (CMD+OS or Ctrl+OS). 2. Search for credentials in the search box. 3. In the **Current list of credentials** option, click "Edit"...