iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Iceberg is the main toolset for handling VCS in Pharo.

Results 189 iceberg issues
Sort by recently updated
recently updated
newest added

use case: checkout a specific tag or branch of a project (using Metacello to get right dependencies) 1. declare the repository in iceberg 2. There is almost no option to...

enhancement
UI
easy

Why not: "Control+L" on this action: ![image](https://user-images.githubusercontent.com/3044265/183140482-36a4685d-12c6-43d9-9477-9d3702815576.png) Kind of related with #973 as it can accelerate loading packages manually.

In the past we could esaily do a PR from Pharo because the widget was prefilled with remote information Since P10 or P9 we have to fill up all the...

important
Pharo11

![Capture 2022-08-05 at 10 34 12](https://user-images.githubusercontent.com/432549/183037549-6c039934-0a65-4561-b629-af801c59d294.png) We cannot scroll horizontally in the code comparison so sometimes this is not possible to see the real changes :(

Cloning https://github.com/SeasideSt/Seaside-Legacy30 signals an IceGenericError, the message text is either ‘error reading from the zlib stream’ or ‘bad packet length’: ``` (MCGitHubRepository location: 'github://SeasideSt/Seaside-Legacy30/repository') getOrCreateIcebergRepository ``` I tried running the...

I have this error all the time: ``` ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key...

**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...

Newer versions of `ssh-keygen` generate keys that Pharo apparently can't use. This took a while to diagnose, but this was Pablo Teson's conclusion on Discord chat (https://discord.com/channels/223421264751099906/305208145020715019/994155375509123103) where he said...

A link to https://github.com/pharo-vcs/iceberg#faq would be nice to send users to read.

enhancement
UI

We also generate the definition for the metaclass (See visitMetaclass…Definition: comment). We need both the instance and class side class nodes so they can contain their corresponding methods (that are...