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

Adapt to 1.15's code path pruning, for dialyxir'ing purposes #1255

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Adapt to 1.15's code path pruning, for dialyxir'ing purposes #1255

merged 1 commit into from
Jun 30, 2023

Conversation

paulo-ferraz-oliveira
Copy link
Contributor

@paulo-ferraz-oliveira paulo-ferraz-oliveira commented Jun 30, 2023

As per the discussion that started here.

Overrides #1254, too.

(I didn't have issues when I pull requested, in #1248, since the update to include 1.15 was done after my proposal for change)

Note on 1.15 potential incompatibilities found here.

@@ -85,6 +86,9 @@ defmodule Absinthe.Mixfile do
]
end

defp prune_code_paths(:test), do: false
Copy link
Contributor

Choose a reason for hiding this comment

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

Which dependency are we not declaring in test?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh I see in the other PR conversation, thanks.

Copy link
Contributor

@benwilson512 benwilson512 left a comment

Choose a reason for hiding this comment

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

Seems good until Dialyxir patches.

@benwilson512 benwilson512 merged commit 2a84558 into absinthe-graphql:master Jun 30, 2023
@paulo-ferraz-oliveira paulo-ferraz-oliveira deleted the fix/dialyzer-in-ci-elixir-1.15 branch June 30, 2023 22:56
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