public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-dev-announce] Changes in python_mod_optimize(), python_mod_cleanup() and python_mod_compile()
       [not found] <201005252036.08716.Arfrever@gentoo.org>
@ 2010-05-25 19:11 ` Petteri Räty
  2010-05-25 20:49   ` Arfrever Frehtes Taifersar Arahesis
  0 siblings, 1 reply; 5+ messages in thread
From: Petteri Räty @ 2010-05-25 19:11 UTC (permalink / raw
  To: Arfrever Frehtes Taifersar Arahesis; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

On 05/25/2010 09:35 PM, Arfrever Frehtes Taifersar Arahesis wrote:
> - Not passing of paths to python_mod_optimize() and python_mod_cleanup() has been
>   deprecated and will be disallowed on 2010-09-01. You should pass paths to Python
>   modules to these functions.
> 
> - python_mod_compile() has been deprecated and will be banned on 2010-09-01.
>   You should use python_mod_optimize() instead of python_mod_compile().
> 

1. Messages to gentoo-dev-announce should also be posted to an on topic
mailing lists

2. What does disallowed and banned mean in this case? Plenty of ebuilds
currently pass paths to python_mod_optimize. If you break the stable
tree, you should have the wrath of more people than me. It can be done
at the dates you say if the tree is in order by then.

Regards,
Petteri



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-dev] Re: [gentoo-dev-announce] Changes in python_mod_optimize(), python_mod_cleanup() and python_mod_compile()
  2010-05-25 19:11 ` [gentoo-dev] Re: [gentoo-dev-announce] Changes in python_mod_optimize(), python_mod_cleanup() and python_mod_compile() Petteri Räty
@ 2010-05-25 20:49   ` Arfrever Frehtes Taifersar Arahesis
  2010-05-26  3:14     ` Nirbheek Chauhan
  0 siblings, 1 reply; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis @ 2010-05-25 20:49 UTC (permalink / raw
  To: Gentoo Development

[-- Attachment #1: Type: Text/Plain, Size: 1955 bytes --]

2010-05-25 21:11:44 Petteri Räty napisał(a):
> On 05/25/2010 09:35 PM, Arfrever Frehtes Taifersar Arahesis wrote:
> > - Not passing of paths to python_mod_optimize() and python_mod_cleanup() has been
> >   deprecated and will be disallowed on 2010-09-01. You should pass paths to Python
> >   modules to these functions.
> > 
> > - python_mod_compile() has been deprecated and will be banned on 2010-09-01.
> >   You should use python_mod_optimize() instead of python_mod_compile().
> > 
> 
> 1. Messages to gentoo-dev-announce should also be posted to an on topic
> mailing lists

I don't like crossposting.

> 2. What does disallowed and banned mean in this case? Plenty of ebuilds
> currently pass paths to python_mod_optimize.

Ebuilds, which pass paths to python_mod_optimize() / python_mod_cleanup(),
don't need any changes. Ebuilds, which don't pass paths to python_mod_optimize()
or python_mod_cleanup(), should now pass paths to these functions.
Only small minority of ebuilds don't pass paths to these functions.

python_mod_optimize() without paths hasn't been doing anything for almost 2 years.
python_mod_cleanup() without paths allows for silently incorrect behavior.
Not passing of paths to python_mod_cleanup() is incorrect in many ebuilds.

> If you break the stable tree, you should have the wrath of more people than me.
> It can be done at the dates you say if the tree is in order by then.

I'm not breaking anything. Deprecation warnings won't be changed into calls to
die() until all ebuilds in gentoo-x86 are fixed.

It's possible to deprecate and ban functions or their parts as it was discussed
in "Deprecation of python_version(), python_mod_exists(), python_tkinter_exists(),
distutils_python_version() and distutils_python_tkinter() in EAPI <=2" thread [1].

[1] http://archives.gentoo.org/gentoo-dev/msg_7ad37800b8fa3041662068f70083cb56.xml

-- 
Arfrever Frehtes Taifersar Arahesis

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-dev-announce] Changes in  python_mod_optimize(), python_mod_cleanup() and python_mod_compile()
  2010-05-25 20:49   ` Arfrever Frehtes Taifersar Arahesis
@ 2010-05-26  3:14     ` Nirbheek Chauhan
  2010-05-26  5:28       ` Alec Warner
  0 siblings, 1 reply; 5+ messages in thread
From: Nirbheek Chauhan @ 2010-05-26  3:14 UTC (permalink / raw
  To: gentoo-dev

On Wed, May 26, 2010 at 2:19 AM, Arfrever Frehtes Taifersar Arahesis
<Arfrever@gentoo.org> wrote:
> 2010-05-25 21:11:44 Petteri Räty napisał(a):
>> 1. Messages to gentoo-dev-announce should also be posted to an on topic
>> mailing lists
>
> I don't like crossposting.
>

How do you expect people to have a conversation about a topic on a
read-only mailing list?

-- 
~Nirbheek Chauhan

Gentoo GNOME+Mozilla Team



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-dev-announce] Changes in  python_mod_optimize(), python_mod_cleanup() and python_mod_compile()
  2010-05-26  3:14     ` Nirbheek Chauhan
@ 2010-05-26  5:28       ` Alec Warner
  2010-05-26  5:47         ` Petteri Räty
  0 siblings, 1 reply; 5+ messages in thread
From: Alec Warner @ 2010-05-26  5:28 UTC (permalink / raw
  To: gentoo-dev

On Tue, May 25, 2010 at 8:14 PM, Nirbheek Chauhan <nirbheek@gentoo.org> wrote:
> On Wed, May 26, 2010 at 2:19 AM, Arfrever Frehtes Taifersar Arahesis
> <Arfrever@gentoo.org> wrote:
>> 2010-05-25 21:11:44 Petteri Räty napisał(a):
>>> 1. Messages to gentoo-dev-announce should also be posted to an on topic
>>> mailing lists
>>
>> I don't like crossposting.
>>
>
> How do you expect people to have a conversation about a topic on a
> read-only mailing list?

Set reply-to? :)

>
> --
> ~Nirbheek Chauhan
>
> Gentoo GNOME+Mozilla Team
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-dev-announce] Changes in  python_mod_optimize(), python_mod_cleanup() and python_mod_compile()
  2010-05-26  5:28       ` Alec Warner
@ 2010-05-26  5:47         ` Petteri Räty
  0 siblings, 0 replies; 5+ messages in thread
From: Petteri Räty @ 2010-05-26  5:47 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

On 05/26/2010 08:28 AM, Alec Warner wrote:
> On Tue, May 25, 2010 at 8:14 PM, Nirbheek Chauhan <nirbheek@gentoo.org> wrote:
>> On Wed, May 26, 2010 at 2:19 AM, Arfrever Frehtes Taifersar Arahesis
>> <Arfrever@gentoo.org> wrote:
>>> 2010-05-25 21:11:44 Petteri Räty napisał(a):
>>>> 1. Messages to gentoo-dev-announce should also be posted to an on topic
>>>> mailing lists
>>>
>>> I don't like crossposting.
>>>
>>
>> How do you expect people to have a conversation about a topic on a
>> read-only mailing list?
> 
> Set reply-to? :)
> 

It would still make archives.gentoo.org suboptimal.

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-26  5:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201005252036.08716.Arfrever@gentoo.org>
2010-05-25 19:11 ` [gentoo-dev] Re: [gentoo-dev-announce] Changes in python_mod_optimize(), python_mod_cleanup() and python_mod_compile() Petteri Räty
2010-05-25 20:49   ` Arfrever Frehtes Taifersar Arahesis
2010-05-26  3:14     ` Nirbheek Chauhan
2010-05-26  5:28       ` Alec Warner
2010-05-26  5:47         ` Petteri Räty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox