#1616: t/pmc/bigint.t: implement 2 todo-ed items: Minint conversions
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  Paul C. Anagnostopoulos
     Type:  todo     |      Status:  assigned               
 Priority:  normal   |   Milestone:                         
Component:  core     |     Version:  2.3.0                  
 Severity:  medium   |    Keywords:                         
     Lang:           |       Patch:  new                    
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by Paul C. Anagnostopoulos):

 The second patch corrects the Integer vtable functions `neg` and
 `absolute` so that they promote the minimum integer to a BigInt.
 Appropriate tests have been added, including the two todo items in the
 original ticket.

 I also had to add the `neg` function to Boolean, because it relied on the
 broken behavior of Integer's `neg`.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1616#comment:3>
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