morpho-org / morpho-utils

Repository gathering useful libraries and contracts.
GNU Affero General Public License v3.0
65 stars 1 forks source link

Make imports relative #86

Closed Rubilmax closed 1 year ago

Rubilmax commented 1 year ago

This PR implements solution 2) described in https://github.com/morpho-dao/morpho-utils/issues/79

Please read the issue & the discussion first!! This PR is obviously unnecessary because contracts don't depend on any dependencies in this repository. But this is for illustrative purposes. I may replicate this PR in morpho-data-structures to illustrate better

Sometimes, you have to make ugly choices to keep backward compatibility...

Rubilmax commented 1 year ago

Closing this as it is unnecessary to apply these changes to tests Mirroring these changes to morpho-data-structures/src