Skip to content

Conversation

@pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Aug 10, 2022

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

Fixes #8113

@pmrowla pmrowla added A: experiments Related to dvc exp bugfix fixes bug A: pipelines Related to the pipelines feature labels Aug 10, 2022
@pmrowla pmrowla self-assigned this Aug 10, 2022
@pmrowla pmrowla requested a review from a team as a code owner August 10, 2022 05:58
@pmrowla pmrowla requested a review from pared August 10, 2022 05:58
not dep.use_scm_ignore
and dep.is_in_repo
and not stage.repo.dvcfs.isdvc(dep.fs_path)
and not stage.repo.dvcfs.isdvc(str(dep))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note that we don't use dep.def_path since it's relative the stage wdir. dep.__str__ gives us path relative to the DVC repo root.

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably out of the scope of the fix, but feels a little odd to have (and rely on) this logic under a representation method

@pmrowla pmrowla force-pushed the 8113-exp-git-deps branch from 96393af to e247a61 Compare August 10, 2022 06:42
@pmrowla pmrowla force-pushed the 8113-exp-git-deps branch from e247a61 to c686eb3 Compare August 10, 2022 06:47
@pmrowla pmrowla requested review from efiop and removed request for pared August 10, 2022 10:57
@pmrowla pmrowla merged commit f134434 into treeverse:main Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: experiments Related to dvc exp A: pipelines Related to the pipelines feature bugfix fixes bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

exp run: git ignored files committed to experiments

2 participants