Moose-Core

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

Moose-Core

abergel
Hi All,

Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
We have some questions:

- What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4

- Is the following used?
MooseElement>>navigationPragma
         
        <pragmas: #instance>
        <pragmas: #class>
         
        ^#(#navigation:)
and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them

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





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

Re: Moose-Core

simondenier


Simon

On 3 mars 2011, at 23:46, Alexandre Bergel <[hidden email]> wrote:

> Hi All,
>
> Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
> We have some questions:
>
> - What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4

Give the list and we discuss. But yes, now would be a good time to clean some old stuff from VW. Since 4.0 Moose has been stable so that we dont need such leftovers.

>
> - Is the following used?
> MooseElement>>navigationPragma
>    
>    <pragmas: #instance>
>    <pragmas: #class>
>    
>    ^#(#navigation:)
> and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

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

Re: Moose-Core

abergel
Here is the list of deprecated method in Moose.
I am tempted very much to clean this out.

Anyone here to temper my plan ? :-)

Cheers,
Alexandre




On 4 Mar 2011, at 07:48, Simon Denier wrote:

>
>
> Simon
>
> On 3 mars 2011, at 23:46, Alexandre Bergel <[hidden email]> wrote:
>
>> Hi All,
>>
>> Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
>> We have some questions:
>>
>> - What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4
>
> Give the list and we discuss. But yes, now would be a good time to clean some old stuff from VW. Since 4.0 Moose has been stable so that we dont need such leftovers.
>
>>
>> - Is the following used?
>> MooseElement>>navigationPragma
>>
>>   <pragmas: #instance>
>>   <pragmas: #class>
>>
>>   ^#(#navigation:)
>> and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>> _______________________________________________
>> 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
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






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

Screen shot 2011-03-04 at 14.59.10.png (47K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Moose-Core

Tudor Girba
Hi Alex

Nice initiative. Please remove all of the methods from the list :)

The MooseIdGenerator is no longer used.

The MooseElement>>navigationPragma is a leftover from the VW version (in VW you should define the pragmas before using them).

Cheers,
Doru


On 4 Mar 2011, at 19:00, Alexandre Bergel wrote:

> Here is the list of deprecated method in Moose.
> I am tempted very much to clean this out.
>
> Anyone here to temper my plan ? :-)
>
> Cheers,
> Alexandre
>
>
> <Screen shot 2011-03-04 at 14.59.10.png>
> On 4 Mar 2011, at 07:48, Simon Denier wrote:
>
>>
>>
>> Simon
>>
>> On 3 mars 2011, at 23:46, Alexandre Bergel <[hidden email]> wrote:
>>
>>> Hi All,
>>>
>>> Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
>>> We have some questions:
>>>
>>> - What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4
>>
>> Give the list and we discuss. But yes, now would be a good time to clean some old stuff from VW. Since 4.0 Moose has been stable so that we dont need such leftovers.
>>
>>>
>>> - Is the following used?
>>> MooseElement>>navigationPragma
>>>
>>>  <pragmas: #instance>
>>>  <pragmas: #class>
>>>
>>>  ^#(#navigation:)
>>> and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
>>>
>>> Cheers,
>>> Alexandre
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"We cannot reach the flow of things unless we let go."




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

Re: Moose-Core

abergel
Done. We will continue to strengthen Moose-Core

Alexandre


On 5 Mar 2011, at 16:16, Tudor Girba wrote:

> Hi Alex
>
> Nice initiative. Please remove all of the methods from the list :)
>
> The MooseIdGenerator is no longer used.
>
> The MooseElement>>navigationPragma is a leftover from the VW version (in VW you should define the pragmas before using them).
>
> Cheers,
> Doru
>
>
> On 4 Mar 2011, at 19:00, Alexandre Bergel wrote:
>
>> Here is the list of deprecated method in Moose.
>> I am tempted very much to clean this out.
>>
>> Anyone here to temper my plan ? :-)
>>
>> Cheers,
>> Alexandre
>>
>>
>> <Screen shot 2011-03-04 at 14.59.10.png>
>> On 4 Mar 2011, at 07:48, Simon Denier wrote:
>>
>>>
>>>
>>> Simon
>>>
>>> On 3 mars 2011, at 23:46, Alexandre Bergel <[hidden email]> wrote:
>>>
>>>> Hi All,
>>>>
>>>> Vanessa and I are running an experiment about measuring and increasing the test coverage. We choose to do this on Moose, and especially on Moose-Core.
>>>> We have some questions:
>>>>
>>>> - What do we do with deprecated classes and method? For example MooseIntegerIdGenerator is used nowhere. I think it can be safely removed. It is referenced nowhere in 4.4
>>>
>>> Give the list and we discuss. But yes, now would be a good time to clean some old stuff from VW. Since 4.0 Moose has been stable so that we dont need such leftovers.
>>>
>>>>
>>>> - Is the following used?
>>>> MooseElement>>navigationPragma
>>>>
>>>> <pragmas: #instance>
>>>> <pragmas: #class>
>>>>
>>>> ^#(#navigation:)
>>>> and its friends like menuPragma, propertyPragma and expressionPragma? I cannot find sender of them
>>>>
>>>> Cheers,
>>>> Alexandre
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "We cannot reach the flow of things unless we let go."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

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





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