[GHC] #7768: "untracked content" in fresh clone of haskeline

GHC cvs-ghc at haskell.org
Wed Mar 13 16:02:29 CET 2013


#7768: "untracked content" in fresh clone of haskeline
-------------------------+--------------------------------------------------
Reporter:  goldfire      |          Owner:                  
    Type:  bug           |         Status:  new             
Priority:  normal        |      Component:  Build System    
 Version:  7.7           |       Keywords:                  
      Os:  MacOS X       |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown  |      Blockedby:                  
Blocking:                |        Related:                  
-------------------------+--------------------------------------------------
 This sequence of events happened today:

 {{{
 ~> git clone http://darcs.haskell.org/ghc.git; cd ghc; ./sync-all
 --testsuite get
 ...
 ~/ghc> git status
 # On branch master
 # Changes not staged for commit:
 #   (use "git add <file>..." to update what will be committed)
 #   (use "git checkout -- <file>..." to discard changes in working
 directory)
 #   (commit or discard the untracked or modified content in submodules)
 #
 #       modified:   libraries/haskeline (untracked content)
 #
 no changes added to commit (use "git add" and/or "git commit -a")
 ~/ghc> cd libraries/haskeline
 ~/ghc/libraries/haskeline> git status
 # Not currently on any branch.
 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #       "tests/dummy-I\314\202\302\274I\314\202\302\261I\314\210\302\203/"
 nothing added to commit but untracked files present (use "git add" to
 track)
 }}}

 It seems harmless, but I can't seem to make the problem go away. I'm on a
 Mac.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7768>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list