Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0
Thanks! The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version What is the way out ?
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again. Thanks Jigyasa Grover On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
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 <grover.jigyasa1@gmail.com>:
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again.
Thanks Jigyasa Grover
On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
Yes Sir. I have checked 'em all. [image: Inline image 2][image: Inline image 1][image: Inline image 4][image: Inline image 3] On Mon, Mar 16, 2015 at 2:22 PM, Thierry Goubier <thierry.goubier@gmail.com> 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 <grover.jigyasa1@gmail.com>:
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again.
Thanks Jigyasa Grover
On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
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 <grover.jigyasa1@gmail.com>:
Yes Sir. I have checked 'em all.
[image: Inline image 2][image: Inline image 1][image: Inline image 4][image: Inline image 3]
On Mon, Mar 16, 2015 at 2:22 PM, Thierry Goubier < thierry.goubier@gmail.com> 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 <grover.jigyasa1@gmail.com>:
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again.
Thanks Jigyasa Grover
On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
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 <thierry.goubier@gmail.com> 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 <grover.jigyasa1@gmail.com>:
Yes Sir. I have checked 'em all.
[image: Inline image 2][image: Inline image 1][image: Inline image 4][image: Inline image 3]
On Mon, Mar 16, 2015 at 2:22 PM, Thierry Goubier < thierry.goubier@gmail.com> 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 <grover.jigyasa1@gmail.com>:
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again.
Thanks Jigyasa Grover
On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
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 <thierry.goubier@gmail.com
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 <grover.jigyasa1@gmail.com>:
Yes Sir. I have checked 'em all.
[image: Inline image 2][image: Inline image 1][image: Inline image 4][image: Inline image 3]
On Mon, Mar 16, 2015 at 2:22 PM, Thierry Goubier < thierry.goubier@gmail.com> 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 <grover.jigyasa1@gmail.com>:
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again.
Thanks Jigyasa Grover
On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
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 <grover.jigyasa1@gmail.com>:
Thanks!
The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version
What is the way out ?
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 <thierry.goubier@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 ...
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.alios@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.goubier@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 ...
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 <kilon.alios@gmail.com <mailto:kilon.alios@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.goubier@gmail.com <mailto:thierry.goubier@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 ...
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 <thierry.goubier@gmail.com <mailto:thierry.goubier@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 ...
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 <thierry.goubier@gmail.com
wrote:
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 <thierry.goubier@gmail.com <mailto:thierry.goubier@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 ...
Le 16/03/2015 21:15, kilon alios a écrit :
Smacc looks to load fine using its Github repo instructions. So far it works ok too.
Ok. That's me then. My code for pre-loading GitFileTree for accessing gitfiletree:// urls is pointing to an old version. I'll remove git access from the development part of the Configuration. I'm not that good at updating configurations spread over half a dozen repositories... I'd really prefer a single point of control and distribution. Thierry
Hello, just to add info about my behavior of loading gitfiletree (30 minutes ago on clean images of Pharo 40560 on Windows 7)... Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment. and Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; load: 'Git' lead to FileDoesNotExist: File @ C:\Users\User\Pharo\images\Pharo 4.0 (beta)-40560\github-cache\dalehenrich\filetree\pharo4.0_dev\dalehenrich-filetree-7f998e5\repository\MonticelloFileTree-Git.package\monticello.meta\version Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; configurationOf: 'GitFileTree'; loadDevelopment. (ForPharo30, not 40) works fine on Pharo 4 for me. Jan Thierry Goubier wrote
Le 16/03/2015 21:15, kilon alios a écrit :
Smacc looks to load fine using its Github repo instructions. So far it works ok too.
Ok. That's me then. My code for pre-loading GitFileTree for accessing gitfiletree:// urls is pointing to an old version. I'll remove git access from the development part of the Configuration.
I'm not that good at updating configurations spread over half a dozen repositories... I'd really prefer a single point of control and distribution.
Thierry
-- View this message in context: http://forum.world.st/Error-while-loading-GitFileTree-in-Pharo-4-0-tp4811915... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi Jan, can you retry the following? Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadStable I've just updated the configuration (but less than 30 minutes ago ;)). Thierry 2015-03-17 9:46 GMT+01:00 Jan B. <bliznjan@fit.cvut.cz>:
Hello, just to add info about my behavior of loading gitfiletree (30 minutes ago on clean images of Pharo 40560 on Windows 7)...
Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment.
and
Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; load: 'Git'
lead to FileDoesNotExist: File @ C:\Users\User\Pharo\images\Pharo 4.0
(beta)-40560\github-cache\dalehenrich\filetree\pharo4.0_dev\dalehenrich-filetree-7f998e5\repository\MonticelloFileTree-Git.package\monticello.meta\version
Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; configurationOf: 'GitFileTree'; loadDevelopment.
(ForPharo30, not 40) works fine on Pharo 4 for me.
Jan
Thierry Goubier wrote
Le 16/03/2015 21:15, kilon alios a écrit :
Smacc looks to load fine using its Github repo instructions. So far it works ok too.
Ok. That's me then. My code for pre-loading GitFileTree for accessing gitfiletree:// urls is pointing to an old version. I'll remove git access from the development part of the Configuration.
I'm not that good at updating configurations spread over half a dozen repositories... I'd really prefer a single point of control and distribution.
Thierry
-- View this message in context: http://forum.world.st/Error-while-loading-GitFileTree-in-Pharo-4-0-tp4811915... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Yes, now it works for me, thank you, hope it helps others, too :) Jan Thierry Goubier wrote
Hi Jan,
can you retry the following?
Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadStable
I've just updated the configuration (but less than 30 minutes ago ;)).
Thierry
-- View this message in context: http://forum.world.st/Error-while-loading-GitFileTree-in-Pharo-4-0-tp4811915... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (4)
-
Jan B. -
Jigyasa Grover -
kilon alios -
Thierry Goubier