Opened 15 years ago
Closed 15 years ago
#1733 closed defect (fixed)
[with patch; positive review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should*
Reported by: | was | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.2 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is probably easy to fix in server/notebook/worksheet.py
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | sage-1733.patch added |
---|
comment:1 Changed 15 years ago by
Summary: | notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* → [with patch; needs review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* |
---|
comment:2 Changed 15 years ago by
Summary: | [with patch; needs review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* → [with patch; positive review] notebook bug -- %foo (or anything else) in a cell by itself (with nothing else in the cell) does not give an error but it *should* |
---|
Great stuff! Works well, and makes the code cleaner!
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 3.0.2.alpha1
Note: See
TracTickets for help on using
tickets.
The attached patch:
foobar not being defined.
on a single line works in the notebook.