#1260: [DEPRECATION] bitwise ops and VTABLE functions
--------------------+-------------------------------------------------------
 Reporter:  cotto   |       Owner:       
     Type:  todo    |      Status:  new  
 Priority:  normal  |   Milestone:  2.0  
Component:  core    |     Version:  1.7.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
Description changed by cotto:

Old description:

> All bitwise ops will be moved to dynops after the 2.0 release.  Before
> removing the bitwise ops, be sure that any HLLs (esp. Rakudo, Partcl,
> Lua) that depend on them have migrated to using the dynops.  The bitwise
> dynops should be in place by the 2.0 release but can be added any time
> before then.
> Because the bitwise VTABLE functions are also being deprecated, the
> bitwise dynops should use get_integer

New description:

 All bitwise ops will be moved to dynops after the 2.0 release.  Before
 removing the bitwise ops, be sure that any HLLs (esp. Rakudo, Partcl, Lua)
 that depend on them have migrated to using the dynops.  The bitwise dynops
 should be in place by the 2.0 release but can be added any time before
 then.
 Because the bitwise VTABLE functions are also being deprecated, the
 bitwise dynops should use get_integer, get_string or get_number and
 C-level bitwise ops (or string operations) to emulate the VTABLE
 functions.

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1260#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to