Giordano Scalzo

Results 3 comments of Giordano Scalzo

We also need this one for the same reason @brentleyjones highlighted. We forked and updated the fork to the last version; however, an official solution would be better. An opt-in...

@iandundas it could be related to https://github.com/pointfreeco/swift-snapshot-testing/pull/288

The issue is still here, @4brunu any idea? I manage to put a workaround with a replacing step: ```shell find ${CURRENT_DIR}/../Generated/${PROJECT_NAME} -type f -name "*.swift" -exec python ${CURRENT_DIR}/replaceSlash.py {} \;...