Ticket #1598 (new experimental)

Opened 12 years ago

Last modified 10 years ago

Archive::Tar & Archive::Zip in parrot library

Reported by: coke Owned by:
Priority: normal Milestone:
Component: library Version: trunk
Severity: medium Keywords:
Cc: jkeenan Language:
Patch status: Platform:

Description

Track new experimental parrot runtime library module.

Change History

Changed 12 years ago by fperrad

  • summary changed from Archive::Tar in parrot library to Archive::Tar & Archive::Zip in parrot library

Changed 11 years ago by jkeenan

  • cc jkeenan added
  • component changed from none to library

Are these modules still considered experimental?

If they are, that fact is not mentioned in their POD.

$ perldoc runtime/parrot/library/Archive/Tar.pir | grep -i experiment
$ perldoc runtime/parrot/library/Archive/Zip.pir | grep -i experiment

If they're no longer experimental, can we close this ticket?

Thank you very much.

kid51

Changed 11 years ago by coke

On Tue, Jul 5, 2011 at 10:34 PM, Parrot <parrot-tickets@lists.parrot.org> wrote:
> #1598: Archive::Tar & Archive::Zip in parrot library
> --------------------------+-------------------------------------------------
>  Reporter:  coke          |       Owner:
>     Type:  experimental  |      Status:  new
>  Priority:  normal        |   Milestone:
> Component:  library       |     Version:  trunk
>  Severity:  medium        |    Keywords:
>     Lang:                |       Patch:
>  Platform:                |
> --------------------------+-------------------------------------------------
> Changes (by jkeenan):
>
>  * cc: jkeenan (added)
>  * component:  none => library
>
>
> Comment:
>
>  Are these modules still considered experimental?
>
>  If they are, that fact is not mentioned in their POD.
>  {{{
>  $ perldoc runtime/parrot/library/Archive/Tar.pir | grep -i experiment
>  $ perldoc runtime/parrot/library/Archive/Zip.pir | grep -i experiment
>  }}}
>
>  If they're no longer experimental, can we close this ticket?
>
>  Thank you very much.
>
>  kid51
>
> --
> Ticket URL: <https://trac.parrot.org/parrot/ticket/1598#comment:2>
> Parrot <https://trac.parrot.org/parrot/>
> Parrot Development
>

They're still listed in api.yaml

If we don't need them in core, I'd recommend pushing them out into a library.

-- 
Will "Coke" Coleda

Changed 11 years ago by francois.perrad@…

2011/7/6 Will Coleda <will@coleda.com>:
> On Tue, Jul 5, 2011 at 10:34 PM, Parrot <parrot-tickets@lists.parrot.org> wrote:
>> #1598: Archive::Tar & Archive::Zip in parrot library
>> --------------------------+-------------------------------------------------
>>  Reporter:  coke          |       Owner:
>>     Type:  experimental  |      Status:  new
>>  Priority:  normal        |   Milestone:
>> Component:  library       |     Version:  trunk
>>  Severity:  medium        |    Keywords:
>>     Lang:                |       Patch:
>>  Platform:                |
>> --------------------------+-------------------------------------------------
>> Changes (by jkeenan):
>>
>>  * cc: jkeenan (added)
>>  * component:  none => library
>>
>>
>> Comment:
>>
>>  Are these modules still considered experimental?
>>
>>  If they are, that fact is not mentioned in their POD.
>>  {{{
>>  $ perldoc runtime/parrot/library/Archive/Tar.pir | grep -i experiment
>>  $ perldoc runtime/parrot/library/Archive/Zip.pir | grep -i experiment
>>  }}}
>>
>>  If they're no longer experimental, can we close this ticket?
>>

These libraries are used by distutils tools.

François

>>  Thank you very much.
>>
>>  kid51
>>
>> --
>> Ticket URL: <https://trac.parrot.org/parrot/ticket/1598#comment:2>
>> Parrot <https://trac.parrot.org/parrot/>
>> Parrot Development
>>
>
> They're still listed in api.yaml
>
> If we don't need them in core, I'd recommend pushing them out into a library.
>
> --
> Will "Coke" Coleda
> _______________________________________________
> parrot-tickets mailing list
> parrot-tickets@lists.parrot.org
> http://lists.parrot.org/mailman/listinfo/parrot-tickets
>

Changed 11 years ago by cotto

I want to see both of these better documented before we call them non-experimental.

Changed 10 years ago by fperrad

documentation was added by  https://github.com/parrot/parrot/commit/8cc26e4a562cd565a4da9596d716fd981275a813

Archive/Zip is broken and no longer used by distutils.

So, I propose

  1. Archive/Tar will no longer experimental
  2. Archive/Zip will destroyed (and TT#2171 TT#2172 closed)
Note: See TracTickets for help on using tickets.