Ticket #2466 (assigned defect)

Opened 3 years ago

Last modified 5 months ago

Calculate does not always return an error for incorrect plot statements

Reported by: greenfeld Owned by: lionaneesh
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
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

Changed 3 years ago by greenfeld

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

Changed 15 months ago by godiard

  • keywords easy-hack added

Changed 5 months ago by lionaneesh

  • owner changed from rwh to lionaneesh
  • status changed from new to assigned
Note: See TracTickets for help on using tickets.