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

Wrap the resource existence check to ensure it doesn't throw an exception on non-existence. #140

Merged
2 commits merged into from Apr 18, 2022

Conversation

kaladay
Copy link
Contributor

@kaladay kaladay commented Apr 18, 2022

This is necessary for WRO to compile on projects like Vireo.

This takes the approach of providing a work-around in Weaver rather than trying to delve into the WRO code, provide a fix, and possibly fork their project.

@coveralls
Copy link

coveralls commented Apr 18, 2022

Pull Request Test Coverage Report for Build 2185285810

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 2156236511: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

The URI is being passed to avoid needing to get the URI from the Resource.
Getting the URI from the Resource would introduce another exception that needs to be handled.
@kaladay kaladay force-pushed the 2.x-resource_exists_exception branch from 70bada5 to 84dd95a Compare April 18, 2022 18:10
@ghost ghost merged commit f113a6d into 2.x Apr 18, 2022
@ghost ghost deleted the 2.x-resource_exists_exception branch April 18, 2022 18:22
This pull request was closed.
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