demarey

Results 87 issues of demarey

For now, when enabling fluid, one can see a class definition as follows: ```Smalltalk Object

Enhancement

**Bug description** When you defined a class instance variable (not a class variable), it is impossible to commit with Iceberg. The modification definition is nil leading to a DNU. **To...

Bug
IMPORTANT ISSUE
pharo11

As reported by marc at pcwdld, Firebug is not available anymore. Update references to current java script debug tools

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

`IceGitClone>>#execute` now starts with this check: ```smalltalk location exists ifTrue: [ IceCloneLocationAlreadyExists signalFor: location ]. ``` I propose to change it to: ```smalltalk (location exists and: [ location hasChildren ])...

It looks like Iceberg metacello integration uses the current loaded version to list available packages and does not find newly added packages. A workaround is to checkout the branch from...

Get #entity was sent to nil when trying to add a remote from the "checkout new branch from issue" panel. To reproduce (in Pharo 8): - on a repository, select...

Else it could be messed up with non existing folders. maybe replace `/` with a `-`

Bug

Suggested by @bergel and @astares: Allow to run start-up scrit at image creation time instead of launching time (first launch) **Describe the request** > It would be great that the...

Enhancement