Commit bb41b08
Fix stale comments referencing deleted launchers
Summary:
Doc/comment-only cleanup of references to the now-deleted `offline_postmortem` and `tintype_debug_launcher` binaries.
- `tintype/fb/runtime_paths.py`: drop the `offline_postmortem` / serialization mentions from the docstring; `get_runtime_path` is now shared only with the debugpy adapter.
- `tintype/dap/cli.py`: remove the "separate from the legacy pydevd-based `tintype_debug_launcher`" sentence.
- `tintype/fb/BUCK`: reword the `tintype_dap_server` comment that referenced matching `tintype_debug_launcher`.
- `tintype/snapshot_lib/SnapshotReader.cpp`: reword the mkstemp comment's example (a sibling process reading the same `.pytb`) which named `tintype_debug_launcher`.
No behavior change.
Reviewed By: piyushjaiswal98
Differential Revision: D114678766
fbshipit-source-id: a5f49c5142b1001aeb79bfbfd729953e194b302d1 parent 16844a4 commit bb41b08
2 files changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments