BlockContext

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

BlockContext

Usman Bhatti
Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0. 

For info, the ist of extension categories added by Moose packages on BlockContext:
- eyesee-support
- moose-core
- petitparser-core-converting

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

Re: BlockContext

Tudor Girba-2
These should all be removed.

Doru


On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0. 

For info, the ist of extension categories added by Moose packages on BlockContext:
- eyesee-support
- moose-core
- petitparser-core-converting

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




--

"Every thing has its own flow"

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

Re: BlockContext

Usman Bhatti
In reply to this post by Usman Bhatti



On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0. 

For info, the ist of extension categories added by Moose packages on BlockContext:
- eyesee-support
Done.
 
- moose-core
done. 
- petitparser-core-converting

cannot commit. someone with access rights, we need to remove: BlockContext>>asParser 


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

Re: BlockContext

stephane ducasse

On Feb 22, 2013, at 4:45 PM, Usman Bhatti <[hidden email]> wrote:




On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0. 

For info, the ist of extension categories added by Moose packages on BlockContext:
- eyesee-support
Done.
 
- moose-core
done. 
- petitparser-core-converting

cannot commit. someone with access rights, we need to remove: BlockContext>>asParser 

Can you know?
Because I do not understand why you cannot since you are in the MooseTeam

Stef


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

Re: BlockContext

Tudor Girba-2
Hi,

On Feb 26, 2013, at 9:24 PM, stephane ducasse <[hidden email]> wrote:

>
> On Feb 22, 2013, at 4:45 PM, Usman Bhatti <[hidden email]> wrote:
>
>>
>>
>>
>> On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
>> Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0.
>>
>> For info, the ist of extension categories added by Moose packages on BlockContext:
>> - eyesee-support
>> Done.
>>  
>> - moose-core
>> done.
>> - petitparser-core-converting
>>
>> cannot commit. someone with access rights, we need to remove: BlockContext>>asParser
>
> Can you know?
> Because I do not understand why you cannot since you are in the MooseTeam

This was before the migration, and Usman was referring to the repository of Lukas where he is not added as a team member. But, he should be able to commit now to the SmalltalkHub repository.

Cheers,
Doru


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

--
www.tudorgirba.com

"The coherence of a trip is given by the clearness of the goal."





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

Re: BlockContext

stephane ducasse
Oki I prefer that


> This was before the migration, and Usman was referring to the repository of Lukas where he is not added as a team member. But, he should be able to commit now to the SmalltalkHub repository.


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

Re: BlockContext

Tudor Girba-2
In reply to this post by Usman Bhatti
I removed the BlockContext extension from PetitParser (STHub), so now PetitParser loads clean in Pharo 2.0.

Doru

On Feb 22, 2013, at 4:45 PM, Usman Bhatti <[hidden email]> wrote:

>
>
>
> On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
> Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0.
>
> For info, the ist of extension categories added by Moose packages on BlockContext:
> - eyesee-support
> Done.
>  
> - moose-core
> done.
> - petitparser-core-converting
>
> cannot commit. someone with access rights, we need to remove: BlockContext>>asParser
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Value is always contextual."




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

Re: BlockContext

Usman Bhatti
Thanx Doru.


On Mon, Mar 4, 2013 at 7:00 AM, Tudor Girba <[hidden email]> wrote:
I removed the BlockContext extension from PetitParser (STHub), so now PetitParser loads clean in Pharo 2.0.

Doru

On Feb 22, 2013, at 4:45 PM, Usman Bhatti <[hidden email]> wrote:

>
>
>
> On Fri, Feb 22, 2013 at 3:51 PM, Usman Bhatti <[hidden email]> wrote:
> Some methods in Moose introduce extension methods on BlockContext. BlockContext has been replaced by BlockClosure. We already have the required moose extension methods in BlockClosure, so I'll remove extension methods on BlockContext so that we do not have warnings while loading Moose on pharo 2.0.
>
> For info, the ist of extension categories added by Moose packages on BlockContext:
> - eyesee-support
> Done.
>
> - moose-core
> done.
> - petitparser-core-converting
>
> cannot commit. someone with access rights, we need to remove: BlockContext>>asParser
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Value is always contextual."




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


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