Ticket #1811 (closed bug: fixed)
r48674 broke int/float division in partcl-old
| Reported by: | coke | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | medium | Keywords: | |
| Cc: | chromatic | Language: | tcl |
| 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
Note: See
TracTickets for help on using
tickets.
