retracesoftware-proxy 0.2.4__py3-none-any.whl → 0.2.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- retracesoftware/__main__.py +12 -12
- retracesoftware/preload.txt +1 -0
- {retracesoftware_proxy-0.2.4.dist-info → retracesoftware_proxy-0.2.6.dist-info}/METADATA +1 -1
- {retracesoftware_proxy-0.2.4.dist-info → retracesoftware_proxy-0.2.6.dist-info}/RECORD +6 -6
- {retracesoftware_proxy-0.2.4.dist-info → retracesoftware_proxy-0.2.6.dist-info}/WHEEL +0 -0
- {retracesoftware_proxy-0.2.4.dist-info → retracesoftware_proxy-0.2.6.dist-info}/top_level.txt +0 -0
retracesoftware/__main__.py
CHANGED
|
@@ -110,23 +110,23 @@ def record(options, args):
|
|
|
110
110
|
copy2(script, rundir)
|
|
111
111
|
|
|
112
112
|
# create a .venv directory in the recording path
|
|
113
|
-
venv_path = path / '.venv'
|
|
114
|
-
venv_path.mkdir(exist_ok=True)
|
|
113
|
+
# venv_path = path / '.venv'
|
|
114
|
+
# venv_path.mkdir(exist_ok=True)
|
|
115
115
|
|
|
116
116
|
# create a pyvenv.cfg file in the .venv directory
|
|
117
|
-
with open(venv_path / 'pyvenv.cfg', 'w') as f:
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
# with open(venv_path / 'pyvenv.cfg', 'w') as f:
|
|
118
|
+
# f.write(f'home = {sys.executable}\n')
|
|
119
|
+
# f.write('include-system-site-packages = false\n')
|
|
120
|
+
# f.write(f'version = {sys.version}\n')
|
|
121
121
|
|
|
122
|
-
bindir = venv_path / 'bin'
|
|
123
|
-
bindir.mkdir(exist_ok=True)
|
|
122
|
+
# bindir = venv_path / 'bin'
|
|
123
|
+
# bindir.mkdir(exist_ok=True)
|
|
124
124
|
|
|
125
125
|
# create a symlink to the python executable in the .venv directory
|
|
126
|
-
python_link = bindir / 'python'
|
|
127
|
-
if python_link.exists() or python_link.is_symlink():
|
|
128
|
-
|
|
129
|
-
python_link.symlink_to(sys.executable)
|
|
126
|
+
# python_link = bindir / 'python'
|
|
127
|
+
# if python_link.exists() or python_link.is_symlink():
|
|
128
|
+
# python_link.unlink()
|
|
129
|
+
# python_link.symlink_to(sys.executable)
|
|
130
130
|
|
|
131
131
|
dump_as_json(path / 'replay.code-workspace', vscode_workspace)
|
|
132
132
|
|
retracesoftware/preload.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
retracesoftware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
retracesoftware/__main__.py,sha256=
|
|
2
|
+
retracesoftware/__main__.py,sha256=nxWCf6hR_GM9E0vdVQLWHvClgwagUW_vW9sPmOaUrw4,9109
|
|
3
3
|
retracesoftware/autoenable.py,sha256=s7dSykM0y3xVqRzrWouGgoed4-lMNRhdA7Gnm1f04NA,1772
|
|
4
4
|
retracesoftware/config.json,sha256=Cw5YZCfTo8GLmtbTH2LYwST7wNe7925DAwsTtRIGhBE,3817
|
|
5
5
|
retracesoftware/config.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
retracesoftware/modules.toml,sha256=C3O4LnHwWInRT9ZSB-crSM8Q98vYCZSFJB3akGJLfVM,14536
|
|
7
|
-
retracesoftware/preload.txt,sha256=
|
|
7
|
+
retracesoftware/preload.txt,sha256=iWD7Okin6hsKseSvmtFnNTwa0ukbxjjHe0YIckJlC8g,2365
|
|
8
8
|
retracesoftware/replay.py,sha256=rKuhen_MDDi_5WVDmQgchxJ0ZrCbYL1yZZboZsu_q54,3601
|
|
9
9
|
retracesoftware/run.py,sha256=0ulg-OlJzTjQHP9eVZoiW2QpreZ4V2ixEiYbseXW7gA,12139
|
|
10
10
|
retracesoftware/stackdifference.py,sha256=nM9r5YHMCNQcrWozMjUX4ZTrZL5U0rQChSGzpiXy_DU,4466
|
|
@@ -36,7 +36,7 @@ retracesoftware/proxy/serializer.py,sha256=S5yhHoP2iYaXBY7Jr8Ei630Z31521x0IO6Deu
|
|
|
36
36
|
retracesoftware/proxy/startthread.py,sha256=YKUcOSjA-9_5ZsDHhyP0fXJSP3RWDKV-ajX-I0SI-bU,1270
|
|
37
37
|
retracesoftware/proxy/stubfactory.py,sha256=fyQtCZnkXvLaTlGcxE0Lx8od09ZOgnPWPn0YvNFfVeQ,6219
|
|
38
38
|
retracesoftware/proxy/thread.py,sha256=T1ME6DHB8O0xVnX3Rt1lMl7oCJ2Y0aoFT91D76yNICk,3073
|
|
39
|
-
retracesoftware_proxy-0.2.
|
|
40
|
-
retracesoftware_proxy-0.2.
|
|
41
|
-
retracesoftware_proxy-0.2.
|
|
42
|
-
retracesoftware_proxy-0.2.
|
|
39
|
+
retracesoftware_proxy-0.2.6.dist-info/METADATA,sha256=kgkMetlMcr5wFU1zT70Hx_HbB6zE_-TFfuwleH-mWMo,226
|
|
40
|
+
retracesoftware_proxy-0.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
41
|
+
retracesoftware_proxy-0.2.6.dist-info/top_level.txt,sha256=hYHsR6txLidmqvjBMITpIHvmJJbmoCAgr76-IpZPRz8,16
|
|
42
|
+
retracesoftware_proxy-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
{retracesoftware_proxy-0.2.4.dist-info → retracesoftware_proxy-0.2.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|