Skip to content

Commit

Permalink
[docs] open tickets for deprecated items in pdd17; note them in DEPRE…
Browse files Browse the repository at this point in the history
…CATED

also.



git-svn-id: https://svn.parrot.org/parrot/trunk@23476 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Dec 5, 2007
1 parent ec6646d commit 7f631cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions DEPRECATED.pod
Expand Up @@ -9,6 +9,9 @@ last release it's guaranteed to appear in. Items marked with a release
of ??? are still deprecated, but a firm deadline for their removal has not
yet been established.

When deprecated items are removed, all usage of the feature in the
repository should be updated or removed; including documentation.

=head1 new object system [post 0.5.0]

The object system of Parrot is being overhauled. This touches some opcode
Expand All @@ -26,6 +29,14 @@ See RT #42352.

See RT #47011.

=item * C<class_type> [post 0.5.1]

See RT #48142

=item * C<pmc_namespace> [post 0.5.1]

See RT# 48144. Replaced by C<get_namespace>.

=back

=head1 opcodes
Expand Down
9 changes: 4 additions & 5 deletions docs/pdds/pdd17_pmc.pod
Expand Up @@ -474,7 +474,7 @@ passing in the initialization argument, I<init>, which is usually a
hash. This opcode is most often used with high-level classes, but
low-level PMCs may instantiate an object of their own type.

=item new_from_string [deprecated]
=item new_from_string [deprecated: See RT# 47011]

PMC* new_from_string(INTERP, PMC* self, STRING* rep, INTVAL flags)

Expand Down Expand Up @@ -563,14 +563,13 @@ Return the class object for this PMC. For high-level objects, this is a
C<Class> object (or other high-level class object). For low-level PMCs,
this returns a C<PMCProxy> object.

=item class_type
=item class_type [deprecated: See RT# 48142]

INTVAL class_type(INTERP, PMC* self)

Return the integer type of the PMC. [NOTE: will be deprecated when type
IDs are deprecated.]
Return the integer type of the PMC.

=item pmc_namespace [deprecated]
=item pmc_namespace [deprecated: See RT# 48144]

PMC* pmc_namespace(INTERP, PMC* self)

Expand Down

0 comments on commit 7f631cd

Please sign in to comment.