RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

Small changes to Gen Applicative refactoring. #56

Closed SAdams601 closed 7 years ago

SAdams601 commented 7 years ago

Two changes to gen applicative.

  1. Added error messages if the target function doesn't exist at the specified position or is not do statement.
  2. Removed the function name parameter that was not being used.
alanz commented 7 years ago

You can try making https://github.com/RefactoringTools/HaRe/blob/master/.travis.yml#L72 be

 - travis_long  cabal test --show-details=streaming
SAdams601 commented 7 years ago

The travis_long command wasn't found.

alanz commented 7 years ago

Oops, should be ./travis_long

I am sure that used to be there.

On 30 April 2017 at 20:00, Stephen Adams notifications@github.com wrote:

The travis_long command wasn't found.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/RefactoringTools/HaRe/pull/56#issuecomment-298246976, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZABxUDiopVKdLbUtnap8YmmsJGc17zks5r1MxOgaJpZM4NMnv- .

alanz commented 7 years ago

Its working. The "1 minute elapsed" messages come from 'travis_long'

alanz commented 7 years ago

Thanks

SAdams601 commented 7 years ago

Travis_long just prints a message so that travis ci doesn't fail the test for inactivity?