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

Get input output list with symlinks #544

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

Conversation

ywmei-brt1
Copy link
Collaborator

Add a function, GetIO, to return list of inputs and outputs.

Note that symlinks with new name: my_sym_link (path), point to a old name: my_origional_file (target) will be represent as a string my_sym_link->my_origional_file (from path to target)

@ywmei-brt1 ywmei-brt1 requested a review from gkousik March 27, 2024 16:27
@ywmei-brt1 ywmei-brt1 marked this pull request as draft March 28, 2024 13:11
@ywmei-brt1
Copy link
Collaborator Author

ywmei-brt1 commented Mar 28, 2024

Will separate the input field and output field into

  • input/output files,
  • input/output files symlinks,
  • input/output directories
  • input/output directories symlinks

@ywmei-brt1 ywmei-brt1 force-pushed the development branch 4 times, most recently from 73a2caf to 86ba818 Compare April 2, 2024 08:57
@ywmei-brt1 ywmei-brt1 marked this pull request as ready for review April 2, 2024 08:58
Add a function to return inputs and outputs. Note that symlinks point foo to bar will be represented as foo->bar.
@ywmei-brt1
Copy link
Collaborator Author

Inputs are separated as 1) Paths, the 2) Symlinks, as there is no such thing as input directories;
Outputs are separated as 1) File 2) Dir, 3) File Symlinks, 4) Dir Symlinks.

go/pkg/fakes/server.go Outdated Show resolved Hide resolved
go/pkg/tool/tool.go Outdated Show resolved Hide resolved
go/pkg/tool/tool.go Outdated Show resolved Hide resolved
go/pkg/tool/tool.go Outdated Show resolved Hide resolved
go/pkg/tool/tool.go Outdated Show resolved Hide resolved
Add a function to return list of inputs and outputs. Note that symlinks point foo to bar will be represented as foo->bar.
@ywmei-brt1 ywmei-brt1 self-assigned this Apr 10, 2024
@ywmei-brt1 ywmei-brt1 requested a review from gkousik April 10, 2024 21:52
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