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

Fix some edge cases #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

cmskog
Copy link
Contributor

@cmskog cmskog commented Apr 21, 2020

Fixes for some edge cases regarding dependencies

Regards

cmskog added 2 commits April 21, 2020 11:45
When a crate depends on a crate that has the same dependency, the symlinking
in copy_or_link function will fail.
Tweak copy_or_link function accordingly.
Dependencies can also be .so's, like for the serde_derive crate.
@Twey
Copy link
Owner

Twey commented Jul 28, 2020

Thank you for this!

Looks like some of the indentation got a bit messed up though. Would you mind tidying up?

Only whitespace change.
@cmskog
Copy link
Contributor Author

cmskog commented Jul 28, 2020

Agreed !
Seems I just copied verbatim your rows to a place with another indentation level...
Fixed.
Removed a stray tab also.

@cmskog cmskog closed this Jul 28, 2020
@cmskog cmskog reopened this Jul 28, 2020
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.

2 participants