Hernán Morales Durand

Results 110 comments of Hernán Morales Durand

> The listing comes from https://files.pharo.org/image/120/ and there is already the timestamp. It looks like it is doable without extra load. `curl https://files.pharo.org/image/120/` > > > **[index · styled with...

> You can check in `PhLHTTPListingTemplateGroup>>#templatesAndGroups` Content of the web page is already downloaded. The regex, defined in the `sources.list` file, has to be updated to capture the date if...

Could you tell us how you built the vm and on which operating system?

This seems to be related: https://github.com/pharo-project/pharo-vm/pull/522

The files are there to generate 3 artifacts inside dist, which are then compressed to distribute: the .app executable, the include and the pharo-vm directory with all the sources including...

The method projectVersion is implemented in IceProviderRepositoryType, so the fix would be part of Iceberg (Iceberg-Metacello-Integration-RepoTypes).

> no, because all the infrastructure is metacello, and metacello is not prepared for that (but I may be wrong, feel free to send a PR that proves the opposite...

Yes, this PR already moves the method to Deprecated12. It seems this method comes from the ages of Squeak, I've found a single user (CodeExporter) and it lacks testing. So...

I saw now the failures seems not related (@jecisc can you confirm?) ``` osx-64 / Tests-osx-64 / testExternalIDEDependencies – MacOSX64.System.DependenciesTests.SystemDependenciesTest7s unix-64 / Tests-unix-64 / testExternalIDEDependencies – Unix64.System.DependenciesTests.SystemDependenciesTest10s osx-64 / Tests-osx-64...

I migrated because it was there and some people may be using it. However, I never bought the arguments for "improving code clarity" or "preventing improper instantiation" (maybe they're good...