Ticket #2466 (assigned defect)
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
Note: See
TracTickets for help on using
tickets.
