Astares

Results 136 issues of Astares

in traditional Smalltalk up to Pharo 11 we had **class variables** defined like ```Smalltalk Object subclass: #EventManager instanceVariableNames: 'actionMap' classVariableNames: 'ActionMaps' package: 'System-Object Events-Base' ``` Now in Pharo 12 the...

As an idea: Once one has a **username** it is via HTTPS calls to REST APIs possible to **get a list of the available (public) projects** from [GitHub](https://www,github.com) and [GitLab](https://www.gitlab.com)...

We should move #validate from "accessing" to "validation" ![image](https://github.com/pharo-vcs/iceberg/assets/5980033/dcd9307e-beb2-4d4f-9d74-d790451cf685) and these lint issues will be fixed ![image](https://github.com/pharo-vcs/iceberg/assets/5980033/47da7742-6d0e-46b2-b341-d83a6e189235)

Iceberg now has repository groups in .project file but there are still issues with this: 1. Marking system repositories like Pharo, Spec2, NewTools and others now have the #system tagging...

When you have an own fork from Pharo repository, create a branch and then would like to **merge a PR from the origin** you get a dialog with many branches...

There are many packages for Iceberg and they are all visible as directories directly in the root folder of the project. Also it is hard to spot the "docs" folder...

When one commits a package in Pharo Iceberg runs the lint rules and shows code critiques. The user has two options: - either use a button "Force commit" to commit...

Cancel button in Iceberg is usually on the right side. But when you create a new project and add the metadata and create a directory then the **Cancel button is...

I tried to follow the Pharo VM documentation to download and build the windows VM on a fresh machine: Unfortunately the documentation on [https://github.com/pharo-project/pharo-vm/wiki/Building-on-Windows](https://github.com/pharo-project/pharo-vm/wiki/Building-on-Windows) is incomplete and not very helpful:...

see https://github.com/pharo-project/pharo/issues/14515

New Feature