torusresearch / torus-utils-swift

Swift package for fetching shares from torus-nodes
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

Warning during checkout of project on macOS (colliding paths) #62

Closed matthiasgeihs closed 8 months ago

matthiasgeihs commented 9 months ago

Problem

The following warning occurs when checking out the project on macOS 13.5.1:

git clone https://github.com/torusresearch/torus-utils-swift.git
Cloning into 'torus-utils-swift'...
[...]
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'Sources/TorusUtils/Helpers/Web3ERROR.swift'
  'Sources/TorusUtils/Helpers/Web3Error.swift'

Suggestion

Rename files so that their name is no longer distinguished just by casing?

metalurgical commented 8 months ago

This should be resolved. All references to web3error have been removed as part of #69.