UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

Roll alpha channels into beta channels #382

Closed dankessler closed 8 years ago

dankessler commented 8 years ago

Per discussion in #378, we've decided to do away with the alpha/beta divide and just keep beta channels.

I've updated the wiki, but before we discard all of the alpha channels, they need to roll into beta.

@heffjos has pointed out that there are several open pull requests that involve alpha channels. To this end, I propose the following approach.

  1. Immediately: no more pull requests involving alpha should be initiated. All feature updates go directly into beta now
  2. Close pull requests that merge alpha into beta (this will get handled systematically later)
  3. Resolve or close and reopen with beta as target any open pull requests currently targeting alpha
  4. Merge alpha -> beta per toolbox. I will handle this, and probably not through the pull request machinery to avoid spamming the list. In cases where the update somehow ends up being non trivial, I will kick it to a pull request.
  5. Deal with any tricky merges resulting from (4) above
  6. Delete all alpha branches. I will handle this
rcwelsh commented 8 years ago

Bottom line: you'll ( @dankessler ) let us know when we can start doing pull requests again, ala http://xkcd.com/1597/

:-)

dankessler commented 8 years ago

Here is the list of open pull requests that involve alpha (crossing them off as I finish)

So in summary, basically all of the pull requests

dankessler commented 8 years ago

Nice reference @rcwelsh

dankessler commented 8 years ago

Here's an update on our progress

(I was able to tick off anything involving closing pull requests because thanks mostly to @mangstad there are no longer any open PRs)

dankessler commented 8 years ago

Here's a todo-list of toolboxes that have alpha channels that I'll be rolling up

dankessler commented 8 years ago

Something weird happened with matlab scripts. I think I accidentally pushed something with my internal prefix system up to universe. I'll loop back to that once I finish the list

Update: it had been absorbed by the appropriate branch, so I deleted it

dankessler commented 8 years ago

One last question. Do we still want to suffix all the toolbox branches with _beta? That's the way it's currently setup. If anybody wants to drop the _beta suffix I'm happy to tweak, but o/w I'm closing this issue.