Skip to content

Commit 4bfb84f

Browse files
Re-sync with internal repository
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. fbshipit-source-id: 6d8f11bc33a2e7ffd07415a0a714103780e92dfa
1 parent 66781ca commit 4bfb84f

76 files changed

Lines changed: 84 additions & 84 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

edb/include/edb_dap.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
%%%-------------------------------------------------------------------
1919
%%% % @format
2020
%%%
21-
% @fb-only
21+
% @fb-only: %%% @oncall whatsapp_server_devx
2222

2323
%%%---------------------------------------------------------------------------------
2424
%%% Callbacks

edb/src/edb.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{applications, [
2222
kernel,
2323
stdlib,
24-
% @fb-only
24+
% @fb-only[end= ]: edb_dap_delegate,
2525
edb_core
2626
]},
2727
{licenses, ["Apache-2.0"]},

edb/src/edb_app.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-module(edb_app).
1717

1818
%% erlfmt:ignore
19-
% @fb-only
19+
% @fb-only: -oncall("whatsapp_server_devx").
2020
-moduledoc """
2121
edb public API
2222
""".

edb/src/edb_dap.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only: -oncall("whatsapp_server_devx").
2121
-moduledoc """
2222
Support for the DAP Protocol
2323

edb/src/edb_dap_eval_delegate.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap_eval_delegate).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only: -oncall("whatsapp_server_devx").
2121
-compile(warn_missing_spec_all).
2222

2323
-moduledoc """

edb/src/edb_dap_event.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap_event).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only: -oncall("whatsapp_server_devx").
2121
-moduledoc """
2222
DAP Events
2323
""".

edb/src/edb_dap_id_mappings.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap_id_mappings).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only: -oncall("whatsapp_server_devx").
2121
-moduledoc """
2222
A mapper of IDs for the debug adapter
2323

edb/src/edb_dap_internal_events.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap_internal_events).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only: -oncall("whatsapp_server_devx").
2121
-moduledoc """
2222
Handle events coming from the debugger.
2323
""".

edb/src/edb_dap_parse.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-module(edb_dap_parse).
1717

1818
%% erlfmt:ignore
19-
% @fb-only
19+
% @fb-only: -oncall("whatsapp_server_devx").
2020
-moduledoc """
2121
Support for parsing of request arguments, etc
2222
""".

edb/src/edb_dap_request.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-module(edb_dap_request).
1818

1919
%% erlfmt:ignore
20-
% @fb-only
20+
% @fb-only[end= ]: -oncall("whatsapp_server_devx").
2121
-moduledoc """
2222
Behaviour for handling client requests
2323

0 commit comments

Comments
 (0)