Opened 14 years ago

Closed 9 years ago

#2466 closed defect (fixed)

Calculate does not always return an error for incorrect plot statements

Reported by: greenfeld Owned by: lionaneesh
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Calculate Version: Unspecified
Severity: Unspecified Keywords: easy-hack
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

Calculate does not always return an error for incorrect plot statements. This has been seen on various OLPC and SoaS builds up to the latest F14 daily builds with Calculate versions 33 & 34.

For instance, the following calculate statement lines will not return errors or do anything noticeable in the GUI once "Enter" is pressed:

plot(x*x,x=-5,5) # Should be plot(x*x,x=-5..5)
plot(x=-5..5,x*x) # Reversed arguments

Change History (6)

comment:1 Changed 14 years ago by greenfeld

Non-plot statements like "2=4" (should be 2==4) may result in no error message either.

comment:2 Changed 12 years ago by godiard

  • Keywords easy-hack added

comment:3 Changed 11 years ago by lionaneesh

  • Owner changed from rwh to lionaneesh
  • Status changed from new to assigned

comment:4 Changed 9 years ago by vikramahuja1001

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 9 years ago by vikramahuja1001

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:6 Changed 9 years ago by vikramahuja1001

  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.