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 (function_clause) to support git_subdir in protocol_for_deps_rebar #343

Merged
merged 2 commits into from
May 23, 2024

Conversation

paulo-ferraz-oliveira
Copy link
Collaborator

Closes #342.

We add a couple of text to the project_SUITE to have the
issue more apparent
@paulo-ferraz-oliveira
Copy link
Collaborator Author

@netboz, here you go. 😄

Comment on lines +63 to +70
[#{info := [lager, _]},
#{info := [getopt, _]},
#{info := [jiffy, _]},
#{info := [jsx, _]},
#{info := [lager, _]},
#{info := [getopt, _]},
#{info := [jiffy, _]},
#{info := [opentelemetry_api, _]}] =
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was more exhaustive in this initial pattern match so that we can easily spot where the expected issue is. Otherwise it'd be [_, _, _, _, _, _, _, _] 😄

@elbrujohalcon elbrujohalcon merged commit 6923a83 into main May 23, 2024
9 checks passed
@elbrujohalcon elbrujohalcon deleted the fix/git_subdir-in-protocol_for_deps_rebar branch May 23, 2024 05:33
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.

Is rebar3 dependency "git_subdir" tag supported ?
2 participants