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

#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

#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: -------------------------+-------------------------------------------------- Changes (by PHO): * cc: pho@… (added) -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7768#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7768: "untracked content" in fresh clone of haskeline ---------------------------------+------------------------------------------ Reporter: goldfire | Owner: igloo Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.7 Keywords: | Os: MacOS X Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * owner: => igloo * difficulty: => Unknown * milestone: => 7.8.1 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7768#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC