There is already issue  Unable commit new added package
<https://github.com/pharo-vcs/iceberg/issues/554>

2018-02-11 19:27 GMT+01:00 Stephane Ducasse <[email protected]>:

> Hi esteban
>
> each time I add a new packages to an iceberg project I get the same DNU
>
> KeyNotFound: why the name of my new package (which I added).
>
> packageNamed: packageName
>      ^ self savedPackagesDictionary at: packageName
>
>  ^^^^^^^^^^^^^^^
>
>
> directoryForPackage: mcPackage
>    | package |
>    package := self packageNamed: mcPackage name.
>                                                       ^^^^^^^^^^^^^^^^^^^^
>    ^ self subdirectory isEmptyOrNil
>          ifTrue: [ package directoryName ]
>          ifFalse: [ self subdirectory, '/', package directoryName ]
>
>
> The second time I do it. It works but it does not give a good feeling.
>
> Stef
>
>

Reply via email to