Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(warnings): Fix warnings associated with Elixir 1.17 upgrade #2723

Merged
merged 9 commits into from
Aug 2, 2024

Conversation

joshlarson
Copy link
Contributor

@joshlarson joshlarson commented Aug 1, 2024

@@ -87,7 +87,7 @@ defmodule Skate.MixProject do
{:server_sent_event_stage, "~> 1.1.0"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:ssl_verify_fun, "~> 1.1"},
{:stream_data, "~> 0.6.0", only: :test},
{:stream_data, "~> 1.1.1", only: :test},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ancient version of stream_data we were using was calling a deprecated version of register_test

(register_test/4 is deprecated - register_test/6 is the new hotness)

@joshlarson joshlarson enabled auto-merge (squash) August 1, 2024 22:40
Copy link

github-actions bot commented Aug 1, 2024

Coverage of commit 9d957af

Summary coverage rate:
  lines......: 93.1% (3319 of 3566 lines)
  functions..: 72.6% (1357 of 1870 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

Copy link
Collaborator

@hannahpurcell hannahpurcell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid, thanks!!

@joshlarson joshlarson merged commit 16aa743 into main Aug 2, 2024
30 checks passed
@joshlarson joshlarson deleted the jdl/fix/ex-1-17-warnings branch August 2, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants