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

Make absolute file name warning an error #783

Merged
merged 2 commits into from
Jun 20, 2021

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jan 24, 2021

Summary

Make it easier to locate where an absolute file name was passed to Aruba by raising an error about it.

Details

Instead of a warning, raise an error.

Motivation and Context

Fixes #691.

How Has This Been Tested?

Specs and scenarios have been updated. I also tried this with the simplecov features.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@mvz mvz marked this pull request as draft January 24, 2021 18:20
@mvz mvz force-pushed the issue-691-improve-absolute-file-name-warnings branch from e90ecef to 4171c15 Compare June 20, 2021 13:10
@mvz mvz changed the title WIP: Make absolute file name warning an error Make absolute file name warning an error Jun 20, 2021
@mvz mvz marked this pull request as ready for review June 20, 2021 13:12
@mvz mvz merged commit 47cc6fa into main Jun 20, 2021
@mvz mvz deleted the issue-691-improve-absolute-file-name-warnings branch June 20, 2021 19:07
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.

Improve absolute path warnings
1 participant