Skip to content

Commit 03d69c6

Browse files
pdepetrometa-codesync[bot]
authored andcommitted
Remove fbvscode_traceback fallback and delete benchmark
Summary: Removes last back-edge from tintype FB wrapper to fbvscode_traceback and deletes benchmark per user choice. - tintype_debug_launcher.py: Remove _fallback_post_mortem importing offline_post_mortem from fbvscode_traceback, now pure delegate - BUCK: Remove fbvscode deserialization dep - DELETE benchmark.py (689 lines) + demo/BUCK — was comparison bench snapshot vs serialization, now last importer deleted - session.py: docstring cleanup Reviewed By: aperez Differential Revision: D114086214 fbshipit-source-id: 531dc082306e1bdf574bcc69194907f225516850
1 parent 96f3429 commit 03d69c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dap/session.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ def extend_default_exclude_frame_paths(patterns: Iterable[str]) -> None:
114114
"""Append ``patterns`` to :data:`DEFAULT_EXCLUDE_FRAME_PATHS`.
115115
116116
The public tintype module is PyPI-published and can't know about
117-
Meta-internal noise (``/sand/``, ``fbvscode_traceback``, etc.).
118-
Meta-specific wrappers import this function at module-load time and
119-
call it before the DAP server starts, so the augmented list is in
120-
place by the time any ``launch`` request is processed.
117+
Meta-internal noise (``/sand/``, etc.). Meta-specific wrappers import
118+
this function at module-load time and call it before the DAP server
119+
starts, so the augmented list is in place by the time any ``launch``
120+
request is processed.
121121
122122
This API mutates the module-level list in-place. Callers that
123123
import ``DEFAULT_EXCLUDE_FRAME_PATHS`` directly will see the

0 commit comments

Comments
 (0)