Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

feat: Implement CreateLink and setup linker test in go-service-fs #63

Merged
merged 3 commits into from
Aug 2, 2021

Conversation

abyss-w
Copy link
Contributor

@abyss-w abyss-w commented Jul 30, 2021

feat: Implement CreateLink and setup linker test in go-service-fs

storage.go Outdated Show resolved Hide resolved
storage.go Outdated

target, err := filepath.EvalSymlinks(rp)

// FIXME
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please give more information for FIXME.

  • What's the problem?
  • What we did for this problem?

Copy link
Contributor

@Xuanwo Xuanwo Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it related to #64?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it related to #64?

Yes, it is.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it related to #64?

Yes, it is.

This is not good.

Please don't assume that others know the context, and do your best to put all the information you know in a comment or at least in a PR.

Imagine if you were an external contributor and saw a line like this FIXME, how would you feel? Even if you wanted to contribute, you wouldn't be able to participate.

The most important thing for BeyondStorage: Be open.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, I will take care of that in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants