-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Implement CreateLink and setup linker test in go-service-fs #63
Conversation
storage.go
Outdated
|
||
target, err := filepath.EvalSymlinks(rp) | ||
|
||
// FIXME |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
feat: Implement CreateLink and setup linker test in go-service-fs