I am also getting a new error with gitFiletree
MNU: GitFileTreePcakageEntry>>beginsWith:

GitFileTreePackageEntry(Object)>>doesNotUnderstand: #beginsWith:
[ :each | each beginsWith: aPackage , '-' ] in
MCFileTreeGitRepositoryInspector(MCFileRepositoryInspector)>>packageIcon:
in Block: [ :each | each beginsWith: aPackage , '-' ]
[ :each |
(aBlock value: each)
    ifTrue: [ ^ true ] ] in Set(Collection)>>anySatisfy: in Block: [ :each
| ...
Set>>do:
Set(Collection)>>anySatisfy:
MCFileTreeGitRepositoryInspector(MCFileRepositoryInspector)>>packageIcon:
MCFileTreeGitRepositoryInspector(Object)>>perform:withEnoughArguments:
PluggableIconListMorph>>itemMorphFor:index:
[ :item :index | self itemMorphFor: item index: index ] in
PluggableIconListMorph>>getList in Block: [ :item :index | self
itemMorphFor: item index: in...etc...
Array(SequenceableCollection)>>withIndexCollect:
Array(SequenceableCollection)>>collectWithIndex:
PluggableIconListMorph>>getList
PluggableIconListMorph(PluggableListMorph)>>getListSize
LazyMorphListMorph(LazyListMorph)>>getListSize
LazyMorphListMorph>>listChanged
PluggableIconListMorph(PluggableListMorph)>>updateList
PluggableIconListMorph(PluggableListMorph)>>update:
[ :aDependent | aDependent update: aParameter ] in
MCFileTreeGitRepositoryInspector(Object)>>changed: in Block: [ :aDependent
| aDependent update: aParameter ]
DependentsArray>>do:
MCFileTreeGitRepositoryInspector(Object)>>changed:
[
packageList := result.
self changed: #packageList ] in [
versions
    ifNotNil: [
        result := Set new: versions size.
        versions do: [ :each | result add: each first ].    "sort loaded
packages first, then alphabetically"
        loadedPackages := Set new: loaded size.
        loaded do: [ :each | loadedPackages add: (each copyUpToLast: $-) ].
        result := result asArray
            sort: [ :a :b |
                | loadedA loadedB |
                loadedA := loadedPackages includes: a.
                loadedB := loadedPackages includes: b.
                loadedA = loadedB
                    ifTrue: [ a < b ]
                    ifFalse: [ loadedA ] ].
        packagePattern
            ifNotEmpty: [ result := result select: [ :package | package
name asLowercase includesSubstring: packagePattern ] ].
        UIManager default
            defer: [
                packageList := result.
                self changed: #packageList ] ] ] in
MCFileTreeGitRepositoryInspector(MCFileRepositoryInspector)>>packageListUpdate
in Block: [ ...
WorldState>>runStepMethodsIn:
WorldMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
WorldMorph>>doOneCycle
[
[
World doOneCycle.
Processor yield.
false ] whileFalse: [  ] ] in MorphicUIManager>>spawnNewProcess in Block: [
...
[
self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ ...


On Mon, Mar 16, 2015 at 9:27 PM, kilon alios <kilon.al...@gmail.com> wrote:

> Oh boy ...
>
> If I try to install Smacc from configuraton browser it crashes the latest
> pharo 4 image on macos.
>
>
>
> On Mon, Mar 16, 2015 at 8:40 PM, Thierry Goubier <
> thierry.goub...@gmail.com> wrote:
>
>> Hi Kilon,
>>
>> like a monday :)
>>
>> I made a mistake in the configuration, and you are apparently the first
>> one to try the stable version of SmaCC. It's just an error in the url. I
>> have uploaded a new version of the configuration.
>>
>> Note to the SmaCC users at a certain place... I'm not sure I'll maintain
>> SmaCC v1 for Pharo 4, so it could be appropriate to think about pushing
>> your parsers to the new version, no?
>>
>> Thierry
>>
>> Le 16/03/2015 19:18, kilon alios a écrit :
>>
>>> Thierry this is not your lucky week , Smacc is also fails to load from
>>> Configuration Browser with PrimitiveFailed: primitive #basicNew: in
>>> ByteString class failed
>>>
>>
>> Snip ...
>>
>>
>

Reply via email to