[arch-haskell] Status of OpenGL in Arch Haskell?

gdweber at iue.edu gdweber at iue.edu
Tue Jul 10 22:11:49 CEST 2012


"hoko" requested adding the OpenGL package and others
in issue #73 on archhaskell/habs.

I made a pull request (issue #82) two weeks ago which would
add OpenGL and related packages.

I'm puzzled by the lack of response (no comments or other action).
Does it mean:
-   The addition of OpenGL is unwelcome?
-   My commits need improvement before they can be pulled?
    Please tell me how.*
-   The habs maintainers are very busy?  If this is the case,
    I'm sorry to be a pest.  I'm a little nervous about its being
    "closed due to age" like #52.

*From somewhere I have the impression that I should
"rebase" my branch onto master, maybe something like this:

$ git checkout master
$ git pull upstream       # upstream is archhaskell/habs
$ git push myfork master  # myfork is gdweber/habs

$ git checkout opengl     # opengl is my topic branch
$ git rebase master
$ git push myfork opengl

But there is a very stern warning,
"Do not rebase commits that you have pushed to a public repository"
from the Pro Git book,

    http://git-scm.com/book/en/Git-Branching-Rebasing

so I'm hesitant to do that without explicit instructions.
I'm very inexperienced with git.

-- 
Gregory D. Weber, Ph. D.                            :
Associate Professor of Informatics                 / \
Indiana University East                           0   :
Tel. (765) 973-8420; FAX (765) 973-8550              / \
http://mypage.iu.edu/~gdweber/                      1  []



More information about the arch-haskell mailing list