Ticket #1811 (new bug) — at Initial Version

Opened 11 years ago

Last modified 10 years ago

r48674 broke int/float division in partcl-old

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

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.
Note: See TracTickets for help on using tickets.