Ticket #1811 (new bug) — at Version 1

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 (last modified by coke) (diff)

./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.

Change History

Changed 11 years ago by coke

  • description modified (diff)
Note: See TracTickets for help on using tickets.