Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

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

Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

Pharo image: Pharo4.0#40555
Virtual machine used: NBCoInterpreter  
NativeBoost-CogPlugin-HolgerHansPeterFreyther.21 uuid:  
e0df6e2d-5694-40e2-8035-dc217200b424 Sep 28 2014
NBCogit NativeBoost-CogPlugin-HolgerHansPeterFreyther.21 uuid:  
e0df6e2d-5694-40e2-8035-dc217200b424 Sep 28 2014
https://github.com/pharo-project/pharo-vm.git Commit:  
81b5d19917dcb78f22482a780deec48c53738396 Date: 2014-09-20 14:36:18 +0200  
By: Esteban Lorenzano <[hidden email]> Jenkins build #14858

Platform Name: unix
Class browser used (if applicable): PackageTreeNautilus

Steps to reproduce:
#
Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
loadDevelopment.

# open workspace and inspect
| identifier |
identifier := #letter asParser.
Actual Result:
#. MNU: GLMCompositePresentation>>roassal
Expected Result:
#. inspect the parser


* Type-Defect
* Component-PetitParser


Attachments:
        PharoDebug.log  31.6 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #1 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

Type-Defect
Component-PetitParser

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #2 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

PPParser>>#gtGraphViewIn: from PetitGui expects Roassal to be in the image.


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #3 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
load.

(ConfigurationOfPetitParser project version: #'development') load: 'Gui'

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #4 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

PetitGui is already loaded by default. The Gui depends on Roassal, and  
that's not loaded (i think...)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #5 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

Should we do

ConfigurationOfPetitParser class>>loadDevelopment
        (self project version: #development) load: 'Gui'

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #6 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

"PetitGui is already loaded by default. The Gui depends on Roassal, and  
that's not loaded (i think...)" That is what the expression solves

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #7 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

i don't understand how loading that group solves the problem, it also loads
different versions of the packages. :(

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #8 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

loadDevelopment loads pacakges from the highest version marked  
#'development', version151. Is baseline151 correct? Shouldn't that be  
1.5.1-baseline?


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #9 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

I think there is a difference between this expression

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
loadDevelopment.

and this

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
load.

ConfigurationOfPetitParser loadDevelopment.

but i have to check it.


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #10 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

this expression
Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
loadDevelopment.

loads differents packages and versions, that's why i get a MNU.

To load the proper development version do

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'PetitParser';
load.

((Smalltalk at:#ConfigurationOfPetitParser) loadDevelopment).

Please close this as invalid. sorry.
thanks



--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology

Comment #11 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

Ah, loadDevelopment is defined in Gofer too. It looks up the highest  
version tagged #'development'. So that is 1.51. That still is a bug. I'll  
fix it in pace.

Name: ConfigurationOfPetitParser-StephanEggermont.61
Author: StephanEggermont
Time: 16 March 2015, 9:06:26.86304 am
UUID: c2d773ca-71e9-4a95-a494-9d96e052d996
Ancestors: ConfigurationOfPetitParser-usmanbhatti.60

1.51 -> 1.5.1  Issue 1113
Fixed in place. Every configuration  refering to version 1.51
needs to be upgraded.


--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1113 in moose-technology: MNU: GLMCompositePresentation>>roassal

moose-technology
Updates:
        Status: Fixed

Comment #12 on issue 1113 by [hidden email]: MNU:  
GLMCompositePresentation>>roassal
https://code.google.com/p/moose-technology/issues/detail?id=1113

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev