{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

jvargas

Ticket Summary Component Milestone Type Created
Description
#3 url! type not recognized correctly Orca milestone1 defect 03/20/06
O> type? http://www.yahoo.com
== refinement!
O> http://www.yahoo.com
== //www.yahoo.com

#5 Large exponents don't work correctly (integers don't promote to decimal) Orca milestone1 enhancement 05/27/06

I'm using Orca v0.0.24 on Fedora Core 5. I've found that large exponents don't work correctly. If you do (say) 2 ** 4, the answer is correct (16). But when large exponents are tried, the answers are incorrect. A sample session is shown below.

ORCA 0.0.24 (May 23 2006)
O> 5 ** 40
== -1413876383
O> 2 ** 4
== 16
O> 2 ** 100
== 0
O> 2 ** 30
== 1073741824
O> 2 ** 35
== 0
O>

Note: See TracReports for help on using and creating reports.