#1811: r48674 broke int/float division in partcl-old
--------------------+-------------------------------------------------------
Reporter: coke | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: core | Version: trunk
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
--------------------+-------------------------------------------------------
Description changed by coke:
Old description:
> {{{
> ./tclsh -e "puts [expr 1/3.0]"
> }}}}
>
> used to print "0.33333" or so (a floating point value) Now it prints "0"
> (an int)
>
> this was introduced in parrot r48674, which touched the integer PMC.
New description:
{{{
./tclsh -e "puts [expr 1/3.0]"
}}}
used to print "0.33333" or so (a floating point value) Now it prints "0"
(an int)
this was introduced in parrot r48674, which touched the integer PMC.
--
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1811#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets