Is Package Browser kaputt ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Is Package Browser kaputt ?

kilon.alios
I try to open Package Browser on Ubuntu with alpha+vmLatest pharo set up and gives me an error 

Also last time I checked it refused to add my CPPBridge project even though I added over a day ago.... does not like my code ? Thats rude :D

Dictionary>>errorKeyNotFound:
[ self errorKeyNotFound: key ] in Dictionary>>at: in Block: [ self errorKeyNotFound: key ]
Dictionary>>at:ifAbsent:
Dictionary>>at:
IRPushClosureCopy>>indexForVarNamed:
IRTranslatorV2>>visitPushTemp:
IRPushTemp>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRTranslatorV2>>visitInstruction:
[ :instr | self visitInstruction: instr ] in IRTranslatorV2(IRVisitor)>>visitSequence: in Block: [ :instr | self visitInstruction: instr ]
OrderedCollection>>do:
IRSequence>>do:
IRTranslatorV2(IRVisitor)>>visitSequence:
IRTranslatorV2>>visitSequence:
IRSequence>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
[ :each | self visitNode: each ] in IRTranslatorV2(IRVisitor)>>visitNodes: in Block: [ :each | self visitNode: each ]
SortedCollection(OrderedCollection)>>do:
IRTranslatorV2(IRVisitor)>>visitNodes:
IRTranslatorV2>>visitSequences:
IRTranslatorV2>>visitMethod:
IRMethod>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRMethod>>generate:
IRMethod>>compiledMethodWith:
IRMethod>>compiledMethod
IRMethod>>instructionForPC:
RBMethodNode>>sourceNodeForPC:
CompiledMethod>>sourceNodeForPC:
Context>>sourceNodeExecuted


Reply | Threaded
Open this post in threaded view
|

Re: Is Package Browser kaputt ?

kilon.alios
ok its even worse I cannot load my project even with

Metacello new baseline:
'CPPBridge' ; repository: 'github://kilon/CPPBridger:master';load.

it does not download the zip file and of course complains that it cannot find it 

what you people have done to my beloved Pharo ? .....

OrderedCollection(Object)>>errorSubscriptBounds:
OrderedCollection>>at:
StandardFileStream class>>readOnlyFileDoesNotExistUserHandling:
MorphicUIManager>>fileDoesNotExistsDefaultAction:
FileDoesNotExistException>>defaultAction
UndefinedObject>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>pass
[ :ex |
self class retryPackageResolution
    ifFalse: [ ex pass ].
retryCount >= 2
    ifTrue: [ (ex isKindOf: GoferRepositoryError)
            ifTrue:
                [ "ignore repository errors at this point, in case an alternate repository is in the list "
                Transcript
                    cr;
                    show:
                        'gofer repository error: ' , ex description printString
                            , '...ignoring'.
                repositoryError := ex.
                ex resume: #() ]
            ifFalse: [ ex pass ] ].
ex return: #() ] in MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer: in Block: [ :ex | ...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>signal
StandardFileStream class>>readOnlyFileNamed:
ZipArchive>>readFrom:
MetacelloPharo30Platform>>downloadZipArchive:to:
MCGitHubRepository class(MCGitBasedNetworkRepository class)>>projectDirectoryFrom:version:
MCGitHubRepository(MCGitBasedNetworkRepository)>>directory
MCGitHubRepository(MCFileTreeRepository)>>allFileNames
MCGitHubRepository(MCFileBasedRepository)>>readableFileNames
MCGitHubRepository(MCFileBasedRepository)>>allVersionNames
[ self allVersionNames ] in MCGitHubRepository(MCFileBasedRepository)>>goferReferences in Block: [ self allVersionNames ]
BlockClosure>>on:do:
MCGitHubRepository(MCFileBasedRepository)>>goferReferences




On Thu, Nov 10, 2016 at 3:44 PM Dimitris Chloupis <[hidden email]> wrote:
I try to open Package Browser on Ubuntu with alpha+vmLatest pharo set up and gives me an error 

Also last time I checked it refused to add my CPPBridge project even though I added over a day ago.... does not like my code ? Thats rude :D

Dictionary>>errorKeyNotFound:
[ self errorKeyNotFound: key ] in Dictionary>>at: in Block: [ self errorKeyNotFound: key ]
Dictionary>>at:ifAbsent:
Dictionary>>at:
IRPushClosureCopy>>indexForVarNamed:
IRTranslatorV2>>visitPushTemp:
IRPushTemp>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRTranslatorV2>>visitInstruction:
[ :instr | self visitInstruction: instr ] in IRTranslatorV2(IRVisitor)>>visitSequence: in Block: [ :instr | self visitInstruction: instr ]
OrderedCollection>>do:
IRSequence>>do:
IRTranslatorV2(IRVisitor)>>visitSequence:
IRTranslatorV2>>visitSequence:
IRSequence>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
[ :each | self visitNode: each ] in IRTranslatorV2(IRVisitor)>>visitNodes: in Block: [ :each | self visitNode: each ]
SortedCollection(OrderedCollection)>>do:
IRTranslatorV2(IRVisitor)>>visitNodes:
IRTranslatorV2>>visitSequences:
IRTranslatorV2>>visitMethod:
IRMethod>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRMethod>>generate:
IRMethod>>compiledMethodWith:
IRMethod>>compiledMethod
IRMethod>>instructionForPC:
RBMethodNode>>sourceNodeForPC:
CompiledMethod>>sourceNodeForPC:
Context>>sourceNodeExecuted


Reply | Threaded
Open this post in threaded view
|

Re: Is Package Browser kaputt ?

kilon.alios
same problems on Pharo 5 too
i assume this is an ubuntu problem

FFI also acts all crazy , it does not execute pharo methods after ffi calls

this is fun

On Thu, Nov 10, 2016 at 3:49 PM Dimitris Chloupis <[hidden email]> wrote:
ok its even worse I cannot load my project even with

Metacello new baseline:
'CPPBridge' ; repository: 'github://kilon/CPPBridger:master';load.

it does not download the zip file and of course complains that it cannot find it 

what you people have done to my beloved Pharo ? .....

OrderedCollection(Object)>>errorSubscriptBounds:
OrderedCollection>>at:
StandardFileStream class>>readOnlyFileDoesNotExistUserHandling:
MorphicUIManager>>fileDoesNotExistsDefaultAction:
FileDoesNotExistException>>defaultAction
UndefinedObject>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>pass
[ :ex |
self class retryPackageResolution
    ifFalse: [ ex pass ].
retryCount >= 2
    ifTrue: [ (ex isKindOf: GoferRepositoryError)
            ifTrue:
                [ "ignore repository errors at this point, in case an alternate repository is in the list "
                Transcript
                    cr;
                    show:
                        'gofer repository error: ' , ex description printString
                            , '...ignoring'.
                repositoryError := ex.
                ex resume: #() ]
            ifFalse: [ ex pass ] ].
ex return: #() ] in MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer: in Block: [ :ex | ...
BlockClosure>>cull:
Context>>evaluateSignal:
Context>>handleSignal:
Context>>handleSignal:
Context>>handleSignal:
FileDoesNotExistException(Exception)>>signal
StandardFileStream class>>readOnlyFileNamed:
ZipArchive>>readFrom:
MetacelloPharo30Platform>>downloadZipArchive:to:
MCGitHubRepository class(MCGitBasedNetworkRepository class)>>projectDirectoryFrom:version:
MCGitHubRepository(MCGitBasedNetworkRepository)>>directory
MCGitHubRepository(MCFileTreeRepository)>>allFileNames
MCGitHubRepository(MCFileBasedRepository)>>readableFileNames
MCGitHubRepository(MCFileBasedRepository)>>allVersionNames
[ self allVersionNames ] in MCGitHubRepository(MCFileBasedRepository)>>goferReferences in Block: [ self allVersionNames ]
BlockClosure>>on:do:
MCGitHubRepository(MCFileBasedRepository)>>goferReferences




On Thu, Nov 10, 2016 at 3:44 PM Dimitris Chloupis <[hidden email]> wrote:
I try to open Package Browser on Ubuntu with alpha+vmLatest pharo set up and gives me an error 

Also last time I checked it refused to add my CPPBridge project even though I added over a day ago.... does not like my code ? Thats rude :D

Dictionary>>errorKeyNotFound:
[ self errorKeyNotFound: key ] in Dictionary>>at: in Block: [ self errorKeyNotFound: key ]
Dictionary>>at:ifAbsent:
Dictionary>>at:
IRPushClosureCopy>>indexForVarNamed:
IRTranslatorV2>>visitPushTemp:
IRPushTemp>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRTranslatorV2>>visitInstruction:
[ :instr | self visitInstruction: instr ] in IRTranslatorV2(IRVisitor)>>visitSequence: in Block: [ :instr | self visitInstruction: instr ]
OrderedCollection>>do:
IRSequence>>do:
IRTranslatorV2(IRVisitor)>>visitSequence:
IRTranslatorV2>>visitSequence:
IRSequence>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
[ :each | self visitNode: each ] in IRTranslatorV2(IRVisitor)>>visitNodes: in Block: [ :each | self visitNode: each ]
SortedCollection(OrderedCollection)>>do:
IRTranslatorV2(IRVisitor)>>visitNodes:
IRTranslatorV2>>visitSequences:
IRTranslatorV2>>visitMethod:
IRMethod>>accept:
IRTranslatorV2(IRVisitor)>>visitNode:
IRMethod>>generate:
IRMethod>>compiledMethodWith:
IRMethod>>compiledMethod
IRMethod>>instructionForPC:
RBMethodNode>>sourceNodeForPC:
CompiledMethod>>sourceNodeForPC:
Context>>sourceNodeExecuted