No easy way to know which Moose version I am using?

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

No easy way to know which Moose version I am using?

Mariano Martinez Peck
Hi guys. I have an image with Moose and I don't know how to get which version is it (like 4.7 or so). If there is nothing existing, I think a good place would be in the Moose Panel, when you click the '?' and you get the Help windows... on the left (index) you can add one item more "Current Version" or something like that with the information (version, date of release, details, etc) ? 


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: No easy way to know which Moose version I am using?

Ben Coman
There is already a WorldMenu > System > About.   I expect adding to the text inherited from Pharo would be the place for this.

Mariano Martinez Peck wrote:
Hi guys. I have an image with Moose and I don't know how to get which
version is it (like 4.7 or so). If there is nothing existing, I think a
good place would be in the Moose Panel, when you click the '?' and you get
the Help windows... on the left (index) you can add one item more "Current
Version" or something like that with the information (version, date of
release, details, etc) ?

cheers,

  

_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: No easy way to know which Moose version I am using?

Tudor Girba-2
In reply to this post by Mariano Martinez Peck
Hi,

Indeed, there is no support for this.

In fact, now that we are on the subject, how do other projects built on top of Pharo dealing with this issue?

Doru


On 21 Nov 2012, at 10:56, Mariano Martinez Peck <[hidden email]> wrote:

> Hi guys. I have an image with Moose and I don't know how to get which version is it (like 4.7 or so). If there is nothing existing, I think a good place would be in the Moose Panel, when you click the '?' and you get the Help windows... on the left (index) you can add one item more "Current Version" or something like that with the information (version, date of release, details, etc) ?
>
> cheers,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: No easy way to know which Moose version I am using?

Mariano Martinez Peck
In reply to this post by Ben Coman


On Wed, Nov 21, 2012 at 2:44 PM, Ben Coman <[hidden email]> wrote:
There is already a WorldMenu > System > About.   I expect adding to the text inherited from Pharo would be the place for this.

Mariano Martinez Peck wrote:
Hi guys. I have an image with Moose and I don't know how to get which
version is it (like 4.7 or so). If there is nothing existing, I think a
good place would be in the Moose Panel, when you click the '?' and you get
the Help windows... on the left (index) you can add one item more "Current
Version" or something like that with the information (version, date of
release, details, etc) ?

cheers,

I would find this rather confusing. 
I would prefer to have it somewhere inside Moose panel (o reachable from there)
 
  

_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: No easy way to know which Moose version I am using?

abergel
In reply to this post by Tudor Girba-2
Well... Metacello gives it for you.

ConfigurationOfMondrian project currentVersion
ConfigurationOfRoassal project currentVersion
ConfigurationOfSpy project currentVersion

Versionner tells you which version is installed:

Cheers,
Alexandre

On Nov 21, 2012, at 12:33 PM, Tudor Girba <[hidden email]> wrote:

Hi,

Indeed, there is no support for this.

In fact, now that we are on the subject, how do other projects built on top of Pharo dealing with this issue?

Doru


On 21 Nov 2012, at 10:56, Mariano Martinez Peck <[hidden email]> wrote:

Hi guys. I have an image with Moose and I don't know how to get which version is it (like 4.7 or so). If there is nothing existing, I think a good place would be in the Moose Panel, when you click the '?' and you get the Help windows... on the left (index) you can add one item more "Current Version" or something like that with the information (version, date of release, details, etc) ?

cheers,

--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: No easy way to know which Moose version I am using?

Mariano Martinez Peck


On Wed, Nov 21, 2012 at 5:50 PM, Alexandre Bergel <[hidden email]> wrote:
Well... Metacello gives it for you.

Thanks for the tip. Anyway, the final Moose user may have no idea about Metacello (moreover at some point I remember Moose images were NOT built with metacello), so it is still necessary a place to easily get that information
 

ConfigurationOfMondrian project currentVersion
ConfigurationOfRoassal project currentVersion
ConfigurationOfSpy project currentVersion

Versionner tells you which version is installed:

Cheers,
Alexandre

On Nov 21, 2012, at 12:33 PM, Tudor Girba <[hidden email]> wrote:

Hi,

Indeed, there is no support for this.

In fact, now that we are on the subject, how do other projects built on top of Pharo dealing with this issue?

Doru


On 21 Nov 2012, at 10:56, Mariano Martinez Peck <[hidden email]> wrote:

Hi guys. I have an image with Moose and I don't know how to get which version is it (like 4.7 or so). If there is nothing existing, I think a good place would be in the Moose Panel, when you click the '?' and you get the Help windows... on the left (index) you can add one item more "Current Version" or something like that with the information (version, date of release, details, etc) ?

cheers,

--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev