File tree Expand file tree Collapse file tree 6 files changed +20
-12
lines changed
Expand file tree Collapse file tree 6 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1+ trepan 1.2.9 2022-07-22
2+ =======================
3+
4+ * track xdis api changes and uncompyle6 improvements
5+ * Add set asmfmt for showing assembly format
6+ * Better conformance with trepan3k
7+
18trepan 1.2.8 2022-06-05
29=======================
310
Original file line number Diff line number Diff line change 3333# Tarballs can get created from the above setup, so make sure to remove them since we want
3434# the tarball from master.
3535
36- tarball=dist/${PACKAGE} -$__version__ -tar.gz
36+ python ./setup.py sdist
37+ tarball=dist/${PACKAGE} -$__version__ .tar.gz
3738if [[ -f $tarball ]]; then
38- rm -v dist/${PACKAGE} -$__version__ - tar.gz
39+ mv -v $tarball dist/${PACKAGE} _24 -$__version__ . tar.gz
3940fi
Original file line number Diff line number Diff line change 11(gcd.py:10): <module>
2- -> 10 [38;5;166m """[39m
2+ -> 10 [38;5;94m """[39m
33Set basename (short filenames) in debugger output is on.
44Set event tracing is on.
55Set stopping before def or class statements is off.
Original file line number Diff line number Diff line change 11(gcd.py:10): <module>
2- -> 10 [38;5;166m """[39m
2+ -> 10 [38;5;94m """[39m
33Set basename (short filenames) in debugger output is on.
44Set event tracing is on.
55Set stopping before def or class statements is off.
66Set confirmation of potentially dangerous operations is off.
77line - gcd.py:10
88line - gcd.py:11
99(gcd.py:11): <module>
10- -- 11 [38;5;28 ;01mimport[39;00m [38;5;31;01msys[39;00m
11- 11 -> [38;5;28 ;01mimport[39;00m [38;5;31;01msys[39;00m
10+ -- 11 [38;5;24 ;01mimport[39;00m [38;5;0msys[39m
11+ 11 -> [38;5;24 ;01mimport[39;00m [38;5;0msys[39m
1212Set stopping before def or class statements is on.
1313line - gcd.py:13
1414line - gcd.py:26
1515line - gcd.py:40
1616(gcd.py:40): <module>
17- -- 40 [38;5;28 ;01mif[39;00m [38;5;95m__name__ [39m[38;5;236m ==[39m[48 ;5;15m '[49m[48 ;5;15m__main__[49m[48 ;5;15m '[49m:
18- 40 -> [38;5;28 ;01mif[39;00m [38;5;95m__name__ [39m[38;5;236m ==[39m[48 ;5;15m '[49m[48 ;5;15m__main__[49m[48 ;5;15m '[49m:
17+ -- 40 [38;5;24 ;01mif[39;00m [38;5;0m__name__ [39m[38;5;166;01m ==[39;00m[38 ;5;64m '[39m[38 ;5;64m__main__[39m[38 ;5;64m '[39m[38;5;0;01m:[39;00m
18+ 40 -> [38;5;24 ;01mif[39;00m [38;5;0m__name__ [39m[38;5;166;01m ==[39;00m[38 ;5;64m '[39m[38 ;5;64m__main__[39m[38 ;5;64m '[39m[38;5;0;01m:[39;00m
1919Set stopping before def or class statements is off.
2020line - gcd.py:41
2121(gcd.py:41): <module>
22- -- 41 check_args()
23- 41 -> check_args()
22+ -- 41 [38;5;0mcheck_args[39m[38;5;0;01m([39;00m[38;5;0;01m)[39;00m
23+ 41 -> [38;5;0mcheck_args[39m[38;5;0;01m([39;00m[38;5;0;01m)[39;00m
2424trepan2: That's all, folks...
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def test_step(self):
1212 right_template = None
1313 result = Mhelper .run_debugger (
1414 testname = "step" ,
15- dbgr_opts = "--basename --highlight=plain" ,
15+ dbgr_opts = "--basename --highlight=plain --nx " ,
1616 python_file = "gcd.py" ,
1717 right_template = right_template ,
1818 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def test_macro(self):
1515 right_template = None
1616 result = Mhelper .run_debugger (
1717 testname = "highlight" ,
18- dbgr_opts = "--basename " + " --highlight=plain --nx" ,
18+ dbgr_opts = "--basename --highlight=plain --style=none --nx" ,
1919 python_file = "gcd.py" ,
2020 right_template = right_template ,
2121 )
You can’t perform that action at this time.
0 commit comments