Metacello and Squeak4.4

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

Re: Metacello and Squeak4.4

Frank Shearar-3
On 3 August 2012 21:17, Colin Putney <[hidden email]> wrote:

>
>
> On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs <[hidden email]> wrote:
>>
>> Frank,
>>
>> The Metacello tests add/remove global variables to/from Smalltalk and it
>> looks like Environment does not implement #removeKey:ifAbsent:, so I've got
>> some 400 test failures because I can't remove a global from Smalltalk ...
>>
>> I can hack this for the time being but I'm curious what the longer term
>> plan will be with regards to removing global variables from Smalltalk or
>> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
>>
>> BTW, I'm using update 12154 ...
>
>
> First, Environments is being pushed to Squeak 4.5, so it should be removed
> from 4.4 shortly.
>
> During the development period for 4.5, Environments will implement
> #removeKey:ifAbsent:, but eventually that will be deprecated in favour of
> #undeclare: or something similar.

For the nonce, how about we implement #removeKey:ifAbsent: (see
Inbox), so we can at least unblock Dale?

We do need to remove Environments, but Dale's work contributes to
ensuring/checking 4.4's stability.

frank

> Colin
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Colin Putney-3


On Fri, Aug 3, 2012 at 1:20 PM, Frank Shearar <[hidden email]> wrote:
For the nonce, how about we implement #removeKey:ifAbsent: (see
Inbox), so we can at least unblock Dale?

We do need to remove Environments, but Dale's work contributes to
ensuring/checking 4.4's stability.

Yup, sounds good.
 
 


Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
In reply to this post by Frank Shearar-3
Sounds fair to me ... I'll patch my current in place and kick off the tests again ...

Thanks guys,

Dale

----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Friday, August 3, 2012 1:20:57 PM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 3 August 2012 21:17, Colin Putney <[hidden email]> wrote:
| >
| >
| > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs <[hidden email]>
| > wrote:
| >>
| >> Frank,
| >>
| >> The Metacello tests add/remove global variables to/from Smalltalk
| >> and it
| >> looks like Environment does not implement #removeKey:ifAbsent:, so
| >> I've got
| >> some 400 test failures because I can't remove a global from
| >> Smalltalk ...
| >>
| >> I can hack this for the time being but I'm curious what the longer
| >> term
| >> plan will be with regards to removing global variables from
| >> Smalltalk or
| >> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
| >>
| >> BTW, I'm using update 12154 ...
| >
| >
| > First, Environments is being pushed to Squeak 4.5, so it should be
| > removed
| > from 4.4 shortly.
| >
| > During the development period for 4.5, Environments will implement
| > #removeKey:ifAbsent:, but eventually that will be deprecated in
| > favour of
| > #undeclare: or something similar.
|
| For the nonce, how about we implement #removeKey:ifAbsent: (see
| Inbox), so we can at least unblock Dale?
|
| We do need to remove Environments, but Dale's work contributes to
| ensuring/checking 4.4's stability.
|
| frank
|
| > Colin
| >
| >
| >
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
After the patch, a reasonable number of test issues:

  695 run, 691 passes, 0 expected failures, 2 failures, 2 errors, 0 unexpected passes

Dale

----- Original Message -----
| From: "Dale Henrichs" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Friday, August 3, 2012 1:25:57 PM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| Sounds fair to me ... I'll patch my current in place and kick off the
| tests again ...
|
| Thanks guys,
|
| Dale
|
| ----- Original Message -----
| | From: "Frank Shearar" <[hidden email]>
| | To: "The general-purpose Squeak developers list"
| | <[hidden email]>
| | Sent: Friday, August 3, 2012 1:20:57 PM
| | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| |
| | On 3 August 2012 21:17, Colin Putney <[hidden email]> wrote:
| | >
| | >
| | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| | > <[hidden email]>
| | > wrote:
| | >>
| | >> Frank,
| | >>
| | >> The Metacello tests add/remove global variables to/from
| | >> Smalltalk
| | >> and it
| | >> looks like Environment does not implement #removeKey:ifAbsent:,
| | >> so
| | >> I've got
| | >> some 400 test failures because I can't remove a global from
| | >> Smalltalk ...
| | >>
| | >> I can hack this for the time being but I'm curious what the
| | >> longer
| | >> term
| | >> plan will be with regards to removing global variables from
| | >> Smalltalk or
| | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
| | >>
| | >> BTW, I'm using update 12154 ...
| | >
| | >
| | > First, Environments is being pushed to Squeak 4.5, so it should
| | > be
| | > removed
| | > from 4.4 shortly.
| | >
| | > During the development period for 4.5, Environments will
| | > implement
| | > #removeKey:ifAbsent:, but eventually that will be deprecated in
| | > favour of
| | > #undeclare: or something similar.
| |
| | For the nonce, how about we implement #removeKey:ifAbsent: (see
| | Inbox), so we can at least unblock Dale?
| |
| | We do need to remove Environments, but Dale's work contributes to
| | ensuring/checking 4.4's stability.
| |
| | frank
| |
| | > Colin
| | >
| | >
| | >
| | >
| |
| |
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
Okay,

Using Frank's 4.4 trunk (update 12154) you can load Metacello-Base-dkh.98 from http://seaside.gemstone.com/ss/metacello and then use the Metacello Preview scripting API[1].

As reported earlier, there are still some test failures in MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and not the functional code base, so I'd say you can include Metacello-Base-dkh.98 in 4.4 at your leisure.

To load the basic Metacello functionality, you can use the Scripting API to load another configuration or execute the following:

  Metacello new
    configuration: 'MetacelloPreview';
    version: #stable;
    gemsource: 'metacello';
    load: 'batch'.

\to load the tests, exedute:

  Metacello new
    configuration: 'MetacelloPreview';
    version: #stable;
    gemsource: 'metacello';
    load: 'TravisCI'.

I'll release 1.0-beta.32.3 in a week or so, but I'll just update the #stable definition, so the above expressions should be used to guarantee that you're picking up the latest release...

Dale

[1] https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md

----- Original Message -----
| From: "Dale Henrichs" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Friday, August 3, 2012 4:19:58 PM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| After the patch, a reasonable number of test issues:
|
|   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors, 0
|   unexpected passes
|
| Dale
|
| ----- Original Message -----
| | From: "Dale Henrichs" <[hidden email]>
| | To: "The general-purpose Squeak developers list"
| | <[hidden email]>
| | Sent: Friday, August 3, 2012 1:25:57 PM
| | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| |
| | Sounds fair to me ... I'll patch my current in place and kick off
| | the
| | tests again ...
| |
| | Thanks guys,
| |
| | Dale
| |
| | ----- Original Message -----
| | | From: "Frank Shearar" <[hidden email]>
| | | To: "The general-purpose Squeak developers list"
| | | <[hidden email]>
| | | Sent: Friday, August 3, 2012 1:20:57 PM
| | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| | |
| | | On 3 August 2012 21:17, Colin Putney <[hidden email]> wrote:
| | | >
| | | >
| | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| | | > <[hidden email]>
| | | > wrote:
| | | >>
| | | >> Frank,
| | | >>
| | | >> The Metacello tests add/remove global variables to/from
| | | >> Smalltalk
| | | >> and it
| | | >> looks like Environment does not implement
| | | >> #removeKey:ifAbsent:,
| | | >> so
| | | >> I've got
| | | >> some 400 test failures because I can't remove a global from
| | | >> Smalltalk ...
| | | >>
| | | >> I can hack this for the time being but I'm curious what the
| | | >> longer
| | | >> term
| | | >> plan will be with regards to removing global variables from
| | | >> Smalltalk or
| | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
| | | >>
| | | >> BTW, I'm using update 12154 ...
| | | >
| | | >
| | | > First, Environments is being pushed to Squeak 4.5, so it should
| | | > be
| | | > removed
| | | > from 4.4 shortly.
| | | >
| | | > During the development period for 4.5, Environments will
| | | > implement
| | | > #removeKey:ifAbsent:, but eventually that will be deprecated in
| | | > favour of
| | | > #undeclare: or something similar.
| | |
| | | For the nonce, how about we implement #removeKey:ifAbsent: (see
| | | Inbox), so we can at least unblock Dale?
| | |
| | | We do need to remove Environments, but Dale's work contributes to
| | | ensuring/checking 4.4's stability.
| | |
| | | frank
| | |
| | | > Colin
| | | >
| | | >
| | | >
| | | >
| | |
| | |
| |
| |
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Frank Shearar-3
On 4 August 2012 20:00, Dale Henrichs <[hidden email]> wrote:
> Okay,
>
> Using Frank's 4.4 trunk (update 12154) you can load Metacello-Base-dkh.98 from http://seaside.gemstone.com/ss/metacello and then use the Metacello Preview scripting API[1].

Hi Dale,

Now that the infrastructure seems to be settling down, it looks like a
good source for an up-to-date trunk image is
http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.

> As reported earlier, there are still some test failures in MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and not the functional code base, so I'd say you can include Metacello-Base-dkh.98 in 4.4 at your leisure.
>
> To load the basic Metacello functionality, you can use the Scripting API to load another configuration or execute the following:
>
>   Metacello new
>     configuration: 'MetacelloPreview';
>     version: #stable;
>     gemsource: 'metacello';
>     load: 'batch'.
>
> \to load the tests, exedute:
>
>   Metacello new
>     configuration: 'MetacelloPreview';
>     version: #stable;
>     gemsource: 'metacello';
>     load: 'TravisCI'.

Just to get things completely clear in my head, these are instructions
for Metacello users post-inclusion, right? They're not actions that we
need to follow other than pushing Metacello-Base into the trunk,
right?

frank

> I'll release 1.0-beta.32.3 in a week or so, but I'll just update the #stable definition, so the above expressions should be used to guarantee that you're picking up the latest release...
>
> Dale
>
> [1] https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
>
> ----- Original Message -----
> | From: "Dale Henrichs" <[hidden email]>
> | To: "The general-purpose Squeak developers list" <[hidden email]>
> | Sent: Friday, August 3, 2012 4:19:58 PM
> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> |
> | After the patch, a reasonable number of test issues:
> |
> |   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors, 0
> |   unexpected passes
> |
> | Dale
> |
> | ----- Original Message -----
> | | From: "Dale Henrichs" <[hidden email]>
> | | To: "The general-purpose Squeak developers list"
> | | <[hidden email]>
> | | Sent: Friday, August 3, 2012 1:25:57 PM
> | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | |
> | | Sounds fair to me ... I'll patch my current in place and kick off
> | | the
> | | tests again ...
> | |
> | | Thanks guys,
> | |
> | | Dale
> | |
> | | ----- Original Message -----
> | | | From: "Frank Shearar" <[hidden email]>
> | | | To: "The general-purpose Squeak developers list"
> | | | <[hidden email]>
> | | | Sent: Friday, August 3, 2012 1:20:57 PM
> | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | | |
> | | | On 3 August 2012 21:17, Colin Putney <[hidden email]> wrote:
> | | | >
> | | | >
> | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
> | | | > <[hidden email]>
> | | | > wrote:
> | | | >>
> | | | >> Frank,
> | | | >>
> | | | >> The Metacello tests add/remove global variables to/from
> | | | >> Smalltalk
> | | | >> and it
> | | | >> looks like Environment does not implement
> | | | >> #removeKey:ifAbsent:,
> | | | >> so
> | | | >> I've got
> | | | >> some 400 test failures because I can't remove a global from
> | | | >> Smalltalk ...
> | | | >>
> | | | >> I can hack this for the time being but I'm curious what the
> | | | >> longer
> | | | >> term
> | | | >> plan will be with regards to removing global variables from
> | | | >> Smalltalk or
> | | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
> | | | >>
> | | | >> BTW, I'm using update 12154 ...
> | | | >
> | | | >
> | | | > First, Environments is being pushed to Squeak 4.5, so it should
> | | | > be
> | | | > removed
> | | | > from 4.4 shortly.
> | | | >
> | | | > During the development period for 4.5, Environments will
> | | | > implement
> | | | > #removeKey:ifAbsent:, but eventually that will be deprecated in
> | | | > favour of
> | | | > #undeclare: or something similar.
> | | |
> | | | For the nonce, how about we implement #removeKey:ifAbsent: (see
> | | | Inbox), so we can at least unblock Dale?
> | | |
> | | | We do need to remove Environments, but Dale's work contributes to
> | | | ensuring/checking 4.4's stability.
> | | |
> | | | frank
> | | |
> | | | > Colin
> | | | >
> | | | >
> | | | >
> | | | >
> | | |
> | | |
> | |
> | |
> |
> |
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
In reply to this post by Dale Henrichs
I've added Squeak4.4 as one of the travis-ci build options[1].

I've updated the FileTree project to do builds against Squeak4.3 and Squeak4.4[2].

Then as I contemplate adding Squeak4.4 to the Metacello builds, I realized that there is one more addition to Squeak4.4 that would allow for better Metacello support.

If you add the method SmalltalkImage>>metacelloPlatformAttributes, then you can control the default list of Metacello atributes for your platform:

metacelloPlatformAttributes
    "Returns the tags for the conditional platform loading in Metacello.
     Pay attention the order is important: from most to least general."
 
    ^ #(#squeakCommon #squeak #'squeak4.x' #'squeak4.4.x')

This example is using constant literals to give you and idea of what needs to be defined, but you could create the atributes list dynamically based on the actual version of the release ... if you use constants you'll want to make sure this method is changed when you make a new release...

If you don't implement this method, then I have to add this information in a platform-specific package and right now I don't need a Squeak4.4-specific package.

I'll hold off on doing anything until I hear from you guys, so for the time being the platform attributes will be #squeak.4.3.x for Squeak4.4...

Dale

[1] http://travis-ci.org/#!/dalehenrich/builderCI/builds/2041711
[2] http://travis-ci.org/#!/dalehenrich/filetree/builds/2041755

----- Original Message -----
| From: "Dale Henrichs" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Saturday, August 4, 2012 12:00:27 PM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| Okay,
|
| Using Frank's 4.4 trunk (update 12154) you can load
| Metacello-Base-dkh.98 from http://seaside.gemstone.com/ss/metacello
| and then use the Metacello Preview scripting API[1].
|
| As reported earlier, there are still some test failures in
| MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and
| not the functional code base, so I'd say you can include
| Metacello-Base-dkh.98 in 4.4 at your leisure.
|
| To load the basic Metacello functionality, you can use the Scripting
| API to load another configuration or execute the following:
|
|   Metacello new
|     configuration: 'MetacelloPreview';
|     version: #stable;
|     gemsource: 'metacello';
|     load: 'batch'.
|
| \to load the tests, exedute:
|
|   Metacello new
|     configuration: 'MetacelloPreview';
|     version: #stable;
|     gemsource: 'metacello';
|     load: 'TravisCI'.
|
| I'll release 1.0-beta.32.3 in a week or so, but I'll just update the
| #stable definition, so the above expressions should be used to
| guarantee that you're picking up the latest release...
|
| Dale
|
| [1]
| https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
|
| ----- Original Message -----
| | From: "Dale Henrichs" <[hidden email]>
| | To: "The general-purpose Squeak developers list"
| | <[hidden email]>
| | Sent: Friday, August 3, 2012 4:19:58 PM
| | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| |
| | After the patch, a reasonable number of test issues:
| |
| |   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors, 0
| |   unexpected passes
| |
| | Dale
| |
| | ----- Original Message -----
| | | From: "Dale Henrichs" <[hidden email]>
| | | To: "The general-purpose Squeak developers list"
| | | <[hidden email]>
| | | Sent: Friday, August 3, 2012 1:25:57 PM
| | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| | |
| | | Sounds fair to me ... I'll patch my current in place and kick off
| | | the
| | | tests again ...
| | |
| | | Thanks guys,
| | |
| | | Dale
| | |
| | | ----- Original Message -----
| | | | From: "Frank Shearar" <[hidden email]>
| | | | To: "The general-purpose Squeak developers list"
| | | | <[hidden email]>
| | | | Sent: Friday, August 3, 2012 1:20:57 PM
| | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| | | |
| | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
| | | | wrote:
| | | | >
| | | | >
| | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| | | | > <[hidden email]>
| | | | > wrote:
| | | | >>
| | | | >> Frank,
| | | | >>
| | | | >> The Metacello tests add/remove global variables to/from
| | | | >> Smalltalk
| | | | >> and it
| | | | >> looks like Environment does not implement
| | | | >> #removeKey:ifAbsent:,
| | | | >> so
| | | | >> I've got
| | | | >> some 400 test failures because I can't remove a global from
| | | | >> Smalltalk ...
| | | | >>
| | | | >> I can hack this for the time being but I'm curious what the
| | | | >> longer
| | | | >> term
| | | | >> plan will be with regards to removing global variables from
| | | | >> Smalltalk or
| | | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent ...
| | | | >>
| | | | >> BTW, I'm using update 12154 ...
| | | | >
| | | | >
| | | | > First, Environments is being pushed to Squeak 4.5, so it
| | | | > should
| | | | > be
| | | | > removed
| | | | > from 4.4 shortly.
| | | | >
| | | | > During the development period for 4.5, Environments will
| | | | > implement
| | | | > #removeKey:ifAbsent:, but eventually that will be deprecated
| | | | > in
| | | | > favour of
| | | | > #undeclare: or something similar.
| | | |
| | | | For the nonce, how about we implement #removeKey:ifAbsent: (see
| | | | Inbox), so we can at least unblock Dale?
| | | |
| | | | We do need to remove Environments, but Dale's work contributes
| | | | to
| | | | ensuring/checking 4.4's stability.
| | | |
| | | | frank
| | | |
| | | | > Colin
| | | | >
| | | | >
| | | | >
| | | | >
| | | |
| | | |
| | |
| | |
| |
| |
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
In reply to this post by Frank Shearar-3
Frank,


----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Sunday, August 5, 2012 11:07:20 AM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 4 August 2012 20:00, Dale Henrichs <[hidden email]> wrote:
| > Okay,
| >
| > Using Frank's 4.4 trunk (update 12154) you can load
| > Metacello-Base-dkh.98 from
| > http://seaside.gemstone.com/ss/metacello and then use the
| > Metacello Preview scripting API[1].
|
| Hi Dale,
|
| Now that the infrastructure seems to be settling down, it looks like
| a
| good source for an up-to-date trunk image is
| http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.

Haha, I noticed that and have already used that as the image source for the builderCI work.

|
| > As reported earlier, there are still some test failures in
| > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and
| > not the functional code base, so I'd say you can include
| > Metacello-Base-dkh.98 in 4.4 at your leisure.
| >
| > To load the basic Metacello functionality, you can use the
| > Scripting API to load another configuration or execute the
| > following:
| >
| >   Metacello new
| >     configuration: 'MetacelloPreview';
| >     version: #stable;
| >     gemsource: 'metacello';
| >     load: 'batch'.
| >
| > \to load the tests, exedute:
| >
| >   Metacello new
| >     configuration: 'MetacelloPreview';
| >     version: #stable;
| >     gemsource: 'metacello';
| >     load: 'TravisCI'.
|
| Just to get things completely clear in my head, these are
| instructions
| for Metacello users post-inclusion, right? They're not actions that
| we
| need to follow other than pushing Metacello-Base into the trunk,
| right?

Correct. If you run the above, then Metacello _will_ be booted into the image and that's not what you want to do ... except as part of a test to validate that Metacello boots correctly.

|
| frank
|
| > I'll release 1.0-beta.32.3 in a week or so, but I'll just update
| > the #stable definition, so the above expressions should be used to
| > guarantee that you're picking up the latest release...
| >
| > Dale
| >
| > [1]
| > https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
| >
| > ----- Original Message -----
| > | From: "Dale Henrichs" <[hidden email]>
| > | To: "The general-purpose Squeak developers list"
| > | <[hidden email]>
| > | Sent: Friday, August 3, 2012 4:19:58 PM
| > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > |
| > | After the patch, a reasonable number of test issues:
| > |
| > |   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors,
| > |   0
| > |   unexpected passes
| > |
| > | Dale
| > |
| > | ----- Original Message -----
| > | | From: "Dale Henrichs" <[hidden email]>
| > | | To: "The general-purpose Squeak developers list"
| > | | <[hidden email]>
| > | | Sent: Friday, August 3, 2012 1:25:57 PM
| > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | |
| > | | Sounds fair to me ... I'll patch my current in place and kick
| > | | off
| > | | the
| > | | tests again ...
| > | |
| > | | Thanks guys,
| > | |
| > | | Dale
| > | |
| > | | ----- Original Message -----
| > | | | From: "Frank Shearar" <[hidden email]>
| > | | | To: "The general-purpose Squeak developers list"
| > | | | <[hidden email]>
| > | | | Sent: Friday, August 3, 2012 1:20:57 PM
| > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | | |
| > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
| > | | | wrote:
| > | | | >
| > | | | >
| > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| > | | | > <[hidden email]>
| > | | | > wrote:
| > | | | >>
| > | | | >> Frank,
| > | | | >>
| > | | | >> The Metacello tests add/remove global variables to/from
| > | | | >> Smalltalk
| > | | | >> and it
| > | | | >> looks like Environment does not implement
| > | | | >> #removeKey:ifAbsent:,
| > | | | >> so
| > | | | >> I've got
| > | | | >> some 400 test failures because I can't remove a global
| > | | | >> from
| > | | | >> Smalltalk ...
| > | | | >>
| > | | | >> I can hack this for the time being but I'm curious what
| > | | | >> the
| > | | | >> longer
| > | | | >> term
| > | | | >> plan will be with regards to removing global variables
| > | | | >> from
| > | | | >> Smalltalk or
| > | | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent
| > | | | >> ...
| > | | | >>
| > | | | >> BTW, I'm using update 12154 ...
| > | | | >
| > | | | >
| > | | | > First, Environments is being pushed to Squeak 4.5, so it
| > | | | > should
| > | | | > be
| > | | | > removed
| > | | | > from 4.4 shortly.
| > | | | >
| > | | | > During the development period for 4.5, Environments will
| > | | | > implement
| > | | | > #removeKey:ifAbsent:, but eventually that will be
| > | | | > deprecated in
| > | | | > favour of
| > | | | > #undeclare: or something similar.
| > | | |
| > | | | For the nonce, how about we implement #removeKey:ifAbsent:
| > | | | (see
| > | | | Inbox), so we can at least unblock Dale?
| > | | |
| > | | | We do need to remove Environments, but Dale's work
| > | | | contributes to
| > | | | ensuring/checking 4.4's stability.
| > | | |
| > | | | frank
| > | | |
| > | | | > Colin
| > | | | >
| > | | | >
| > | | | >
| > | | | >
| > | | |
| > | | |
| > | |
| > | |
| > |
| > |
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
In reply to this post by Frank Shearar-3
Frank,

FYI: It appears that the Squeak4.4 available from Jenkins does not have the patched Environment loaded ... so travis ci builds fail...

Let me know when the patch is integrated and I'll turn the travis ci builds back on ...

Dale

----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Sunday, August 5, 2012 11:07:20 AM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 4 August 2012 20:00, Dale Henrichs <[hidden email]> wrote:
| > Okay,
| >
| > Using Frank's 4.4 trunk (update 12154) you can load
| > Metacello-Base-dkh.98 from
| > http://seaside.gemstone.com/ss/metacello and then use the
| > Metacello Preview scripting API[1].
|
| Hi Dale,
|
| Now that the infrastructure seems to be settling down, it looks like
| a
| good source for an up-to-date trunk image is
| http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
|
| > As reported earlier, there are still some test failures in
| > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and
| > not the functional code base, so I'd say you can include
| > Metacello-Base-dkh.98 in 4.4 at your leisure.
| >
| > To load the basic Metacello functionality, you can use the
| > Scripting API to load another configuration or execute the
| > following:
| >
| >   Metacello new
| >     configuration: 'MetacelloPreview';
| >     version: #stable;
| >     gemsource: 'metacello';
| >     load: 'batch'.
| >
| > \to load the tests, exedute:
| >
| >   Metacello new
| >     configuration: 'MetacelloPreview';
| >     version: #stable;
| >     gemsource: 'metacello';
| >     load: 'TravisCI'.
|
| Just to get things completely clear in my head, these are
| instructions
| for Metacello users post-inclusion, right? They're not actions that
| we
| need to follow other than pushing Metacello-Base into the trunk,
| right?
|
| frank
|
| > I'll release 1.0-beta.32.3 in a week or so, but I'll just update
| > the #stable definition, so the above expressions should be used to
| > guarantee that you're picking up the latest release...
| >
| > Dale
| >
| > [1]
| > https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
| >
| > ----- Original Message -----
| > | From: "Dale Henrichs" <[hidden email]>
| > | To: "The general-purpose Squeak developers list"
| > | <[hidden email]>
| > | Sent: Friday, August 3, 2012 4:19:58 PM
| > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > |
| > | After the patch, a reasonable number of test issues:
| > |
| > |   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors,
| > |   0
| > |   unexpected passes
| > |
| > | Dale
| > |
| > | ----- Original Message -----
| > | | From: "Dale Henrichs" <[hidden email]>
| > | | To: "The general-purpose Squeak developers list"
| > | | <[hidden email]>
| > | | Sent: Friday, August 3, 2012 1:25:57 PM
| > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | |
| > | | Sounds fair to me ... I'll patch my current in place and kick
| > | | off
| > | | the
| > | | tests again ...
| > | |
| > | | Thanks guys,
| > | |
| > | | Dale
| > | |
| > | | ----- Original Message -----
| > | | | From: "Frank Shearar" <[hidden email]>
| > | | | To: "The general-purpose Squeak developers list"
| > | | | <[hidden email]>
| > | | | Sent: Friday, August 3, 2012 1:20:57 PM
| > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | | |
| > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
| > | | | wrote:
| > | | | >
| > | | | >
| > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| > | | | > <[hidden email]>
| > | | | > wrote:
| > | | | >>
| > | | | >> Frank,
| > | | | >>
| > | | | >> The Metacello tests add/remove global variables to/from
| > | | | >> Smalltalk
| > | | | >> and it
| > | | | >> looks like Environment does not implement
| > | | | >> #removeKey:ifAbsent:,
| > | | | >> so
| > | | | >> I've got
| > | | | >> some 400 test failures because I can't remove a global
| > | | | >> from
| > | | | >> Smalltalk ...
| > | | | >>
| > | | | >> I can hack this for the time being but I'm curious what
| > | | | >> the
| > | | | >> longer
| > | | | >> term
| > | | | >> plan will be with regards to removing global variables
| > | | | >> from
| > | | | >> Smalltalk or
| > | | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent
| > | | | >> ...
| > | | | >>
| > | | | >> BTW, I'm using update 12154 ...
| > | | | >
| > | | | >
| > | | | > First, Environments is being pushed to Squeak 4.5, so it
| > | | | > should
| > | | | > be
| > | | | > removed
| > | | | > from 4.4 shortly.
| > | | | >
| > | | | > During the development period for 4.5, Environments will
| > | | | > implement
| > | | | > #removeKey:ifAbsent:, but eventually that will be
| > | | | > deprecated in
| > | | | > favour of
| > | | | > #undeclare: or something similar.
| > | | |
| > | | | For the nonce, how about we implement #removeKey:ifAbsent:
| > | | | (see
| > | | | Inbox), so we can at least unblock Dale?
| > | | |
| > | | | We do need to remove Environments, but Dale's work
| > | | | contributes to
| > | | | ensuring/checking 4.4's stability.
| > | | |
| > | | | frank
| > | | |
| > | | | > Colin
| > | | | >
| > | | | >
| > | | | >
| > | | | >
| > | | |
| > | | |
| > | |
| > | |
| > |
| > |
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Frank Shearar-3
On 6 August 2012 05:43, Dale Henrichs <[hidden email]> wrote:
> Frank,
>
> FYI: It appears that the Squeak4.4 available from Jenkins does not have the patched Environment loaded ... so travis ci builds fail...
>
> Let me know when the patch is integrated and I'll turn the travis ci builds back on ...

Hi Dale,

The necessary change - Environments-fbs.5 - is sitting in the Inbox
waiting for review. If it helps, you could always cherry-pick that?

frank

> Dale
>
> ----- Original Message -----
> | From: "Frank Shearar" <[hidden email]>
> | To: "The general-purpose Squeak developers list" <[hidden email]>
> | Sent: Sunday, August 5, 2012 11:07:20 AM
> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> |
> | On 4 August 2012 20:00, Dale Henrichs <[hidden email]> wrote:
> | > Okay,
> | >
> | > Using Frank's 4.4 trunk (update 12154) you can load
> | > Metacello-Base-dkh.98 from
> | > http://seaside.gemstone.com/ss/metacello and then use the
> | > Metacello Preview scripting API[1].
> |
> | Hi Dale,
> |
> | Now that the infrastructure seems to be settling down, it looks like
> | a
> | good source for an up-to-date trunk image is
> | http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
> |
> | > As reported earlier, there are still some test failures in
> | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests and
> | > not the functional code base, so I'd say you can include
> | > Metacello-Base-dkh.98 in 4.4 at your leisure.
> | >
> | > To load the basic Metacello functionality, you can use the
> | > Scripting API to load another configuration or execute the
> | > following:
> | >
> | >   Metacello new
> | >     configuration: 'MetacelloPreview';
> | >     version: #stable;
> | >     gemsource: 'metacello';
> | >     load: 'batch'.
> | >
> | > \to load the tests, exedute:
> | >
> | >   Metacello new
> | >     configuration: 'MetacelloPreview';
> | >     version: #stable;
> | >     gemsource: 'metacello';
> | >     load: 'TravisCI'.
> |
> | Just to get things completely clear in my head, these are
> | instructions
> | for Metacello users post-inclusion, right? They're not actions that
> | we
> | need to follow other than pushing Metacello-Base into the trunk,
> | right?
> |
> | frank
> |
> | > I'll release 1.0-beta.32.3 in a week or so, but I'll just update
> | > the #stable definition, so the above expressions should be used to
> | > guarantee that you're picking up the latest release...
> | >
> | > Dale
> | >
> | > [1]
> | > https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
> | >
> | > ----- Original Message -----
> | > | From: "Dale Henrichs" <[hidden email]>
> | > | To: "The general-purpose Squeak developers list"
> | > | <[hidden email]>
> | > | Sent: Friday, August 3, 2012 4:19:58 PM
> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > |
> | > | After the patch, a reasonable number of test issues:
> | > |
> | > |   695 run, 691 passes, 0 expected failures, 2 failures, 2 errors,
> | > |   0
> | > |   unexpected passes
> | > |
> | > | Dale
> | > |
> | > | ----- Original Message -----
> | > | | From: "Dale Henrichs" <[hidden email]>
> | > | | To: "The general-purpose Squeak developers list"
> | > | | <[hidden email]>
> | > | | Sent: Friday, August 3, 2012 1:25:57 PM
> | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | |
> | > | | Sounds fair to me ... I'll patch my current in place and kick
> | > | | off
> | > | | the
> | > | | tests again ...
> | > | |
> | > | | Thanks guys,
> | > | |
> | > | | Dale
> | > | |
> | > | | ----- Original Message -----
> | > | | | From: "Frank Shearar" <[hidden email]>
> | > | | | To: "The general-purpose Squeak developers list"
> | > | | | <[hidden email]>
> | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
> | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | | |
> | > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
> | > | | | wrote:
> | > | | | >
> | > | | | >
> | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
> | > | | | > <[hidden email]>
> | > | | | > wrote:
> | > | | | >>
> | > | | | >> Frank,
> | > | | | >>
> | > | | | >> The Metacello tests add/remove global variables to/from
> | > | | | >> Smalltalk
> | > | | | >> and it
> | > | | | >> looks like Environment does not implement
> | > | | | >> #removeKey:ifAbsent:,
> | > | | | >> so
> | > | | | >> I've got
> | > | | | >> some 400 test failures because I can't remove a global
> | > | | | >> from
> | > | | | >> Smalltalk ...
> | > | | | >>
> | > | | | >> I can hack this for the time being but I'm curious what
> | > | | | >> the
> | > | | | >> longer
> | > | | | >> term
> | > | | | >> plan will be with regards to removing global variables
> | > | | | >> from
> | > | | | >> Smalltalk or
> | > | | | >> perhaps leaving #removeKey:ifAbsent: out is inadvertent
> | > | | | >> ...
> | > | | | >>
> | > | | | >> BTW, I'm using update 12154 ...
> | > | | | >
> | > | | | >
> | > | | | > First, Environments is being pushed to Squeak 4.5, so it
> | > | | | > should
> | > | | | > be
> | > | | | > removed
> | > | | | > from 4.4 shortly.
> | > | | | >
> | > | | | > During the development period for 4.5, Environments will
> | > | | | > implement
> | > | | | > #removeKey:ifAbsent:, but eventually that will be
> | > | | | > deprecated in
> | > | | | > favour of
> | > | | | > #undeclare: or something similar.
> | > | | |
> | > | | | For the nonce, how about we implement #removeKey:ifAbsent:
> | > | | | (see
> | > | | | Inbox), so we can at least unblock Dale?
> | > | | |
> | > | | | We do need to remove Environments, but Dale's work
> | > | | | contributes to
> | > | | | ensuring/checking 4.4's stability.
> | > | | |
> | > | | | frank
> | > | | |
> | > | | | > Colin
> | > | | | >
> | > | | | >
> | > | | | >
> | > | | | >
> | > | | |
> | > | | |
> | > | |
> | > | |
> | > |
> | > |
> | >
> |
> |
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
Frank,

For the automated builds, I want to use the latestAvailable download as my test bed, because that's  the scenario I want to test:

  - download image
  - execute Metacello

I have ensured that with the patch Metacello runs against Squeak4.4 so I can wait until the patch gets processed and then turn on my automated builds....

Dale

----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Monday, August 6, 2012 12:29:25 AM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 6 August 2012 05:43, Dale Henrichs <[hidden email]> wrote:
| > Frank,
| >
| > FYI: It appears that the Squeak4.4 available from Jenkins does not
| > have the patched Environment loaded ... so travis ci builds
| > fail...
| >
| > Let me know when the patch is integrated and I'll turn the travis
| > ci builds back on ...
|
| Hi Dale,
|
| The necessary change - Environments-fbs.5 - is sitting in the Inbox
| waiting for review. If it helps, you could always cherry-pick that?
|
| frank
|
| > Dale
| >
| > ----- Original Message -----
| > | From: "Frank Shearar" <[hidden email]>
| > | To: "The general-purpose Squeak developers list"
| > | <[hidden email]>
| > | Sent: Sunday, August 5, 2012 11:07:20 AM
| > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > |
| > | On 4 August 2012 20:00, Dale Henrichs <[hidden email]>
| > | wrote:
| > | > Okay,
| > | >
| > | > Using Frank's 4.4 trunk (update 12154) you can load
| > | > Metacello-Base-dkh.98 from
| > | > http://seaside.gemstone.com/ss/metacello and then use the
| > | > Metacello Preview scripting API[1].
| > |
| > | Hi Dale,
| > |
| > | Now that the infrastructure seems to be settling down, it looks
| > | like
| > | a
| > | good source for an up-to-date trunk image is
| > | http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
| > |
| > | > As reported earlier, there are still some test failures in
| > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests
| > | > and
| > | > not the functional code base, so I'd say you can include
| > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
| > | >
| > | > To load the basic Metacello functionality, you can use the
| > | > Scripting API to load another configuration or execute the
| > | > following:
| > | >
| > | >   Metacello new
| > | >     configuration: 'MetacelloPreview';
| > | >     version: #stable;
| > | >     gemsource: 'metacello';
| > | >     load: 'batch'.
| > | >
| > | > \to load the tests, exedute:
| > | >
| > | >   Metacello new
| > | >     configuration: 'MetacelloPreview';
| > | >     version: #stable;
| > | >     gemsource: 'metacello';
| > | >     load: 'TravisCI'.
| > |
| > | Just to get things completely clear in my head, these are
| > | instructions
| > | for Metacello users post-inclusion, right? They're not actions
| > | that
| > | we
| > | need to follow other than pushing Metacello-Base into the trunk,
| > | right?
| > |
| > | frank
| > |
| > | > I'll release 1.0-beta.32.3 in a week or so, but I'll just
| > | > update
| > | > the #stable definition, so the above expressions should be used
| > | > to
| > | > guarantee that you're picking up the latest release...
| > | >
| > | > Dale
| > | >
| > | > [1]
| > | > https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
| > | >
| > | > ----- Original Message -----
| > | > | From: "Dale Henrichs" <[hidden email]>
| > | > | To: "The general-purpose Squeak developers list"
| > | > | <[hidden email]>
| > | > | Sent: Friday, August 3, 2012 4:19:58 PM
| > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | > |
| > | > | After the patch, a reasonable number of test issues:
| > | > |
| > | > |   695 run, 691 passes, 0 expected failures, 2 failures, 2
| > | > |   errors,
| > | > |   0
| > | > |   unexpected passes
| > | > |
| > | > | Dale
| > | > |
| > | > | ----- Original Message -----
| > | > | | From: "Dale Henrichs" <[hidden email]>
| > | > | | To: "The general-purpose Squeak developers list"
| > | > | | <[hidden email]>
| > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
| > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | > | |
| > | > | | Sounds fair to me ... I'll patch my current in place and
| > | > | | kick
| > | > | | off
| > | > | | the
| > | > | | tests again ...
| > | > | |
| > | > | | Thanks guys,
| > | > | |
| > | > | | Dale
| > | > | |
| > | > | | ----- Original Message -----
| > | > | | | From: "Frank Shearar" <[hidden email]>
| > | > | | | To: "The general-purpose Squeak developers list"
| > | > | | | <[hidden email]>
| > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
| > | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | > | | |
| > | > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
| > | > | | | wrote:
| > | > | | | >
| > | > | | | >
| > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| > | > | | | > <[hidden email]>
| > | > | | | > wrote:
| > | > | | | >>
| > | > | | | >> Frank,
| > | > | | | >>
| > | > | | | >> The Metacello tests add/remove global variables
| > | > | | | >> to/from
| > | > | | | >> Smalltalk
| > | > | | | >> and it
| > | > | | | >> looks like Environment does not implement
| > | > | | | >> #removeKey:ifAbsent:,
| > | > | | | >> so
| > | > | | | >> I've got
| > | > | | | >> some 400 test failures because I can't remove a global
| > | > | | | >> from
| > | > | | | >> Smalltalk ...
| > | > | | | >>
| > | > | | | >> I can hack this for the time being but I'm curious
| > | > | | | >> what
| > | > | | | >> the
| > | > | | | >> longer
| > | > | | | >> term
| > | > | | | >> plan will be with regards to removing global variables
| > | > | | | >> from
| > | > | | | >> Smalltalk or
| > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
| > | > | | | >> inadvertent
| > | > | | | >> ...
| > | > | | | >>
| > | > | | | >> BTW, I'm using update 12154 ...
| > | > | | | >
| > | > | | | >
| > | > | | | > First, Environments is being pushed to Squeak 4.5, so
| > | > | | | > it
| > | > | | | > should
| > | > | | | > be
| > | > | | | > removed
| > | > | | | > from 4.4 shortly.
| > | > | | | >
| > | > | | | > During the development period for 4.5, Environments
| > | > | | | > will
| > | > | | | > implement
| > | > | | | > #removeKey:ifAbsent:, but eventually that will be
| > | > | | | > deprecated in
| > | > | | | > favour of
| > | > | | | > #undeclare: or something similar.
| > | > | | |
| > | > | | | For the nonce, how about we implement
| > | > | | | #removeKey:ifAbsent:
| > | > | | | (see
| > | > | | | Inbox), so we can at least unblock Dale?
| > | > | | |
| > | > | | | We do need to remove Environments, but Dale's work
| > | > | | | contributes to
| > | > | | | ensuring/checking 4.4's stability.
| > | > | | |
| > | > | | | frank
| > | > | | |
| > | > | | | > Colin
| > | > | | | >
| > | > | | | >
| > | > | | | >
| > | > | | | >
| > | > | | |
| > | > | | |
| > | > | |
| > | > | |
| > | > |
| > | > |
| > | >
| > |
| > |
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Frank Shearar-3
On 6 August 2012 16:17, Dale Henrichs <[hidden email]> wrote:
> Frank,
>
> For the automated builds, I want to use the latestAvailable download as my test bed, because that's  the scenario I want to test:
>
>   - download image
>   - execute Metacello
>
> I have ensured that with the patch Metacello runs against Squeak4.4 so I can wait until the patch gets processed and then turn on my automated builds....

I've kind've lost track of what more we need to do, Dale. Shall we
shake out the builderCI failure first before dropping Metacello-Base
into 4.4, or do you think they're unrelated issues?

frank

> Dale
>
> ----- Original Message -----
> | From: "Frank Shearar" <[hidden email]>
> | To: "The general-purpose Squeak developers list" <[hidden email]>
> | Sent: Monday, August 6, 2012 12:29:25 AM
> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> |
> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]> wrote:
> | > Frank,
> | >
> | > FYI: It appears that the Squeak4.4 available from Jenkins does not
> | > have the patched Environment loaded ... so travis ci builds
> | > fail...
> | >
> | > Let me know when the patch is integrated and I'll turn the travis
> | > ci builds back on ...
> |
> | Hi Dale,
> |
> | The necessary change - Environments-fbs.5 - is sitting in the Inbox
> | waiting for review. If it helps, you could always cherry-pick that?
> |
> | frank
> |
> | > Dale
> | >
> | > ----- Original Message -----
> | > | From: "Frank Shearar" <[hidden email]>
> | > | To: "The general-purpose Squeak developers list"
> | > | <[hidden email]>
> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > |
> | > | On 4 August 2012 20:00, Dale Henrichs <[hidden email]>
> | > | wrote:
> | > | > Okay,
> | > | >
> | > | > Using Frank's 4.4 trunk (update 12154) you can load
> | > | > Metacello-Base-dkh.98 from
> | > | > http://seaside.gemstone.com/ss/metacello and then use the
> | > | > Metacello Preview scripting API[1].
> | > |
> | > | Hi Dale,
> | > |
> | > | Now that the infrastructure seems to be settling down, it looks
> | > | like
> | > | a
> | > | good source for an up-to-date trunk image is
> | > | http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
> | > |
> | > | > As reported earlier, there are still some test failures in
> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests
> | > | > and
> | > | > not the functional code base, so I'd say you can include
> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
> | > | >
> | > | > To load the basic Metacello functionality, you can use the
> | > | > Scripting API to load another configuration or execute the
> | > | > following:
> | > | >
> | > | >   Metacello new
> | > | >     configuration: 'MetacelloPreview';
> | > | >     version: #stable;
> | > | >     gemsource: 'metacello';
> | > | >     load: 'batch'.
> | > | >
> | > | > \to load the tests, exedute:
> | > | >
> | > | >   Metacello new
> | > | >     configuration: 'MetacelloPreview';
> | > | >     version: #stable;
> | > | >     gemsource: 'metacello';
> | > | >     load: 'TravisCI'.
> | > |
> | > | Just to get things completely clear in my head, these are
> | > | instructions
> | > | for Metacello users post-inclusion, right? They're not actions
> | > | that
> | > | we
> | > | need to follow other than pushing Metacello-Base into the trunk,
> | > | right?
> | > |
> | > | frank
> | > |
> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll just
> | > | > update
> | > | > the #stable definition, so the above expressions should be used
> | > | > to
> | > | > guarantee that you're picking up the latest release...
> | > | >
> | > | > Dale
> | > | >
> | > | > [1]
> | > | > https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
> | > | >
> | > | > ----- Original Message -----
> | > | > | From: "Dale Henrichs" <[hidden email]>
> | > | > | To: "The general-purpose Squeak developers list"
> | > | > | <[hidden email]>
> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | > |
> | > | > | After the patch, a reasonable number of test issues:
> | > | > |
> | > | > |   695 run, 691 passes, 0 expected failures, 2 failures, 2
> | > | > |   errors,
> | > | > |   0
> | > | > |   unexpected passes
> | > | > |
> | > | > | Dale
> | > | > |
> | > | > | ----- Original Message -----
> | > | > | | From: "Dale Henrichs" <[hidden email]>
> | > | > | | To: "The general-purpose Squeak developers list"
> | > | > | | <[hidden email]>
> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | > | |
> | > | > | | Sounds fair to me ... I'll patch my current in place and
> | > | > | | kick
> | > | > | | off
> | > | > | | the
> | > | > | | tests again ...
> | > | > | |
> | > | > | | Thanks guys,
> | > | > | |
> | > | > | | Dale
> | > | > | |
> | > | > | | ----- Original Message -----
> | > | > | | | From: "Frank Shearar" <[hidden email]>
> | > | > | | | To: "The general-purpose Squeak developers list"
> | > | > | | | <[hidden email]>
> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
> | > | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | > | | |
> | > | > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
> | > | > | | | wrote:
> | > | > | | | >
> | > | > | | | >
> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
> | > | > | | | > <[hidden email]>
> | > | > | | | > wrote:
> | > | > | | | >>
> | > | > | | | >> Frank,
> | > | > | | | >>
> | > | > | | | >> The Metacello tests add/remove global variables
> | > | > | | | >> to/from
> | > | > | | | >> Smalltalk
> | > | > | | | >> and it
> | > | > | | | >> looks like Environment does not implement
> | > | > | | | >> #removeKey:ifAbsent:,
> | > | > | | | >> so
> | > | > | | | >> I've got
> | > | > | | | >> some 400 test failures because I can't remove a global
> | > | > | | | >> from
> | > | > | | | >> Smalltalk ...
> | > | > | | | >>
> | > | > | | | >> I can hack this for the time being but I'm curious
> | > | > | | | >> what
> | > | > | | | >> the
> | > | > | | | >> longer
> | > | > | | | >> term
> | > | > | | | >> plan will be with regards to removing global variables
> | > | > | | | >> from
> | > | > | | | >> Smalltalk or
> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
> | > | > | | | >> inadvertent
> | > | > | | | >> ...
> | > | > | | | >>
> | > | > | | | >> BTW, I'm using update 12154 ...
> | > | > | | | >
> | > | > | | | >
> | > | > | | | > First, Environments is being pushed to Squeak 4.5, so
> | > | > | | | > it
> | > | > | | | > should
> | > | > | | | > be
> | > | > | | | > removed
> | > | > | | | > from 4.4 shortly.
> | > | > | | | >
> | > | > | | | > During the development period for 4.5, Environments
> | > | > | | | > will
> | > | > | | | > implement
> | > | > | | | > #removeKey:ifAbsent:, but eventually that will be
> | > | > | | | > deprecated in
> | > | > | | | > favour of
> | > | > | | | > #undeclare: or something similar.
> | > | > | | |
> | > | > | | | For the nonce, how about we implement
> | > | > | | | #removeKey:ifAbsent:
> | > | > | | | (see
> | > | > | | | Inbox), so we can at least unblock Dale?
> | > | > | | |
> | > | > | | | We do need to remove Environments, but Dale's work
> | > | > | | | contributes to
> | > | > | | | ensuring/checking 4.4's stability.
> | > | > | | |
> | > | > | | | frank
> | > | > | | |
> | > | > | | | > Colin
> | > | > | | | >
> | > | > | | | >
> | > | > | | | >
> | > | > | | | >
> | > | > | | |
> | > | > | | |
> | > | > | |
> | > | > | |
> | > | > |
> | > | > |
> | > | >
> | > |
> | > |
> | >
> |
> |
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Hannes Hirzel
On 8/23/12, Frank Shearar <[hidden email]> wrote:

> On 6 August 2012 16:17, Dale Henrichs <[hidden email]> wrote:
>> Frank,
>>
>> For the automated builds, I want to use the latestAvailable download as my
>> test bed, because that's  the scenario I want to test:
>>
>>   - download image
>>   - execute Metacello
>>
>> I have ensured that with the patch Metacello runs against Squeak4.4 so I
>> can wait until the patch gets processed and then turn on my automated
>> builds....
>
> I've kind've lost track of what more we need to do, Dale. Shall we
> shake out the builderCI failure first before dropping Metacello-Base
> into 4.4, or do you think they're unrelated issues?
>
> frank

Any news about including Metacello for 4.4?

--Hannes


>>
>> ----- Original Message -----
>> | From: "Frank Shearar" <[hidden email]>
>> | To: "The general-purpose Squeak developers list"
>> <[hidden email]>
>> | Sent: Monday, August 6, 2012 12:29:25 AM
>> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
>> |
>> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]> wrote:
>> | > Frank,
>> | >
>> | > FYI: It appears that the Squeak4.4 available from Jenkins does not
>> | > have the patched Environment loaded ... so travis ci builds
>> | > fail...
>> | >
>> | > Let me know when the patch is integrated and I'll turn the travis
>> | > ci builds back on ...
>> |
>> | Hi Dale,
>> |
>> | The necessary change - Environments-fbs.5 - is sitting in the Inbox
>> | waiting for review. If it helps, you could always cherry-pick that?
>> |
>> | frank
>> |
>> | > Dale
>> | >
>> | > ----- Original Message -----
>> | > | From: "Frank Shearar" <[hidden email]>
>> | > | To: "The general-purpose Squeak developers list"
>> | > | <[hidden email]>
>> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
>> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
>> | > |
>> | > | On 4 August 2012 20:00, Dale Henrichs <[hidden email]>
>> | > | wrote:
>> | > | > Okay,
>> | > | >
>> | > | > Using Frank's 4.4 trunk (update 12154) you can load
>> | > | > Metacello-Base-dkh.98 from
>> | > | > http://seaside.gemstone.com/ss/metacello and then use the
>> | > | > Metacello Preview scripting API[1].
>> | > |
>> | > | Hi Dale,
>> | > |
>> | > | Now that the infrastructure seems to be settling down, it looks
>> | > | like
>> | > | a
>> | > | good source for an up-to-date trunk image is
>> | > |
>> http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
>> | > |
>> | > | > As reported earlier, there are still some test failures in
>> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the tests
>> | > | > and
>> | > | > not the functional code base, so I'd say you can include
>> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
>> | > | >
>> | > | > To load the basic Metacello functionality, you can use the
>> | > | > Scripting API to load another configuration or execute the
>> | > | > following:
>> | > | >
>> | > | >   Metacello new
>> | > | >     configuration: 'MetacelloPreview';
>> | > | >     version: #stable;
>> | > | >     gemsource: 'metacello';
>> | > | >     load: 'batch'.
>> | > | >
>> | > | > \to load the tests, exedute:
>> | > | >
>> | > | >   Metacello new
>> | > | >     configuration: 'MetacelloPreview';
>> | > | >     version: #stable;
>> | > | >     gemsource: 'metacello';
>> | > | >     load: 'TravisCI'.
>> | > |
>> | > | Just to get things completely clear in my head, these are
>> | > | instructions
>> | > | for Metacello users post-inclusion, right? They're not actions
>> | > | that
>> | > | we
>> | > | need to follow other than pushing Metacello-Base into the trunk,
>> | > | right?
>> | > |
>> | > | frank
>> | > |
>> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll just
>> | > | > update
>> | > | > the #stable definition, so the above expressions should be used
>> | > | > to
>> | > | > guarantee that you're picking up the latest release...
>> | > | >
>> | > | > Dale
>> | > | >
>> | > | > [1]
>> | > | >
>> https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
>> | > | >
>> | > | > ----- Original Message -----
>> | > | > | From: "Dale Henrichs" <[hidden email]>
>> | > | > | To: "The general-purpose Squeak developers list"
>> | > | > | <[hidden email]>
>> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
>> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
>> | > | > |
>> | > | > | After the patch, a reasonable number of test issues:
>> | > | > |
>> | > | > |   695 run, 691 passes, 0 expected failures, 2 failures, 2
>> | > | > |   errors,
>> | > | > |   0
>> | > | > |   unexpected passes
>> | > | > |
>> | > | > | Dale
>> | > | > |
>> | > | > | ----- Original Message -----
>> | > | > | | From: "Dale Henrichs" <[hidden email]>
>> | > | > | | To: "The general-purpose Squeak developers list"
>> | > | > | | <[hidden email]>
>> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
>> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
>> | > | > | |
>> | > | > | | Sounds fair to me ... I'll patch my current in place and
>> | > | > | | kick
>> | > | > | | off
>> | > | > | | the
>> | > | > | | tests again ...
>> | > | > | |
>> | > | > | | Thanks guys,
>> | > | > | |
>> | > | > | | Dale
>> | > | > | |
>> | > | > | | ----- Original Message -----
>> | > | > | | | From: "Frank Shearar" <[hidden email]>
>> | > | > | | | To: "The general-purpose Squeak developers list"
>> | > | > | | | <[hidden email]>
>> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
>> | > | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
>> | > | > | | |
>> | > | > | | | On 3 August 2012 21:17, Colin Putney <[hidden email]>
>> | > | > | | | wrote:
>> | > | > | | | >
>> | > | > | | | >
>> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
>> | > | > | | | > <[hidden email]>
>> | > | > | | | > wrote:
>> | > | > | | | >>
>> | > | > | | | >> Frank,
>> | > | > | | | >>
>> | > | > | | | >> The Metacello tests add/remove global variables
>> | > | > | | | >> to/from
>> | > | > | | | >> Smalltalk
>> | > | > | | | >> and it
>> | > | > | | | >> looks like Environment does not implement
>> | > | > | | | >> #removeKey:ifAbsent:,
>> | > | > | | | >> so
>> | > | > | | | >> I've got
>> | > | > | | | >> some 400 test failures because I can't remove a global
>> | > | > | | | >> from
>> | > | > | | | >> Smalltalk ...
>> | > | > | | | >>
>> | > | > | | | >> I can hack this for the time being but I'm curious
>> | > | > | | | >> what
>> | > | > | | | >> the
>> | > | > | | | >> longer
>> | > | > | | | >> term
>> | > | > | | | >> plan will be with regards to removing global variables
>> | > | > | | | >> from
>> | > | > | | | >> Smalltalk or
>> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
>> | > | > | | | >> inadvertent
>> | > | > | | | >> ...
>> | > | > | | | >>
>> | > | > | | | >> BTW, I'm using update 12154 ...
>> | > | > | | | >
>> | > | > | | | >
>> | > | > | | | > First, Environments is being pushed to Squeak 4.5, so
>> | > | > | | | > it
>> | > | > | | | > should
>> | > | > | | | > be
>> | > | > | | | > removed
>> | > | > | | | > from 4.4 shortly.
>> | > | > | | | >
>> | > | > | | | > During the development period for 4.5, Environments
>> | > | > | | | > will
>> | > | > | | | > implement
>> | > | > | | | > #removeKey:ifAbsent:, but eventually that will be
>> | > | > | | | > deprecated in
>> | > | > | | | > favour of
>> | > | > | | | > #undeclare: or something similar.
>> | > | > | | |
>> | > | > | | | For the nonce, how about we implement
>> | > | > | | | #removeKey:ifAbsent:
>> | > | > | | | (see
>> | > | > | | | Inbox), so we can at least unblock Dale?
>> | > | > | | |
>> | > | > | | | We do need to remove Environments, but Dale's work
>> | > | > | | | contributes to
>> | > | > | | | ensuring/checking 4.4's stability.
>> | > | > | | |
>> | > | > | | | frank
>> | > | > | | |
>> | > | > | | | > Colin
>> | > | > | | | >
>> | > | > | | | >
>> | > | > | | | >
>> | > | > | | | >
>> | > | > | | |
>> | > | > | | |
>> | > | > | |
>> | > | > | |
>> | > | > |
>> | > | > |
>> | > | >
>> | > |
>> | > |
>> | >
>> |
>> |
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
>From my perspective I don't think that the Metacello Preview has seen enough external usage for me to feel comfortable releasing it right now ... I am waiting for feedback from real users of the scripting api ... there are a handful of people using the api, so that's a good sign.

I will feel better when someone reports a nasty bug or complains about one of the features then I will feel that it has gotten some real usage and is ready to go out the door:)

I also want to improve the bootstrap scheme which directly affects the Metacello-Base package...

With all of that said, I am constantly testing the bootstrap code in both pharo and squeak, so I'm not worried as much about bugs and stability as I am that I will decide to change the scripting api based on feedback.

Dale

----- Original Message -----
| From: "H. Hirzel" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Thursday, September 6, 2012 3:55:20 AM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 8/23/12, Frank Shearar <[hidden email]> wrote:
| > On 6 August 2012 16:17, Dale Henrichs <[hidden email]> wrote:
| >> Frank,
| >>
| >> For the automated builds, I want to use the latestAvailable
| >> download as my
| >> test bed, because that's  the scenario I want to test:
| >>
| >>   - download image
| >>   - execute Metacello
| >>
| >> I have ensured that with the patch Metacello runs against
| >> Squeak4.4 so I
| >> can wait until the patch gets processed and then turn on my
| >> automated
| >> builds....
| >
| > I've kind've lost track of what more we need to do, Dale. Shall we
| > shake out the builderCI failure first before dropping
| > Metacello-Base
| > into 4.4, or do you think they're unrelated issues?
| >
| > frank
|
| Any news about including Metacello for 4.4?
|
| --Hannes
|
|
| >>
| >> ----- Original Message -----
| >> | From: "Frank Shearar" <[hidden email]>
| >> | To: "The general-purpose Squeak developers list"
| >> <[hidden email]>
| >> | Sent: Monday, August 6, 2012 12:29:25 AM
| >> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| >> |
| >> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]>
| >> | wrote:
| >> | > Frank,
| >> | >
| >> | > FYI: It appears that the Squeak4.4 available from Jenkins does
| >> | > not
| >> | > have the patched Environment loaded ... so travis ci builds
| >> | > fail...
| >> | >
| >> | > Let me know when the patch is integrated and I'll turn the
| >> | > travis
| >> | > ci builds back on ...
| >> |
| >> | Hi Dale,
| >> |
| >> | The necessary change - Environments-fbs.5 - is sitting in the
| >> | Inbox
| >> | waiting for review. If it helps, you could always cherry-pick
| >> | that?
| >> |
| >> | frank
| >> |
| >> | > Dale
| >> | >
| >> | > ----- Original Message -----
| >> | > | From: "Frank Shearar" <[hidden email]>
| >> | > | To: "The general-purpose Squeak developers list"
| >> | > | <[hidden email]>
| >> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
| >> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| >> | > |
| >> | > | On 4 August 2012 20:00, Dale Henrichs <[hidden email]>
| >> | > | wrote:
| >> | > | > Okay,
| >> | > | >
| >> | > | > Using Frank's 4.4 trunk (update 12154) you can load
| >> | > | > Metacello-Base-dkh.98 from
| >> | > | > http://seaside.gemstone.com/ss/metacello and then use the
| >> | > | > Metacello Preview scripting API[1].
| >> | > |
| >> | > | Hi Dale,
| >> | > |
| >> | > | Now that the infrastructure seems to be settling down, it
| >> | > | looks
| >> | > | like
| >> | > | a
| >> | > | good source for an up-to-date trunk image is
| >> | > |
| >> http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
| >> | > |
| >> | > | > As reported earlier, there are still some test failures in
| >> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the
| >> | > | > tests
| >> | > | > and
| >> | > | > not the functional code base, so I'd say you can include
| >> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
| >> | > | >
| >> | > | > To load the basic Metacello functionality, you can use the
| >> | > | > Scripting API to load another configuration or execute the
| >> | > | > following:
| >> | > | >
| >> | > | >   Metacello new
| >> | > | >     configuration: 'MetacelloPreview';
| >> | > | >     version: #stable;
| >> | > | >     gemsource: 'metacello';
| >> | > | >     load: 'batch'.
| >> | > | >
| >> | > | > \to load the tests, exedute:
| >> | > | >
| >> | > | >   Metacello new
| >> | > | >     configuration: 'MetacelloPreview';
| >> | > | >     version: #stable;
| >> | > | >     gemsource: 'metacello';
| >> | > | >     load: 'TravisCI'.
| >> | > |
| >> | > | Just to get things completely clear in my head, these are
| >> | > | instructions
| >> | > | for Metacello users post-inclusion, right? They're not
| >> | > | actions
| >> | > | that
| >> | > | we
| >> | > | need to follow other than pushing Metacello-Base into the
| >> | > | trunk,
| >> | > | right?
| >> | > |
| >> | > | frank
| >> | > |
| >> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll just
| >> | > | > update
| >> | > | > the #stable definition, so the above expressions should be
| >> | > | > used
| >> | > | > to
| >> | > | > guarantee that you're picking up the latest release...
| >> | > | >
| >> | > | > Dale
| >> | > | >
| >> | > | > [1]
| >> | > | >
| >> https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
| >> | > | >
| >> | > | > ----- Original Message -----
| >> | > | > | From: "Dale Henrichs" <[hidden email]>
| >> | > | > | To: "The general-purpose Squeak developers list"
| >> | > | > | <[hidden email]>
| >> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
| >> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| >> | > | > |
| >> | > | > | After the patch, a reasonable number of test issues:
| >> | > | > |
| >> | > | > |   695 run, 691 passes, 0 expected failures, 2 failures,
| >> | > | > |   2
| >> | > | > |   errors,
| >> | > | > |   0
| >> | > | > |   unexpected passes
| >> | > | > |
| >> | > | > | Dale
| >> | > | > |
| >> | > | > | ----- Original Message -----
| >> | > | > | | From: "Dale Henrichs" <[hidden email]>
| >> | > | > | | To: "The general-purpose Squeak developers list"
| >> | > | > | | <[hidden email]>
| >> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
| >> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| >> | > | > | |
| >> | > | > | | Sounds fair to me ... I'll patch my current in place
| >> | > | > | | and
| >> | > | > | | kick
| >> | > | > | | off
| >> | > | > | | the
| >> | > | > | | tests again ...
| >> | > | > | |
| >> | > | > | | Thanks guys,
| >> | > | > | |
| >> | > | > | | Dale
| >> | > | > | |
| >> | > | > | | ----- Original Message -----
| >> | > | > | | | From: "Frank Shearar" <[hidden email]>
| >> | > | > | | | To: "The general-purpose Squeak developers list"
| >> | > | > | | | <[hidden email]>
| >> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
| >> | > | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| >> | > | > | | |
| >> | > | > | | | On 3 August 2012 21:17, Colin Putney
| >> | > | > | | | <[hidden email]>
| >> | > | > | | | wrote:
| >> | > | > | | | >
| >> | > | > | | | >
| >> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| >> | > | > | | | > <[hidden email]>
| >> | > | > | | | > wrote:
| >> | > | > | | | >>
| >> | > | > | | | >> Frank,
| >> | > | > | | | >>
| >> | > | > | | | >> The Metacello tests add/remove global variables
| >> | > | > | | | >> to/from
| >> | > | > | | | >> Smalltalk
| >> | > | > | | | >> and it
| >> | > | > | | | >> looks like Environment does not implement
| >> | > | > | | | >> #removeKey:ifAbsent:,
| >> | > | > | | | >> so
| >> | > | > | | | >> I've got
| >> | > | > | | | >> some 400 test failures because I can't remove a
| >> | > | > | | | >> global
| >> | > | > | | | >> from
| >> | > | > | | | >> Smalltalk ...
| >> | > | > | | | >>
| >> | > | > | | | >> I can hack this for the time being but I'm
| >> | > | > | | | >> curious
| >> | > | > | | | >> what
| >> | > | > | | | >> the
| >> | > | > | | | >> longer
| >> | > | > | | | >> term
| >> | > | > | | | >> plan will be with regards to removing global
| >> | > | > | | | >> variables
| >> | > | > | | | >> from
| >> | > | > | | | >> Smalltalk or
| >> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
| >> | > | > | | | >> inadvertent
| >> | > | > | | | >> ...
| >> | > | > | | | >>
| >> | > | > | | | >> BTW, I'm using update 12154 ...
| >> | > | > | | | >
| >> | > | > | | | >
| >> | > | > | | | > First, Environments is being pushed to Squeak 4.5,
| >> | > | > | | | > so
| >> | > | > | | | > it
| >> | > | > | | | > should
| >> | > | > | | | > be
| >> | > | > | | | > removed
| >> | > | > | | | > from 4.4 shortly.
| >> | > | > | | | >
| >> | > | > | | | > During the development period for 4.5,
| >> | > | > | | | > Environments
| >> | > | > | | | > will
| >> | > | > | | | > implement
| >> | > | > | | | > #removeKey:ifAbsent:, but eventually that will be
| >> | > | > | | | > deprecated in
| >> | > | > | | | > favour of
| >> | > | > | | | > #undeclare: or something similar.
| >> | > | > | | |
| >> | > | > | | | For the nonce, how about we implement
| >> | > | > | | | #removeKey:ifAbsent:
| >> | > | > | | | (see
| >> | > | > | | | Inbox), so we can at least unblock Dale?
| >> | > | > | | |
| >> | > | > | | | We do need to remove Environments, but Dale's work
| >> | > | > | | | contributes to
| >> | > | > | | | ensuring/checking 4.4's stability.
| >> | > | > | | |
| >> | > | > | | | frank
| >> | > | > | | |
| >> | > | > | | | > Colin
| >> | > | > | | | >
| >> | > | > | | | >
| >> | > | > | | | >
| >> | > | > | | | >
| >> | > | > | | |
| >> | > | > | | |
| >> | > | > | |
| >> | > | > | |
| >> | > | > |
| >> | > | > |
| >> | > | >
| >> | > |
| >> | > |
| >> | >
| >> |
| >> |
| >>
| >
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Frank Shearar-3
On 7 September 2012 14:25, Dale Henrichs <[hidden email]> wrote:
> >From my perspective I don't think that the Metacello Preview has seen enough external usage for me to feel comfortable releasing it right now ... I am waiting for feedback from real users of the scripting api ... there are a handful of people using the api, so that's a good sign.
>
> I will feel better when someone reports a nasty bug or complains about one of the features then I will feel that it has gotten some real usage and is ready to go out the door:)
>
> I also want to improve the bootstrap scheme which directly affects the Metacello-Base package...
>
> With all of that said, I am constantly testing the bootstrap code in both pharo and squeak, so I'm not worried as much about bugs and stability as I am that I will decide to change the scripting api based on feedback.

Dale, is this still your position? You'd rather not put the preview
into the Squeak 4.4 release? It seems like it's not a critical thing
to do, given that you and I have github/travis builds building against
Squeak 4.4 (and 4.3) right now, so maybe it's not worth adding it (at
the very last minute) to 4.4 Agreed?

Then if you do change your mind or get feedback or whatever, we can
put a seed Metacello in 4.5 early in the release cycle.

frank

> Dale
>
> ----- Original Message -----
> | From: "H. Hirzel" <[hidden email]>
> | To: "The general-purpose Squeak developers list" <[hidden email]>
> | Sent: Thursday, September 6, 2012 3:55:20 AM
> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> |
> | On 8/23/12, Frank Shearar <[hidden email]> wrote:
> | > On 6 August 2012 16:17, Dale Henrichs <[hidden email]> wrote:
> | >> Frank,
> | >>
> | >> For the automated builds, I want to use the latestAvailable
> | >> download as my
> | >> test bed, because that's  the scenario I want to test:
> | >>
> | >>   - download image
> | >>   - execute Metacello
> | >>
> | >> I have ensured that with the patch Metacello runs against
> | >> Squeak4.4 so I
> | >> can wait until the patch gets processed and then turn on my
> | >> automated
> | >> builds....
> | >
> | > I've kind've lost track of what more we need to do, Dale. Shall we
> | > shake out the builderCI failure first before dropping
> | > Metacello-Base
> | > into 4.4, or do you think they're unrelated issues?
> | >
> | > frank
> |
> | Any news about including Metacello for 4.4?
> |
> | --Hannes
> |
> |
> | >>
> | >> ----- Original Message -----
> | >> | From: "Frank Shearar" <[hidden email]>
> | >> | To: "The general-purpose Squeak developers list"
> | >> <[hidden email]>
> | >> | Sent: Monday, August 6, 2012 12:29:25 AM
> | >> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | >> |
> | >> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]>
> | >> | wrote:
> | >> | > Frank,
> | >> | >
> | >> | > FYI: It appears that the Squeak4.4 available from Jenkins does
> | >> | > not
> | >> | > have the patched Environment loaded ... so travis ci builds
> | >> | > fail...
> | >> | >
> | >> | > Let me know when the patch is integrated and I'll turn the
> | >> | > travis
> | >> | > ci builds back on ...
> | >> |
> | >> | Hi Dale,
> | >> |
> | >> | The necessary change - Environments-fbs.5 - is sitting in the
> | >> | Inbox
> | >> | waiting for review. If it helps, you could always cherry-pick
> | >> | that?
> | >> |
> | >> | frank
> | >> |
> | >> | > Dale
> | >> | >
> | >> | > ----- Original Message -----
> | >> | > | From: "Frank Shearar" <[hidden email]>
> | >> | > | To: "The general-purpose Squeak developers list"
> | >> | > | <[hidden email]>
> | >> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
> | >> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | >> | > |
> | >> | > | On 4 August 2012 20:00, Dale Henrichs <[hidden email]>
> | >> | > | wrote:
> | >> | > | > Okay,
> | >> | > | >
> | >> | > | > Using Frank's 4.4 trunk (update 12154) you can load
> | >> | > | > Metacello-Base-dkh.98 from
> | >> | > | > http://seaside.gemstone.com/ss/metacello and then use the
> | >> | > | > Metacello Preview scripting API[1].
> | >> | > |
> | >> | > | Hi Dale,
> | >> | > |
> | >> | > | Now that the infrastructure seems to be settling down, it
> | >> | > | looks
> | >> | > | like
> | >> | > | a
> | >> | > | good source for an up-to-date trunk image is
> | >> | > |
> | >> http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
> | >> | > |
> | >> | > | > As reported earlier, there are still some test failures in
> | >> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to the
> | >> | > | > tests
> | >> | > | > and
> | >> | > | > not the functional code base, so I'd say you can include
> | >> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
> | >> | > | >
> | >> | > | > To load the basic Metacello functionality, you can use the
> | >> | > | > Scripting API to load another configuration or execute the
> | >> | > | > following:
> | >> | > | >
> | >> | > | >   Metacello new
> | >> | > | >     configuration: 'MetacelloPreview';
> | >> | > | >     version: #stable;
> | >> | > | >     gemsource: 'metacello';
> | >> | > | >     load: 'batch'.
> | >> | > | >
> | >> | > | > \to load the tests, exedute:
> | >> | > | >
> | >> | > | >   Metacello new
> | >> | > | >     configuration: 'MetacelloPreview';
> | >> | > | >     version: #stable;
> | >> | > | >     gemsource: 'metacello';
> | >> | > | >     load: 'TravisCI'.
> | >> | > |
> | >> | > | Just to get things completely clear in my head, these are
> | >> | > | instructions
> | >> | > | for Metacello users post-inclusion, right? They're not
> | >> | > | actions
> | >> | > | that
> | >> | > | we
> | >> | > | need to follow other than pushing Metacello-Base into the
> | >> | > | trunk,
> | >> | > | right?
> | >> | > |
> | >> | > | frank
> | >> | > |
> | >> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll just
> | >> | > | > update
> | >> | > | > the #stable definition, so the above expressions should be
> | >> | > | > used
> | >> | > | > to
> | >> | > | > guarantee that you're picking up the latest release...
> | >> | > | >
> | >> | > | > Dale
> | >> | > | >
> | >> | > | > [1]
> | >> | > | >
> | >> https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
> | >> | > | >
> | >> | > | > ----- Original Message -----
> | >> | > | > | From: "Dale Henrichs" <[hidden email]>
> | >> | > | > | To: "The general-purpose Squeak developers list"
> | >> | > | > | <[hidden email]>
> | >> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
> | >> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | >> | > | > |
> | >> | > | > | After the patch, a reasonable number of test issues:
> | >> | > | > |
> | >> | > | > |   695 run, 691 passes, 0 expected failures, 2 failures,
> | >> | > | > |   2
> | >> | > | > |   errors,
> | >> | > | > |   0
> | >> | > | > |   unexpected passes
> | >> | > | > |
> | >> | > | > | Dale
> | >> | > | > |
> | >> | > | > | ----- Original Message -----
> | >> | > | > | | From: "Dale Henrichs" <[hidden email]>
> | >> | > | > | | To: "The general-purpose Squeak developers list"
> | >> | > | > | | <[hidden email]>
> | >> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
> | >> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | >> | > | > | |
> | >> | > | > | | Sounds fair to me ... I'll patch my current in place
> | >> | > | > | | and
> | >> | > | > | | kick
> | >> | > | > | | off
> | >> | > | > | | the
> | >> | > | > | | tests again ...
> | >> | > | > | |
> | >> | > | > | | Thanks guys,
> | >> | > | > | |
> | >> | > | > | | Dale
> | >> | > | > | |
> | >> | > | > | | ----- Original Message -----
> | >> | > | > | | | From: "Frank Shearar" <[hidden email]>
> | >> | > | > | | | To: "The general-purpose Squeak developers list"
> | >> | > | > | | | <[hidden email]>
> | >> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
> | >> | > | > | | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | >> | > | > | | |
> | >> | > | > | | | On 3 August 2012 21:17, Colin Putney
> | >> | > | > | | | <[hidden email]>
> | >> | > | > | | | wrote:
> | >> | > | > | | | >
> | >> | > | > | | | >
> | >> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
> | >> | > | > | | | > <[hidden email]>
> | >> | > | > | | | > wrote:
> | >> | > | > | | | >>
> | >> | > | > | | | >> Frank,
> | >> | > | > | | | >>
> | >> | > | > | | | >> The Metacello tests add/remove global variables
> | >> | > | > | | | >> to/from
> | >> | > | > | | | >> Smalltalk
> | >> | > | > | | | >> and it
> | >> | > | > | | | >> looks like Environment does not implement
> | >> | > | > | | | >> #removeKey:ifAbsent:,
> | >> | > | > | | | >> so
> | >> | > | > | | | >> I've got
> | >> | > | > | | | >> some 400 test failures because I can't remove a
> | >> | > | > | | | >> global
> | >> | > | > | | | >> from
> | >> | > | > | | | >> Smalltalk ...
> | >> | > | > | | | >>
> | >> | > | > | | | >> I can hack this for the time being but I'm
> | >> | > | > | | | >> curious
> | >> | > | > | | | >> what
> | >> | > | > | | | >> the
> | >> | > | > | | | >> longer
> | >> | > | > | | | >> term
> | >> | > | > | | | >> plan will be with regards to removing global
> | >> | > | > | | | >> variables
> | >> | > | > | | | >> from
> | >> | > | > | | | >> Smalltalk or
> | >> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
> | >> | > | > | | | >> inadvertent
> | >> | > | > | | | >> ...
> | >> | > | > | | | >>
> | >> | > | > | | | >> BTW, I'm using update 12154 ...
> | >> | > | > | | | >
> | >> | > | > | | | >
> | >> | > | > | | | > First, Environments is being pushed to Squeak 4.5,
> | >> | > | > | | | > so
> | >> | > | > | | | > it
> | >> | > | > | | | > should
> | >> | > | > | | | > be
> | >> | > | > | | | > removed
> | >> | > | > | | | > from 4.4 shortly.
> | >> | > | > | | | >
> | >> | > | > | | | > During the development period for 4.5,
> | >> | > | > | | | > Environments
> | >> | > | > | | | > will
> | >> | > | > | | | > implement
> | >> | > | > | | | > #removeKey:ifAbsent:, but eventually that will be
> | >> | > | > | | | > deprecated in
> | >> | > | > | | | > favour of
> | >> | > | > | | | > #undeclare: or something similar.
> | >> | > | > | | |
> | >> | > | > | | | For the nonce, how about we implement
> | >> | > | > | | | #removeKey:ifAbsent:
> | >> | > | > | | | (see
> | >> | > | > | | | Inbox), so we can at least unblock Dale?
> | >> | > | > | | |
> | >> | > | > | | | We do need to remove Environments, but Dale's work
> | >> | > | > | | | contributes to
> | >> | > | > | | | ensuring/checking 4.4's stability.
> | >> | > | > | | |
> | >> | > | > | | | frank
> | >> | > | > | | |
> | >> | > | > | | | > Colin
> | >> | > | > | | | >
> | >> | > | > | | | >
> | >> | > | > | | | >
> | >> | > | > | | | >
> | >> | > | > | | |
> | >> | > | > | | |
> | >> | > | > | |
> | >> | > | > | |
> | >> | > | > |
> | >> | > | > |
> | >> | > | >
> | >> | > |
> | >> | > |
> | >> | >
> | >> |
> | >> |
> | >>
> | >
> | >
> |
> |
>

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Dale Henrichs
Frank,

I want to wait a bit more on the new Metacello ... I haven't received enough feedback to give me comfort that I've got the api right ... putting in early in 4.5 will presumably give me enough feedback and enough time to do something about iany changes that need to be made...

Dale

----- Original Message -----
| From: "Frank Shearar" <[hidden email]>
| To: "The general-purpose Squeak developers list" <[hidden email]>
| Sent: Monday, October 29, 2012 6:20:58 AM
| Subject: Re: [squeak-dev] Metacello and Squeak4.4
|
| On 7 September 2012 14:25, Dale Henrichs <[hidden email]> wrote:
| > >From my perspective I don't think that the Metacello Preview has
| > >seen enough external usage for me to feel comfortable releasing
| > >it right now ... I am waiting for feedback from real users of the
| > >scripting api ... there are a handful of people using the api, so
| > >that's a good sign.
| >
| > I will feel better when someone reports a nasty bug or complains
| > about one of the features then I will feel that it has gotten some
| > real usage and is ready to go out the door:)
| >
| > I also want to improve the bootstrap scheme which directly affects
| > the Metacello-Base package...
| >
| > With all of that said, I am constantly testing the bootstrap code
| > in both pharo and squeak, so I'm not worried as much about bugs
| > and stability as I am that I will decide to change the scripting
| > api based on feedback.
|
| Dale, is this still your position? You'd rather not put the preview
| into the Squeak 4.4 release? It seems like it's not a critical thing
| to do, given that you and I have github/travis builds building
| against
| Squeak 4.4 (and 4.3) right now, so maybe it's not worth adding it (at
| the very last minute) to 4.4 Agreed?
|
| Then if you do change your mind or get feedback or whatever, we can
| put a seed Metacello in 4.5 early in the release cycle.
|
| frank
|
| > Dale
| >
| > ----- Original Message -----
| > | From: "H. Hirzel" <[hidden email]>
| > | To: "The general-purpose Squeak developers list"
| > | <[hidden email]>
| > | Sent: Thursday, September 6, 2012 3:55:20 AM
| > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > |
| > | On 8/23/12, Frank Shearar <[hidden email]> wrote:
| > | > On 6 August 2012 16:17, Dale Henrichs <[hidden email]>
| > | > wrote:
| > | >> Frank,
| > | >>
| > | >> For the automated builds, I want to use the latestAvailable
| > | >> download as my
| > | >> test bed, because that's  the scenario I want to test:
| > | >>
| > | >>   - download image
| > | >>   - execute Metacello
| > | >>
| > | >> I have ensured that with the patch Metacello runs against
| > | >> Squeak4.4 so I
| > | >> can wait until the patch gets processed and then turn on my
| > | >> automated
| > | >> builds....
| > | >
| > | > I've kind've lost track of what more we need to do, Dale. Shall
| > | > we
| > | > shake out the builderCI failure first before dropping
| > | > Metacello-Base
| > | > into 4.4, or do you think they're unrelated issues?
| > | >
| > | > frank
| > |
| > | Any news about including Metacello for 4.4?
| > |
| > | --Hannes
| > |
| > |
| > | >>
| > | >> ----- Original Message -----
| > | >> | From: "Frank Shearar" <[hidden email]>
| > | >> | To: "The general-purpose Squeak developers list"
| > | >> <[hidden email]>
| > | >> | Sent: Monday, August 6, 2012 12:29:25 AM
| > | >> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | >> |
| > | >> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]>
| > | >> | wrote:
| > | >> | > Frank,
| > | >> | >
| > | >> | > FYI: It appears that the Squeak4.4 available from Jenkins
| > | >> | > does
| > | >> | > not
| > | >> | > have the patched Environment loaded ... so travis ci
| > | >> | > builds
| > | >> | > fail...
| > | >> | >
| > | >> | > Let me know when the patch is integrated and I'll turn the
| > | >> | > travis
| > | >> | > ci builds back on ...
| > | >> |
| > | >> | Hi Dale,
| > | >> |
| > | >> | The necessary change - Environments-fbs.5 - is sitting in
| > | >> | the
| > | >> | Inbox
| > | >> | waiting for review. If it helps, you could always
| > | >> | cherry-pick
| > | >> | that?
| > | >> |
| > | >> | frank
| > | >> |
| > | >> | > Dale
| > | >> | >
| > | >> | > ----- Original Message -----
| > | >> | > | From: "Frank Shearar" <[hidden email]>
| > | >> | > | To: "The general-purpose Squeak developers list"
| > | >> | > | <[hidden email]>
| > | >> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
| > | >> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | >> | > |
| > | >> | > | On 4 August 2012 20:00, Dale Henrichs
| > | >> | > | <[hidden email]>
| > | >> | > | wrote:
| > | >> | > | > Okay,
| > | >> | > | >
| > | >> | > | > Using Frank's 4.4 trunk (update 12154) you can load
| > | >> | > | > Metacello-Base-dkh.98 from
| > | >> | > | > http://seaside.gemstone.com/ss/metacello and then use
| > | >> | > | > the
| > | >> | > | > Metacello Preview scripting API[1].
| > | >> | > |
| > | >> | > | Hi Dale,
| > | >> | > |
| > | >> | > | Now that the infrastructure seems to be settling down,
| > | >> | > | it
| > | >> | > | looks
| > | >> | > | like
| > | >> | > | a
| > | >> | > | good source for an up-to-date trunk image is
| > | >> | > |
| > | >> http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
| > | >> | > |
| > | >> | > | > As reported earlier, there are still some test
| > | >> | > | > failures in
| > | >> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to
| > | >> | > | > the
| > | >> | > | > tests
| > | >> | > | > and
| > | >> | > | > not the functional code base, so I'd say you can
| > | >> | > | > include
| > | >> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
| > | >> | > | >
| > | >> | > | > To load the basic Metacello functionality, you can use
| > | >> | > | > the
| > | >> | > | > Scripting API to load another configuration or execute
| > | >> | > | > the
| > | >> | > | > following:
| > | >> | > | >
| > | >> | > | >   Metacello new
| > | >> | > | >     configuration: 'MetacelloPreview';
| > | >> | > | >     version: #stable;
| > | >> | > | >     gemsource: 'metacello';
| > | >> | > | >     load: 'batch'.
| > | >> | > | >
| > | >> | > | > \to load the tests, exedute:
| > | >> | > | >
| > | >> | > | >   Metacello new
| > | >> | > | >     configuration: 'MetacelloPreview';
| > | >> | > | >     version: #stable;
| > | >> | > | >     gemsource: 'metacello';
| > | >> | > | >     load: 'TravisCI'.
| > | >> | > |
| > | >> | > | Just to get things completely clear in my head, these
| > | >> | > | are
| > | >> | > | instructions
| > | >> | > | for Metacello users post-inclusion, right? They're not
| > | >> | > | actions
| > | >> | > | that
| > | >> | > | we
| > | >> | > | need to follow other than pushing Metacello-Base into
| > | >> | > | the
| > | >> | > | trunk,
| > | >> | > | right?
| > | >> | > |
| > | >> | > | frank
| > | >> | > |
| > | >> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll
| > | >> | > | > just
| > | >> | > | > update
| > | >> | > | > the #stable definition, so the above expressions
| > | >> | > | > should be
| > | >> | > | > used
| > | >> | > | > to
| > | >> | > | > guarantee that you're picking up the latest release...
| > | >> | > | >
| > | >> | > | > Dale
| > | >> | > | >
| > | >> | > | > [1]
| > | >> | > | >
| > | >> https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
| > | >> | > | >
| > | >> | > | > ----- Original Message -----
| > | >> | > | > | From: "Dale Henrichs" <[hidden email]>
| > | >> | > | > | To: "The general-purpose Squeak developers list"
| > | >> | > | > | <[hidden email]>
| > | >> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
| > | >> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | >> | > | > |
| > | >> | > | > | After the patch, a reasonable number of test issues:
| > | >> | > | > |
| > | >> | > | > |   695 run, 691 passes, 0 expected failures, 2
| > | >> | > | > |   failures,
| > | >> | > | > |   2
| > | >> | > | > |   errors,
| > | >> | > | > |   0
| > | >> | > | > |   unexpected passes
| > | >> | > | > |
| > | >> | > | > | Dale
| > | >> | > | > |
| > | >> | > | > | ----- Original Message -----
| > | >> | > | > | | From: "Dale Henrichs" <[hidden email]>
| > | >> | > | > | | To: "The general-purpose Squeak developers list"
| > | >> | > | > | | <[hidden email]>
| > | >> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
| > | >> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
| > | >> | > | > | |
| > | >> | > | > | | Sounds fair to me ... I'll patch my current in
| > | >> | > | > | | place
| > | >> | > | > | | and
| > | >> | > | > | | kick
| > | >> | > | > | | off
| > | >> | > | > | | the
| > | >> | > | > | | tests again ...
| > | >> | > | > | |
| > | >> | > | > | | Thanks guys,
| > | >> | > | > | |
| > | >> | > | > | | Dale
| > | >> | > | > | |
| > | >> | > | > | | ----- Original Message -----
| > | >> | > | > | | | From: "Frank Shearar" <[hidden email]>
| > | >> | > | > | | | To: "The general-purpose Squeak developers list"
| > | >> | > | > | | | <[hidden email]>
| > | >> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
| > | >> | > | > | | | Subject: Re: [squeak-dev] Metacello and
| > | >> | > | > | | | Squeak4.4
| > | >> | > | > | | |
| > | >> | > | > | | | On 3 August 2012 21:17, Colin Putney
| > | >> | > | > | | | <[hidden email]>
| > | >> | > | > | | | wrote:
| > | >> | > | > | | | >
| > | >> | > | > | | | >
| > | >> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
| > | >> | > | > | | | > <[hidden email]>
| > | >> | > | > | | | > wrote:
| > | >> | > | > | | | >>
| > | >> | > | > | | | >> Frank,
| > | >> | > | > | | | >>
| > | >> | > | > | | | >> The Metacello tests add/remove global
| > | >> | > | > | | | >> variables
| > | >> | > | > | | | >> to/from
| > | >> | > | > | | | >> Smalltalk
| > | >> | > | > | | | >> and it
| > | >> | > | > | | | >> looks like Environment does not implement
| > | >> | > | > | | | >> #removeKey:ifAbsent:,
| > | >> | > | > | | | >> so
| > | >> | > | > | | | >> I've got
| > | >> | > | > | | | >> some 400 test failures because I can't remove
| > | >> | > | > | | | >> a
| > | >> | > | > | | | >> global
| > | >> | > | > | | | >> from
| > | >> | > | > | | | >> Smalltalk ...
| > | >> | > | > | | | >>
| > | >> | > | > | | | >> I can hack this for the time being but I'm
| > | >> | > | > | | | >> curious
| > | >> | > | > | | | >> what
| > | >> | > | > | | | >> the
| > | >> | > | > | | | >> longer
| > | >> | > | > | | | >> term
| > | >> | > | > | | | >> plan will be with regards to removing global
| > | >> | > | > | | | >> variables
| > | >> | > | > | | | >> from
| > | >> | > | > | | | >> Smalltalk or
| > | >> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
| > | >> | > | > | | | >> inadvertent
| > | >> | > | > | | | >> ...
| > | >> | > | > | | | >>
| > | >> | > | > | | | >> BTW, I'm using update 12154 ...
| > | >> | > | > | | | >
| > | >> | > | > | | | >
| > | >> | > | > | | | > First, Environments is being pushed to Squeak
| > | >> | > | > | | | > 4.5,
| > | >> | > | > | | | > so
| > | >> | > | > | | | > it
| > | >> | > | > | | | > should
| > | >> | > | > | | | > be
| > | >> | > | > | | | > removed
| > | >> | > | > | | | > from 4.4 shortly.
| > | >> | > | > | | | >
| > | >> | > | > | | | > During the development period for 4.5,
| > | >> | > | > | | | > Environments
| > | >> | > | > | | | > will
| > | >> | > | > | | | > implement
| > | >> | > | > | | | > #removeKey:ifAbsent:, but eventually that will
| > | >> | > | > | | | > be
| > | >> | > | > | | | > deprecated in
| > | >> | > | > | | | > favour of
| > | >> | > | > | | | > #undeclare: or something similar.
| > | >> | > | > | | |
| > | >> | > | > | | | For the nonce, how about we implement
| > | >> | > | > | | | #removeKey:ifAbsent:
| > | >> | > | > | | | (see
| > | >> | > | > | | | Inbox), so we can at least unblock Dale?
| > | >> | > | > | | |
| > | >> | > | > | | | We do need to remove Environments, but Dale's
| > | >> | > | > | | | work
| > | >> | > | > | | | contributes to
| > | >> | > | > | | | ensuring/checking 4.4's stability.
| > | >> | > | > | | |
| > | >> | > | > | | | frank
| > | >> | > | > | | |
| > | >> | > | > | | | > Colin
| > | >> | > | > | | | >
| > | >> | > | > | | | >
| > | >> | > | > | | | >
| > | >> | > | > | | | >
| > | >> | > | > | | |
| > | >> | > | > | | |
| > | >> | > | > | |
| > | >> | > | > | |
| > | >> | > | > |
| > | >> | > | > |
| > | >> | > | >
| > | >> | > |
| > | >> | > |
| > | >> | >
| > | >> |
| > | >> |
| > | >>
| > | >
| > | >
| > |
| > |
| >
|
|

Reply | Threaded
Open this post in threaded view
|

Re: Metacello and Squeak4.4

Frank Shearar-3
Hi Dale,

It's early in 4.5, and we've seen broad support for Metacello-Base - interested?

(The idea being that making people use it in 4.5 will generate some
nice feedback for you!)

frank

On 29 October 2012 20:45, Dale Henrichs <[hidden email]> wrote:

> Frank,
>
> I want to wait a bit more on the new Metacello ... I haven't received enough feedback to give me comfort that I've got the api right ... putting in early in 4.5 will presumably give me enough feedback and enough time to do something about iany changes that need to be made...
>
> Dale
>
> ----- Original Message -----
> | From: "Frank Shearar" <[hidden email]>
> | To: "The general-purpose Squeak developers list" <[hidden email]>
> | Sent: Monday, October 29, 2012 6:20:58 AM
> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> |
> | On 7 September 2012 14:25, Dale Henrichs <[hidden email]> wrote:
> | > >From my perspective I don't think that the Metacello Preview has
> | > >seen enough external usage for me to feel comfortable releasing
> | > >it right now ... I am waiting for feedback from real users of the
> | > >scripting api ... there are a handful of people using the api, so
> | > >that's a good sign.
> | >
> | > I will feel better when someone reports a nasty bug or complains
> | > about one of the features then I will feel that it has gotten some
> | > real usage and is ready to go out the door:)
> | >
> | > I also want to improve the bootstrap scheme which directly affects
> | > the Metacello-Base package...
> | >
> | > With all of that said, I am constantly testing the bootstrap code
> | > in both pharo and squeak, so I'm not worried as much about bugs
> | > and stability as I am that I will decide to change the scripting
> | > api based on feedback.
> |
> | Dale, is this still your position? You'd rather not put the preview
> | into the Squeak 4.4 release? It seems like it's not a critical thing
> | to do, given that you and I have github/travis builds building
> | against
> | Squeak 4.4 (and 4.3) right now, so maybe it's not worth adding it (at
> | the very last minute) to 4.4 Agreed?
> |
> | Then if you do change your mind or get feedback or whatever, we can
> | put a seed Metacello in 4.5 early in the release cycle.
> |
> | frank
> |
> | > Dale
> | >
> | > ----- Original Message -----
> | > | From: "H. Hirzel" <[hidden email]>
> | > | To: "The general-purpose Squeak developers list"
> | > | <[hidden email]>
> | > | Sent: Thursday, September 6, 2012 3:55:20 AM
> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > |
> | > | On 8/23/12, Frank Shearar <[hidden email]> wrote:
> | > | > On 6 August 2012 16:17, Dale Henrichs <[hidden email]>
> | > | > wrote:
> | > | >> Frank,
> | > | >>
> | > | >> For the automated builds, I want to use the latestAvailable
> | > | >> download as my
> | > | >> test bed, because that's  the scenario I want to test:
> | > | >>
> | > | >>   - download image
> | > | >>   - execute Metacello
> | > | >>
> | > | >> I have ensured that with the patch Metacello runs against
> | > | >> Squeak4.4 so I
> | > | >> can wait until the patch gets processed and then turn on my
> | > | >> automated
> | > | >> builds....
> | > | >
> | > | > I've kind've lost track of what more we need to do, Dale. Shall
> | > | > we
> | > | > shake out the builderCI failure first before dropping
> | > | > Metacello-Base
> | > | > into 4.4, or do you think they're unrelated issues?
> | > | >
> | > | > frank
> | > |
> | > | Any news about including Metacello for 4.4?
> | > |
> | > | --Hannes
> | > |
> | > |
> | > | >>
> | > | >> ----- Original Message -----
> | > | >> | From: "Frank Shearar" <[hidden email]>
> | > | >> | To: "The general-purpose Squeak developers list"
> | > | >> <[hidden email]>
> | > | >> | Sent: Monday, August 6, 2012 12:29:25 AM
> | > | >> | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | >> |
> | > | >> | On 6 August 2012 05:43, Dale Henrichs <[hidden email]>
> | > | >> | wrote:
> | > | >> | > Frank,
> | > | >> | >
> | > | >> | > FYI: It appears that the Squeak4.4 available from Jenkins
> | > | >> | > does
> | > | >> | > not
> | > | >> | > have the patched Environment loaded ... so travis ci
> | > | >> | > builds
> | > | >> | > fail...
> | > | >> | >
> | > | >> | > Let me know when the patch is integrated and I'll turn the
> | > | >> | > travis
> | > | >> | > ci builds back on ...
> | > | >> |
> | > | >> | Hi Dale,
> | > | >> |
> | > | >> | The necessary change - Environments-fbs.5 - is sitting in
> | > | >> | the
> | > | >> | Inbox
> | > | >> | waiting for review. If it helps, you could always
> | > | >> | cherry-pick
> | > | >> | that?
> | > | >> |
> | > | >> | frank
> | > | >> |
> | > | >> | > Dale
> | > | >> | >
> | > | >> | > ----- Original Message -----
> | > | >> | > | From: "Frank Shearar" <[hidden email]>
> | > | >> | > | To: "The general-purpose Squeak developers list"
> | > | >> | > | <[hidden email]>
> | > | >> | > | Sent: Sunday, August 5, 2012 11:07:20 AM
> | > | >> | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | >> | > |
> | > | >> | > | On 4 August 2012 20:00, Dale Henrichs
> | > | >> | > | <[hidden email]>
> | > | >> | > | wrote:
> | > | >> | > | > Okay,
> | > | >> | > | >
> | > | >> | > | > Using Frank's 4.4 trunk (update 12154) you can load
> | > | >> | > | > Metacello-Base-dkh.98 from
> | > | >> | > | > http://seaside.gemstone.com/ss/metacello and then use
> | > | >> | > | > the
> | > | >> | > | > Metacello Preview scripting API[1].
> | > | >> | > |
> | > | >> | > | Hi Dale,
> | > | >> | > |
> | > | >> | > | Now that the infrastructure seems to be settling down,
> | > | >> | > | it
> | > | >> | > | looks
> | > | >> | > | like
> | > | >> | > | a
> | > | >> | > | good source for an up-to-date trunk image is
> | > | >> | > |
> | > | >> http://squeakci.org/job/SqueakTrunk/lastSuccessfulBuild/artifact/target/TrunkImage.image.
> | > | >> | > |
> | > | >> | > | > As reported earlier, there are still some test
> | > | >> | > | > failures in
> | > | >> | > | > MetacelloPreview 1.0-beta.32.2, but the fixes are to
> | > | >> | > | > the
> | > | >> | > | > tests
> | > | >> | > | > and
> | > | >> | > | > not the functional code base, so I'd say you can
> | > | >> | > | > include
> | > | >> | > | > Metacello-Base-dkh.98 in 4.4 at your leisure.
> | > | >> | > | >
> | > | >> | > | > To load the basic Metacello functionality, you can use
> | > | >> | > | > the
> | > | >> | > | > Scripting API to load another configuration or execute
> | > | >> | > | > the
> | > | >> | > | > following:
> | > | >> | > | >
> | > | >> | > | >   Metacello new
> | > | >> | > | >     configuration: 'MetacelloPreview';
> | > | >> | > | >     version: #stable;
> | > | >> | > | >     gemsource: 'metacello';
> | > | >> | > | >     load: 'batch'.
> | > | >> | > | >
> | > | >> | > | > \to load the tests, exedute:
> | > | >> | > | >
> | > | >> | > | >   Metacello new
> | > | >> | > | >     configuration: 'MetacelloPreview';
> | > | >> | > | >     version: #stable;
> | > | >> | > | >     gemsource: 'metacello';
> | > | >> | > | >     load: 'TravisCI'.
> | > | >> | > |
> | > | >> | > | Just to get things completely clear in my head, these
> | > | >> | > | are
> | > | >> | > | instructions
> | > | >> | > | for Metacello users post-inclusion, right? They're not
> | > | >> | > | actions
> | > | >> | > | that
> | > | >> | > | we
> | > | >> | > | need to follow other than pushing Metacello-Base into
> | > | >> | > | the
> | > | >> | > | trunk,
> | > | >> | > | right?
> | > | >> | > |
> | > | >> | > | frank
> | > | >> | > |
> | > | >> | > | > I'll release 1.0-beta.32.3 in a week or so, but I'll
> | > | >> | > | > just
> | > | >> | > | > update
> | > | >> | > | > the #stable definition, so the above expressions
> | > | >> | > | > should be
> | > | >> | > | > used
> | > | >> | > | > to
> | > | >> | > | > guarantee that you're picking up the latest release...
> | > | >> | > | >
> | > | >> | > | > Dale
> | > | >> | > | >
> | > | >> | > | > [1]
> | > | >> | > | >
> | > | >> https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md
> | > | >> | > | >
> | > | >> | > | > ----- Original Message -----
> | > | >> | > | > | From: "Dale Henrichs" <[hidden email]>
> | > | >> | > | > | To: "The general-purpose Squeak developers list"
> | > | >> | > | > | <[hidden email]>
> | > | >> | > | > | Sent: Friday, August 3, 2012 4:19:58 PM
> | > | >> | > | > | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | >> | > | > |
> | > | >> | > | > | After the patch, a reasonable number of test issues:
> | > | >> | > | > |
> | > | >> | > | > |   695 run, 691 passes, 0 expected failures, 2
> | > | >> | > | > |   failures,
> | > | >> | > | > |   2
> | > | >> | > | > |   errors,
> | > | >> | > | > |   0
> | > | >> | > | > |   unexpected passes
> | > | >> | > | > |
> | > | >> | > | > | Dale
> | > | >> | > | > |
> | > | >> | > | > | ----- Original Message -----
> | > | >> | > | > | | From: "Dale Henrichs" <[hidden email]>
> | > | >> | > | > | | To: "The general-purpose Squeak developers list"
> | > | >> | > | > | | <[hidden email]>
> | > | >> | > | > | | Sent: Friday, August 3, 2012 1:25:57 PM
> | > | >> | > | > | | Subject: Re: [squeak-dev] Metacello and Squeak4.4
> | > | >> | > | > | |
> | > | >> | > | > | | Sounds fair to me ... I'll patch my current in
> | > | >> | > | > | | place
> | > | >> | > | > | | and
> | > | >> | > | > | | kick
> | > | >> | > | > | | off
> | > | >> | > | > | | the
> | > | >> | > | > | | tests again ...
> | > | >> | > | > | |
> | > | >> | > | > | | Thanks guys,
> | > | >> | > | > | |
> | > | >> | > | > | | Dale
> | > | >> | > | > | |
> | > | >> | > | > | | ----- Original Message -----
> | > | >> | > | > | | | From: "Frank Shearar" <[hidden email]>
> | > | >> | > | > | | | To: "The general-purpose Squeak developers list"
> | > | >> | > | > | | | <[hidden email]>
> | > | >> | > | > | | | Sent: Friday, August 3, 2012 1:20:57 PM
> | > | >> | > | > | | | Subject: Re: [squeak-dev] Metacello and
> | > | >> | > | > | | | Squeak4.4
> | > | >> | > | > | | |
> | > | >> | > | > | | | On 3 August 2012 21:17, Colin Putney
> | > | >> | > | > | | | <[hidden email]>
> | > | >> | > | > | | | wrote:
> | > | >> | > | > | | | >
> | > | >> | > | > | | | >
> | > | >> | > | > | | | > On Fri, Aug 3, 2012 at 1:00 PM, Dale Henrichs
> | > | >> | > | > | | | > <[hidden email]>
> | > | >> | > | > | | | > wrote:
> | > | >> | > | > | | | >>
> | > | >> | > | > | | | >> Frank,
> | > | >> | > | > | | | >>
> | > | >> | > | > | | | >> The Metacello tests add/remove global
> | > | >> | > | > | | | >> variables
> | > | >> | > | > | | | >> to/from
> | > | >> | > | > | | | >> Smalltalk
> | > | >> | > | > | | | >> and it
> | > | >> | > | > | | | >> looks like Environment does not implement
> | > | >> | > | > | | | >> #removeKey:ifAbsent:,
> | > | >> | > | > | | | >> so
> | > | >> | > | > | | | >> I've got
> | > | >> | > | > | | | >> some 400 test failures because I can't remove
> | > | >> | > | > | | | >> a
> | > | >> | > | > | | | >> global
> | > | >> | > | > | | | >> from
> | > | >> | > | > | | | >> Smalltalk ...
> | > | >> | > | > | | | >>
> | > | >> | > | > | | | >> I can hack this for the time being but I'm
> | > | >> | > | > | | | >> curious
> | > | >> | > | > | | | >> what
> | > | >> | > | > | | | >> the
> | > | >> | > | > | | | >> longer
> | > | >> | > | > | | | >> term
> | > | >> | > | > | | | >> plan will be with regards to removing global
> | > | >> | > | > | | | >> variables
> | > | >> | > | > | | | >> from
> | > | >> | > | > | | | >> Smalltalk or
> | > | >> | > | > | | | >> perhaps leaving #removeKey:ifAbsent: out is
> | > | >> | > | > | | | >> inadvertent
> | > | >> | > | > | | | >> ...
> | > | >> | > | > | | | >>
> | > | >> | > | > | | | >> BTW, I'm using update 12154 ...
> | > | >> | > | > | | | >
> | > | >> | > | > | | | >
> | > | >> | > | > | | | > First, Environments is being pushed to Squeak
> | > | >> | > | > | | | > 4.5,
> | > | >> | > | > | | | > so
> | > | >> | > | > | | | > it
> | > | >> | > | > | | | > should
> | > | >> | > | > | | | > be
> | > | >> | > | > | | | > removed
> | > | >> | > | > | | | > from 4.4 shortly.
> | > | >> | > | > | | | >
> | > | >> | > | > | | | > During the development period for 4.5,
> | > | >> | > | > | | | > Environments
> | > | >> | > | > | | | > will
> | > | >> | > | > | | | > implement
> | > | >> | > | > | | | > #removeKey:ifAbsent:, but eventually that will
> | > | >> | > | > | | | > be
> | > | >> | > | > | | | > deprecated in
> | > | >> | > | > | | | > favour of
> | > | >> | > | > | | | > #undeclare: or something similar.
> | > | >> | > | > | | |
> | > | >> | > | > | | | For the nonce, how about we implement
> | > | >> | > | > | | | #removeKey:ifAbsent:
> | > | >> | > | > | | | (see
> | > | >> | > | > | | | Inbox), so we can at least unblock Dale?
> | > | >> | > | > | | |
> | > | >> | > | > | | | We do need to remove Environments, but Dale's
> | > | >> | > | > | | | work
> | > | >> | > | > | | | contributes to
> | > | >> | > | > | | | ensuring/checking 4.4's stability.
> | > | >> | > | > | | |
> | > | >> | > | > | | | frank
> | > | >> | > | > | | |
> | > | >> | > | > | | | > Colin
> | > | >> | > | > | | | >
> | > | >> | > | > | | | >
> | > | >> | > | > | | | >
> | > | >> | > | > | | | >
> | > | >> | > | > | | |
> | > | >> | > | > | | |
> | > | >> | > | > | |
> | > | >> | > | > | |
> | > | >> | > | > |
> | > | >> | > | > |
> | > | >> | > | >
> | > | >> | > |
> | > | >> | > |
> | > | >> | >
> | > | >> |
> | > | >> |
> | > | >>
> | > | >
> | > | >
> | > |
> | > |
> | >
> |
> |
>

12