Ticket #176 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Raw history gets off sync with macro invocations

Reported by: vivainio Assigned to: vivainio
Priority: high Milestone: 0.9.0
Component: ipython Version:
Severity: normal Keywords:
Cc:

Description

This is with svn version

From raw history:

1 : cd -b team
2 : d
3 : bb
4 : cd group/

From translated history:

1 : _ip.magic("cd -b team")
2 : _ip.system(r"c:\cygwin\bin\ls.exe -F --color=auto ")
3 : bb()
4 : _ip.system("bldmake bldfiles")
5 : _ip.magic("cd group/")

Change History

08/01/07 10:29:00 changed by vivainio

  • status changed from new to closed.
  • resolution set to fixed.

Fixed by [2571:2572]