issue-tracking
issue-tracking copied to clipboard
Reproduce button doesn't support some branch names
The experiment reproduce button does not track the git branch correctly if the branch name has a forward slash ('/') in it. For example, a branch named awlego/comet_ml_test
would be converted to comet_ml_test
. Both the link to the branch and the reproduction steps appear to not support this style of branch names.
Thanks for reporting and providing detail about what is wrong. We'll take a look!
Apparently, there is a git ambiguity when branch names have slashes in them. One can use the slash to mean a "local branch" or a regular branch name. See for example: https://stackoverflow.com/questions/2527355/using-the-slash-character-in-git-branch-name
Checking with our engineers to see if it makes a difference to us.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.