OpenAssetIO / usdOpenAssetIOResolver

An AR2 plugin that hosts OpenAssetIO
Apache License 2.0
24 stars 3 forks source link

Full `file://` syntax support #41

Closed feltech closed 2 weeks ago

feltech commented 2 weeks ago

Closes #14. Fully support file URLs by making use the OpenAssetIO FileUrlPathConverter utility.

Also do a little refactoring to pimpl.

Additionally, we seemed to have lost the revert commit that removed the mitigation of https://github.com/OpenAssetIO/OpenAssetIO/issues/1225, so update the exception catching to once again catch std::exception.