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

chore: PathReader.base_path config #269

Merged
merged 1 commit into from
Oct 3, 2021
Merged

Conversation

dgvncsz0f
Copy link
Contributor

This patch changes the PathReader.base_path function to try reading
from the Application first, using the current method as a fallback
mechanism in case the config is not available.

The reason for this change is that we want to instrument a running
elixir app while executing some acceptance tests and
Mix.Project.config_files does not have all the necessary information
to infer the path.

This patch changes the `PathReader.base_path` function to try reading
from the `Application` first, using the current method as a fallback
mechanism in case the config is not available.

The reason for this change is that we want to instrument a running
elixir app while executing some acceptance tests and
`Mix.Project.config_files` does not have all the necessary information
to infer the path.
@parroty parroty merged commit a738f8c into parroty:master Oct 3, 2021
@parroty
Copy link
Owner

parroty commented Oct 3, 2021

Thanks!

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.

None yet

2 participants