Skip to content

Commit f13edfd

Browse files
committed
update elixir_ls file
1 parent 3a2453a commit f13edfd

File tree

69 files changed

+51
-4
lines changed

Some content is hidden

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

69 files changed

+51
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

.elixir_ls/build/test/lib/finch/.mix/compile.fetch

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{application,finch,
2+
[{config_mtime,1739645540},
3+
{optional_applications,[]},
4+
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
5+
nimble_options,telemetry,mime]},
6+
{description,"An HTTP client focused on performance."},
7+
{modules,['Elixir.Finch','Elixir.Finch.Error',
8+
'Elixir.Finch.HTTP1.Conn','Elixir.Finch.HTTP1.Pool',
9+
'Elixir.Finch.HTTP1.PoolMetrics',
10+
'Elixir.Finch.HTTP2.Pool',
11+
'Elixir.Finch.HTTP2.PoolMetrics',
12+
'Elixir.Finch.HTTP2.RequestStream',
13+
'Elixir.Finch.Pool','Elixir.Finch.PoolManager',
14+
'Elixir.Finch.Request','Elixir.Finch.Response',
15+
'Elixir.Finch.SSL','Elixir.Finch.Telemetry']},
16+
{registered,[]},
17+
{vsn,"0.19.0"}]}.
Binary file not shown.
Binary file not shown.
107 Bytes
Binary file not shown.

.elixir_ls/build/test/lib/mint/.mix/compile.fetch

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{application,mint,
2+
[{config_mtime,1739645541},
3+
{optional_applications,[castore]},
4+
{applications,[kernel,stdlib,elixir,logger,ssl,castore,hpax]},
5+
{description,"Small and composable HTTP client."},
6+
{modules,['Elixir.Mint.Application','Elixir.Mint.Core.Conn',
7+
'Elixir.Mint.Core.Headers',
8+
'Elixir.Mint.Core.Transport',
9+
'Elixir.Mint.Core.Transport.SSL',
10+
'Elixir.Mint.Core.Transport.TCP',
11+
'Elixir.Mint.Core.Util','Elixir.Mint.HTTP',
12+
'Elixir.Mint.HTTP1','Elixir.Mint.HTTP1.Parse',
13+
'Elixir.Mint.HTTP1.Request',
14+
'Elixir.Mint.HTTP1.Response','Elixir.Mint.HTTP2',
15+
'Elixir.Mint.HTTP2.Frame','Elixir.Mint.HTTPError',
16+
'Elixir.Mint.Negotiate','Elixir.Mint.TransportError',
17+
'Elixir.Mint.TunnelProxy','Elixir.Mint.Types',
18+
'Elixir.Mint.UnsafeProxy',mint_shims]},
19+
{registered,[]},
20+
{vsn,"1.7.1"},
21+
{mod,{'Elixir.Mint.Application',[]}}]}.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.elixir_ls/build/test/lib/nimble_pool/.mix/compile.fetch

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{application,nimble_pool,
2+
[{config_mtime,1739645541},
3+
{optional_applications,[]},
4+
{applications,[kernel,stdlib,elixir,logger]},
5+
{description,"A tiny resource-pool implementation"},
6+
{modules,['Elixir.NimblePool','Elixir.NimblePool.Application']},
7+
{registered,[]},
8+
{vsn,"1.1.0"},
9+
{mod,{'Elixir.NimblePool.Application',[]}}]}.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-598 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.elixir_ls/build/test/lib/sentry/ebin/sentry.app

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{application,sentry,
2-
[{config_mtime,1739645013},
3-
{optional_applications,[hackney,jason,phoenix,phoenix_live_view,
2+
[{config_mtime,1739645915},
3+
{optional_applications,[finch,jason,phoenix,phoenix_live_view,
44
plug,telemetry]},
55
{applications,[kernel,stdlib,elixir,logger,nimble_options,
6-
nimble_ownership,hackney,jason,phoenix,
6+
nimble_ownership,finch,jason,phoenix,
77
phoenix_live_view,plug,telemetry,plug_cowboy,
88
bandit,bypass,excoveralls,floki,oban,quantum]},
99
{description,"The Official Elixir client for Sentry"},
@@ -21,8 +21,8 @@
2121
'Elixir.Sentry.Envelope','Elixir.Sentry.ErrorView',
2222
'Elixir.Sentry.Event','Elixir.Sentry.EventFilter',
2323
'Elixir.Sentry.ExamplePlugApplication',
24+
'Elixir.Sentry.FinchClient',
2425
'Elixir.Sentry.HTTPClient',
25-
'Elixir.Sentry.HackneyClient',
2626
'Elixir.Sentry.Integrations.CheckInIDMappings',
2727
'Elixir.Sentry.Integrations.Oban.Cron',
2828
'Elixir.Sentry.Integrations.Oban.ErrorReporter',
-862 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)