You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part (all?) of the problem we are having with projects not coming from the right source is in the
mutate function. For example, 'create representation' was being called before 'create local
project' and 'mutate project'.
The purpose of this branch is to attempt to fix these issues. It has already opened up additional
problems that I have created hotfixes for.
TODO:
Kevin, could you review the code I eventually submit? I have comments with 'DK' in them.
Could you look at those specifically? (The 'DK' is so you can search for them in a consistent
way.)
The text was updated successfully, but these errors were encountered:
Okay sounds like a plan. Hopefully we can resolve this by Tuesday. Just make a pull request for this new branch (Branching from issue_25, then we can merge this into issue_25, which then collapses back to master).
I don't think I'll be in Monday.
Git isn't accepting my push. Claims 'Everything is up to date' - when it clearly isn't. Git status shows modified files, but git commit/push on branch_27 don't work.
I give up.
Part (all?) of the problem we are having with projects not coming from the right source is in the
mutate function. For example, 'create representation' was being called before 'create local
project' and 'mutate project'.
The purpose of this branch is to attempt to fix these issues. It has already opened up additional
problems that I have created hotfixes for.
TODO:
Could you look at those specifically? (The 'DK' is so you can search for them in a consistent
way.)
The text was updated successfully, but these errors were encountered: