ConfigurationOfGetText broken?
Hello, It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0. I'm loading GetText with the following script in my config. spec project: 'GetText' with: [ spec className: 'ConfigurationOfGettext'; file: 'ConfigurationOfGettext'; loads: #('Core' ); version: '1.3'; "tried #development too" repository: 'http://smalltalkhub.com/mc/PharoExtras/Gettext/main']. I get this error whatever version I put. 'The version ''1.3'' is not defined in ConfigurationOfGettext for the current platform, because an exception occurred while creating the version:. Error: The imported version:''1.1-baseline'' for version: 1.3 referenced from the method: #version13: in configuration ConfigurationOfGettext has not been defined.. Evaluate the following to see the error: ''[ConfigurationOfGettext project ] on: MetacelloErrorInProjectConstructionNotification do: [:ex | ex resume: true ].'' Possible versions include: #(#bleedingEdge #development #stable ''1.0-baseline'' ''1.0'' ''1.1'' ''1.2'')' I tried to debug and compared with the changes from the previous version but didn't find any workable solution. Usman
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration? Hilaire -- Dr. Geo http://drgeo.eu
I agree. The Seaside packages should be moved to the Seaside configuration and make that one dependent on ConfigurationOfGettext. Also, the Seaside30Addons repository was moved to smalltalkhub. Johan On 17 Jan 2014, at 17:17, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration?
Hilaire
-- Dr. Geo http://drgeo.eu
We've already discussed it and I am in the favor of removing non-gettext dependancies from its config. http://lists.squeakfoundation.org/pipermail/seaside/2013-October/030221.html Now, I'll wait for Paul's response to cleanup. Because debugging ConfigurationOfGetText or for that matter any configuration with such complexities takes a lot of time. So, as an ad-hoc solution I am loading the only package in Gettext directly. Usman On Sat, Jan 18, 2014 at 6:24 AM, Johan Brichau <johan@inceptive.be> wrote:
I agree. The Seaside packages should be moved to the Seaside configuration and make that one dependent on ConfigurationOfGettext. Also, the Seaside30Addons repository was moved to smalltalkhub.
Johan
On 17 Jan 2014, at 17:17, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration?
Hilaire
-- Dr. Geo http://drgeo.eu
Fyi I am already adding gettext for seaside to the ConfigurationOfSeaside3. So, it's good to clean ConfigurationOfGettext Johan (sent from my mobile)
On 18 Jan 2014, at 13:52, Usman Bhatti <usman.bhatti@gmail.com> wrote:
We've already discussed it and I am in the favor of removing non-gettext dependancies from its config. http://lists.squeakfoundation.org/pipermail/seaside/2013-October/030221.html
Now, I'll wait for Paul's response to cleanup. Because debugging ConfigurationOfGetText or for that matter any configuration with such complexities takes a lot of time. So, as an ad-hoc solution I am loading the only package in Gettext directly.
Usman
On Sat, Jan 18, 2014 at 6:24 AM, Johan Brichau <johan@inceptive.be> wrote: I agree. The Seaside packages should be moved to the Seaside configuration and make that one dependent on ConfigurationOfGettext. Also, the Seaside30Addons repository was moved to smalltalkhub.
Johan
On 17 Jan 2014, at 17:17, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration?
Hilaire
-- Dr. Geo http://drgeo.eu
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Sounds fine to me. Thanks for sorting it out. Paul Johan Brichau-2 wrote
Fyi I am already adding gettext for seaside to the ConfigurationOfSeaside3.
So, it's good to clean ConfigurationOfGettext
Johan (sent from my mobile)
On 18 Jan 2014, at 13:52, Usman Bhatti <
usman.bhatti@
> wrote:
We've already discussed it and I am in the favor of removing non-gettext dependancies from its config. http://lists.squeakfoundation.org/pipermail/seaside/2013-October/030221.html
Now, I'll wait for Paul's response to cleanup. Because debugging ConfigurationOfGetText or for that matter any configuration with such complexities takes a lot of time. So, as an ad-hoc solution I am loading the only package in Gettext directly.
Usman
On Sat, Jan 18, 2014 at 6:24 AM, Johan Brichau <
johan@
> wrote:
I agree. The Seaside packages should be moved to the Seaside configuration and make that one dependent on ConfigurationOfGettext. Also, the Seaside30Addons repository was moved to smalltalkhub.
Johan
On 17 Jan 2014, at 17:17, Hilaire Fernandes <
hilaire.fernandes@
> wrote:
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have
broken
the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration?
Hilaire
-- Dr. Geo http://drgeo.eu
_______________________________________________ seaside mailing list
seaside@.squeakfoundation
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- View this message in context: http://forum.world.st/ConfigurationOfGetText-broken-tp4737466p4737765.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Paul, Gettext for Seaside is now included in the ConfigurationOfSeaside3 #bleedingEdge baseline. I propose to move the Gettext-Slime package to the Seaside30Addons repository, where the Seaside-Gettext is hosted too. Since I'm busy making modifications to Gettext for Pharo3 anyway, I will create a new baseline here too, if that sounds fine for you. cheers, Johan On 18 Jan 2014, at 18:17, Paul DeBruicker <pdebruic@gmail.com> wrote:
Sounds fine to me.
Thanks for sorting it out.
Paul
Johan Brichau-2 wrote
Fyi I am already adding gettext for seaside to the ConfigurationOfSeaside3.
So, it's good to clean ConfigurationOfGettext
Johan (sent from my mobile)
On 18 Jan 2014, at 13:52, Usman Bhatti <
usman.bhatti@
> wrote:
We've already discussed it and I am in the favor of removing non-gettext dependancies from its config. http://lists.squeakfoundation.org/pipermail/seaside/2013-October/030221.html
Now, I'll wait for Paul's response to cleanup. Because debugging ConfigurationOfGetText or for that matter any configuration with such complexities takes a lot of time. So, as an ad-hoc solution I am loading the only package in Gettext directly.
Usman
On Sat, Jan 18, 2014 at 6:24 AM, Johan Brichau <
johan@
> wrote:
I agree. The Seaside packages should be moved to the Seaside configuration and make that one dependent on ConfigurationOfGettext. Also, the Seaside30Addons repository was moved to smalltalkhub.
Johan
On 17 Jan 2014, at 17:17, Hilaire Fernandes <
hilaire.fernandes@
> wrote:
Le 17/01/2014 11:42, Usman Bhatti a écrit :
It seems that some recent changes in the ConfigurationOfText have
broken
the loading in the Pharo 3.0.
I only know basic of ConfigurationOf..., but it looks odd to me to see Seaside dependencies in the Gettext configuration. Should it not belong to this configuration? Imagine if each package depending on Gettext to add itself in the gettext configuration?
Hilaire
-- Dr. Geo http://drgeo.eu
_______________________________________________ seaside mailing list
seaside@.squeakfoundation
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- View this message in context: http://forum.world.st/ConfigurationOfGetText-broken-tp4737466p4737765.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
What GetText is all about? http://smalltalkhub.com/#!/~PharoExtras/Gettext does not help much Alexandre On Jan 17, 2014, at 7:42 AM, Usman Bhatti <usman.bhatti@gmail.com> wrote:
Hello,
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I'm loading GetText with the following script in my config. spec project: 'GetText' with: [ spec className: 'ConfigurationOfGettext'; file: 'ConfigurationOfGettext'; loads: #('Core' ); version: '1.3'; "tried #development too" repository: 'http://smalltalkhub.com/mc/PharoExtras/Gettext/main'].
I get this error whatever version I put.
'The version ''1.3'' is not defined in ConfigurationOfGettext for the current platform, because an exception occurred while creating the version:. Error: The imported version:''1.1-baseline'' for version: 1.3 referenced from the method: #version13: in configuration ConfigurationOfGettext has not been defined.. Evaluate the following to see the error: ''[ConfigurationOfGettext project ] on: MetacelloErrorInProjectConstructionNotification do: [:ex | ex resume: true ].'' Possible versions include: #(#bleedingEdge #development #stable ''1.0-baseline'' ''1.0'' ''1.1'' ''1.2'')'
I tried to debug and compared with the changes from the previous version but didn't find any workable solution.
Usman
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Alex, Gettext is a software for i18n (http://en.wikipedia.org/wiki/Gettext) Hernán 2014/1/18 Alexandre Bergel <alexandre.bergel@me.com>
What GetText is all about? http://smalltalkhub.com/#!/~PharoExtras/Gettext does not help much
Alexandre
On Jan 17, 2014, at 7:42 AM, Usman Bhatti <usman.bhatti@gmail.com> wrote:
Hello,
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I'm loading GetText with the following script in my config. spec project: 'GetText' with: [ spec className: 'ConfigurationOfGettext'; file: 'ConfigurationOfGettext'; loads: #('Core' ); version: '1.3'; "tried #development too" repository: ' http://smalltalkhub.com/mc/PharoExtras/Gettext/main'].
I get this error whatever version I put.
'The version ''1.3'' is not defined in ConfigurationOfGettext for the current platform, because an exception occurred while creating the version:. Error: The imported version:''1.1-baseline'' for version: 1.3 referenced from the method: #version13: in configuration ConfigurationOfGettext has not been defined.. Evaluate the following to see the error: ''[ConfigurationOfGettext project ] on: MetacelloErrorInProjectConstructionNotification do: [:ex | ex resume: true ].'' Possible versions include: #(#bleedingEdge #development #stable ''1.0-baseline'' ''1.0'' ''1.1'' ''1.2'')'
I tried to debug and compared with the changes from the previous version but didn't find any workable solution.
Usman
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Ok, thanks Alexandre On Jan 19, 2014, at 4:33 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Hi Alex, Gettext is a software for i18n (http://en.wikipedia.org/wiki/Gettext)
Hernán
2014/1/18 Alexandre Bergel <alexandre.bergel@me.com> What GetText is all about? http://smalltalkhub.com/#!/~PharoExtras/Gettext does not help much
Alexandre
On Jan 17, 2014, at 7:42 AM, Usman Bhatti <usman.bhatti@gmail.com> wrote:
Hello,
It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.
I'm loading GetText with the following script in my config. spec project: 'GetText' with: [ spec className: 'ConfigurationOfGettext'; file: 'ConfigurationOfGettext'; loads: #('Core' ); version: '1.3'; "tried #development too" repository: 'http://smalltalkhub.com/mc/PharoExtras/Gettext/main'].
I get this error whatever version I put.
'The version ''1.3'' is not defined in ConfigurationOfGettext for the current platform, because an exception occurred while creating the version:. Error: The imported version:''1.1-baseline'' for version: 1.3 referenced from the method: #version13: in configuration ConfigurationOfGettext has not been defined.. Evaluate the following to see the error: ''[ConfigurationOfGettext project ] on: MetacelloErrorInProjectConstructionNotification do: [:ex | ex resume: true ].'' Possible versions include: #(#bleedingEdge #development #stable ''1.0-baseline'' ''1.0'' ''1.1'' ''1.2'')'
I tried to debug and compared with the changes from the previous version but didn't find any workable solution.
Usman
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (6)
-
Alexandre Bergel -
Hernán Morales Durand -
Hilaire Fernandes -
Johan Brichau -
Paul DeBruicker -
Usman Bhatti