Whenever I click on Install stable version of GitFileTree (ThierryGoubier .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic version #stable is not defined in Configuration GitFileTree for the current platform. Possible symbolic version values include : #(#bleedingEdge #development) Can anyone please help me out ? |
Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100:
> Whenever I click on Install stable version of GitFileTree (ThierryGoubier > .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic > version #stable is not defined in Configuration GitFileTree for the current > platform. Possible symbolic version values include : #(#bleedingEdge > #development) i have seen the same error today. seems there is a problem loading the current version. greetings, martin. -- eKita - the online platform for your entire academic life -- chief engineer eKita.co pike programmer pike.lysator.liu.se caudium.net societyserver.org secretary beijinglug.org mentor fossasia.org foresight developer foresightlinux.org realss.com unix sysadmin Martin Bähr working in china http://societyserver.org/mbaehr/ |
Does there exist any alternative ? ThanksOn Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr <[hidden email]> wrote: Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: |
Hi Jigyasa, Martin,
I removed the stable version of GitFileTree from the configuration since it doesn't work anymore since a few versions of Pharo4. Please use the development version, as per the following script: Gofer it url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment Regards, Thierry Le 15/03/2015 07:39, Jigyasa Grover a écrit : > Does there exist any alternative ? > > Thanks > Jigyasa Grover > > On Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr > <[hidden email] > <mailto:[hidden email]>> wrote: > > Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: > > Whenever I click on Install stable version of GitFileTree > (ThierryGoubier > > .33) in Configuration Browser in Pharo 4.0 , I get the error = > The symbolic > > version #stable is not defined in Configuration GitFileTree for > the current > > platform. Possible symbolic version values include : #(#bleedingEdge > > #development) > > i have seen the same error today. > seems there is a problem loading the current version. > > greetings, martin. > > -- > eKita - the online platform for your entire > academic life > -- > chief engineer > eKita.co > pike programmer pike.lysator.liu.se <http://pike.lysator.liu.se> > caudium.net <http://caudium.net> societyserver.org > <http://societyserver.org> > secretary beijinglug.org <http://beijinglug.org> > mentor fossasia.org <http://fossasia.org> > foresight developer foresightlinux.org <http://foresightlinux.org> > realss.com <http://realss.com> > unix sysadmin > Martin Bähr working in china http://societyserver.org/mbaehr/ > > |
In reply to this post by Jigyasa Grover
After following this -- I am getting unable to access smalltalkhub.comGofer it url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment Is it unavailable ? On Sun, Mar 15, 2015 at 12:09 PM, Jigyasa Grover <[hidden email]> wrote:
|
it seems so. i was facing the same problem (sthub is dow :( ).
On Mon, Mar 16, 2015 at 3:40 AM, Jigyasa Grover <[hidden email]> wrote: > After following this -- > > Gofer it > url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; > configurationOf: 'GitFileTree'; > loadDevelopment > > I am getting unable to access smalltalkhub.com > I am also unable to connect to this website through browser. > Is it unavailable ? > > Thanks > Jigyasa Grover > > On Sun, Mar 15, 2015 at 12:09 PM, Jigyasa Grover <[hidden email]> > wrote: >> >> Does there exist any alternative ? >> >> Thanks >> Jigyasa Grover >> >> On Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr >> <[hidden email]> wrote: >>> >>> Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: >>> > Whenever I click on Install stable version of GitFileTree >>> > (ThierryGoubier >>> > .33) in Configuration Browser in Pharo 4.0 , I get the error = The >>> > symbolic >>> > version #stable is not defined in Configuration GitFileTree for the >>> > current >>> > platform. Possible symbolic version values include : #(#bleedingEdge >>> > #development) >>> >>> i have seen the same error today. >>> seems there is a problem loading the current version. >>> >>> greetings, martin. >>> >>> -- >>> eKita - the online platform for your entire academic >>> life >>> -- >>> chief engineer >>> eKita.co >>> pike programmer pike.lysator.liu.se caudium.net >>> societyserver.org >>> secretary >>> beijinglug.org >>> mentor >>> fossasia.org >>> foresight developer foresightlinux.org >>> realss.com >>> unix sysadmin >>> Martin Bähr working in china >>> http://societyserver.org/mbaehr/ >> >> > -- Bernardo E.C. Sent from a cheap desktop computer in South America. |
In reply to this post by Jigyasa Grover
Thanks! The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version |
Hi, an alternative solution is to load directly from github, with: Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; load: 'Git' Missing files may mean a leftover from a previous, failed load attempt. Thierry 2015-03-16 8:19 GMT+01:00 Jigyasa Grover <[hidden email]>:
|
Sir I have cleared the previous files and tried to load directly from github as directed by you.On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier <[hidden email]> wrote:
|
This is strange.
I tried both the Gofer and the Metacello script before replying to you, and they both worked. Do you have a file named github-dalehenrichfiletreepharo40dev<number>.zip in your pharo repository? Do you have a directory named github-cache/dalehenrich/filetree/pharo4.0_dev/dalehenrich-filetree-7f998e5 Thierry 2015-03-16 9:43 GMT+01:00 Jigyasa Grover <[hidden email]>:
|
Yes Sir. I have checked 'em all.On Mon, Mar 16, 2015 at 2:22 PM, Thierry Goubier <[hidden email]> wrote:
|
Can you check if the missing file is present in the zip, and in the decompressed part on disk? Note that we are dealing with a Metacello/FileTree error, not a GitFileTree one. Thierry 2015-03-16 9:56 GMT+01:00 Jigyasa Grover <[hidden email]>:
|
The 'missing' files are present in the zip folder , but they arent in the github-cache folder from where the Pharo is accessing it On Mon, Mar 16, 2015 at 2:51 PM, Thierry Goubier <[hidden email]> wrote:
|
In reply to this post by Thierry Goubier
Thierry this is not your lucky week , Smacc is also fails to load from Configuration Browser with PrimitiveFailed: primitive #basicNew: in ByteString class failed ByteString class(Object)>>primitiveFailed: ByteString class(Object)>>primitiveFailed ByteString class(Behavior)>>basicNew: ByteString class(String class)>>new: ByteString(SequenceableCollection)>>copyFrom:to: MCGitHubRepository class>>parseLocation:version: MCGitHubRepository class>>location:version: MCGitHubRepository class>>location: [ :cl | type = 'github' ifTrue: [ ^ cl location: aRepositorySpec description ] ] in MetacelloPharo30Platform(MetacelloPlatform)>>createRepository: in Block: [ :cl | ... BlockClosure>>cull: SystemDictionary(Dictionary)>>at:ifPresent: SmalltalkImage>>at:ifPresent: MetacelloPharo30Platform(MetacelloPlatform)>>createRepository: MetacelloPharo30Platform(MetacelloPharoCommonPlatform)>>createRepository: MetacelloMCProject>>createRepository: MetacelloRepositorySpec>>createRepository [ aSpec createRepository ] in [ :aSpec | | description repo | description := aSpec description. (repo := repositories detect: [ :rep | rep description = description ] ifNone: [ aSpec createRepository ]) ~~ nil ifTrue: [ repos add: repo ] ] in MetacelloEnsureFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>repositoriesFrom:ignoreOverrides: in Block: [ aSpec createRepository ] Array(Collection)>>detect:ifFound:ifNone: Array(Collection)>>detect:ifNone: [ :aSpec | | description repo | description := aSpec description. (repo := repositories detect: [ :rep | rep description = description ] ifNone: [ aSpec createRepository ]) ~~ nil ifTrue: [ repos add: repo ] ] in MetacelloEnsureFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>repositoriesFrom:ignoreOverrides: in Block: [ :aSpec | ... Array(SequenceableCollection)>>do: MetacelloEnsureFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>repositoriesFrom:ignoreOverrides: MetacelloEnsureFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>repositoriesFrom: MetacelloPackageSpec>>explicitLoadUsing: MetacelloPackageSpec>>ensureLoadUsing: MetacelloMCBaselineOfProjectSpec(MetacelloMCProjectSpec)>>ensureLoadUsing: MetacelloMCBaselineOfProjectSpec(MetacelloMCProjectSpec)>>ensureLoadedForDevelopmentUsing: [ :pkg | pkg ensureLoadedForDevelopmentUsing: mcLoader. mcLoader ignoreImage ifFalse: [ (pkg compareCurrentVersion: self operator targetVersionStatus: #(#allLoadedToSpec) using: mcLoader) ifTrue: [ packages removeKey: pkg name ] ] ] in MetacelloMCVersionSpecLoader>>load in Block: [ :pkg | ... Array(SequenceableCollection)>>do: MetacelloMCVersionSpecLoader>>load On Mon, Mar 16, 2015 at 11:21 AM, Thierry Goubier <[hidden email]> 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 ... |
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 <[hidden email]> wrote: Hi Kilon, |
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 <[hidden email]> wrote:
|
Le 16/03/2015 21:08, kilon alios a écrit :
> I am also getting a new error with gitFiletree > MNU: GitFileTreePcakageEntry>>beginsWith: I believe I did correct that one, I'll check. Thierry > On Mon, Mar 16, 2015 at 9:27 PM, kilon alios <[hidden email] > <mailto:[hidden email]>> 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 > <[hidden email] <mailto:[hidden email]>> 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 ... > > > |
In reply to this post by kilon.alios
Le 16/03/2015 20:27, kilon alios a écrit :
> Oh boy ... > > If I try to install Smacc from configuraton browser it crashes the > latest pharo 4 image on macos. Cool! Not ;) I'll recreate a Pharo4 image and check all this. Thierry > > > > On Mon, Mar 16, 2015 at 8:40 PM, Thierry Goubier > <[hidden email] <mailto:[hidden email]>> 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 ... > > |
Smacc looks to load fine using its Github repo instructions. So far it works ok too. On Mon, Mar 16, 2015 at 10:13 PM, Thierry Goubier <[hidden email]> wrote: Le 16/03/2015 20:27, kilon alios a écrit : |
Free forum by Nabble | Edit this page |