I tried to load GToolkit in Pharo 3 today and I got this:
Error: Name not found: CoreExtras Loading like this: Gofer new configuration; load. #ConfigurationOfGToolkit asClass loadDevelopment. Ooops, used to work a couple days ago... Phil
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In ConfigurationOfGlamour, there is a 'CoreExtras string which should be only 'Extras This is causing the issue when loading The GToolkit thing. Should I fix this myself or does someone takes care? Phil On Wed, Sep 10, 2014 at 7:53 PM, [hidden email] <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Phil, That's strange. I just tried it in a Pharo 3 image and it worked. Do you have by any chance an older version of ConfigurationOfGlamour in your image? I refactored quite a bit the configurations recently. There should be a group called 'CoreExtras' in ConfigurationOfGlamour. Let me know if you still have this issue. Cheers, Andrei On Wed, Sep 10, 2014 at 8:05 PM, [hidden email] <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I may have had such a thing due to another project loading it. Petitparser comes as a prime suspect with its browser. Phil Le 10 sept. 2014 21:35, "Andrei Chis" <[hidden email]> a écrit :
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Andrei Chis
As said: ConfigurationOfPetitParser development: spec <symbolicVersion: #'development'> spec for: #'pharo1.4.x' version: '1.6-baseline'. spec for: #'pharo2.x' version: '1.6-baseline'. spec for: #'pharo3.x' version: '1.6-baseline'. baseline16: spec <version: '1.6-baseline'> spec for: #common do: [ spec blessing: #baseline. spec description: 'Describing all satellite packages. Loads configuration from new repository on SmalltalkHub'. spec repository: 'http://www.smalltalkhub.com/mc/Moose/PetitParser/main'. spec package: 'PetitParser'; package: 'PetitTests' with: [ spec requires: 'PetitParser']; package: 'PetitAnalyzer' with: [ spec requires: 'PetitTests']; package: 'PetitSmalltalk' with: [ spec requires: #( 'PetitParser' 'PetitTests') ]; package: 'PetitCSV' with: [ spec requires: #('PetitParser' 'PetitTests') ]; package: 'PetitJson' with: [ spec requires: #('PetitParser' 'PetitTests') ]; package: 'PetitMSE' with: [ spec requires: #('PetitParser' 'PetitTests') ]; package: 'PetitManifestMf' with: [ spec requires: #('PetitParser' 'PetitTests') ]; package: 'PetitRegex' with: [ spec requires: #('PetitParser') ]; package: 'PetitXPath' with: [ spec requires: #('PetitParser' 'PetitXml') ]; package: 'PetitXml' with: [ spec requires: #('PetitParser' 'PetitTests') ]; package: 'Factorial-Language' with: [ spec requires: #('PetitParser') ]. spec group: 'Core' with: #( 'PetitParser' 'PetitAnalyzer' ). spec group: 'Tests' with: #( 'PetitTests' 'PetitAnalyzer' ) ]. spec for: #( 'squeakCommon' ) do: [ spec project: 'Glamour' with: [ spec className: 'ConfigurationOfGlamour'; file: 'ConfigurationOfGlamour'; version: #development; loads: #('Core' 'Morphic' 'Roassal'); repository: 'http://www.smalltalkhub.com/mc/Moose/Glamour/main' ]. spec package: 'PetitGui' with: [ spec requires: #('Glamour' 'PetitAnalyzer')]. spec group: 'Gui' with: #( 'PetitGui' ) ] version16: spec <version: '1.6' imports: #('1.6-baseline' )> spec for: #'common' do: [ spec blessing: #'development'. spec description: 'releasing a version of petitparser for moose 4.7 release'. spec author: 'usmanbhatti'. spec timestamp: '3/1/2013 18:01'. spec project: 'Glamour for Petit' with: '2.4'. spec package: 'PetitParser' with: 'PetitParser-YuriyTymchuk.232'; package: 'PetitTests' with: 'PetitTests-AndreHora.47'; package: 'PetitAnalyzer' with: 'PetitAnalyzer-DiegoLont.46'; package: 'PetitGui' with: 'PetitGui-DiegoLont.125'. ]. The ConfigurationOfPetitParser I've got here is StephanEggermont.46 Name: ConfigurationOfPetitParser-StephanEggermont.46 Author: StephanEggermont Time: 21 May 2014, 3:35:44.026171 pm UUID: 9e01cc8b-8a31-4f6e-89ec-2e1ab334bbfe Ancestors: ConfigurationOfPetitParser-StephanEggermont.45 defined dependencies from baseline 1.5 in 1.6. Needed for Coral I see that there is a new one (I had loaded the previous one in July for my working image): Name: ConfigurationOfPetitParser-TudorGirba.47 Author: TudorGirba Time: 17 August 2014, 10:13:12.628469 am UUID: 7f682fde-2b0c-4e2a-a670-d2cacc2ab2ae Ancestors: ConfigurationOfPetitParser-StephanEggermont.46 added pharo 4 version But that one doesn't seem to have changes that impact that load. Removing the CoreExtras and replacing it with Extras made the thing load. HTH Phil On Wed, Sep 10, 2014 at 9:35 PM, Andrei Chis <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by philippeback
Hi Phil,
In what order are you trying to load exactly what? I can't reproduce the problem from a fresh 30856 loading GToolkit. Stephan _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |