Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Travis CI #16

Merged
merged 5 commits into from
Feb 24, 2017
Merged

Enable Travis CI #16

merged 5 commits into from
Feb 24, 2017

Conversation

maoe
Copy link
Member

@maoe maoe commented Feb 10, 2017

This PR enables Travis CI with various GHC versions including the latest one.

Mitsutoshi Aoe added 3 commits February 11, 2017 07:10
* Drop support for GHC 6.12.3 and 7.4.1
* Add support for GHC 8.0.2
GHC.RTS.EventsIncremental uses Data.IntMap.Strict which requires
containers >= 0.5.
@Mikolaj
Copy link
Member

Mikolaj commented Feb 10, 2017

Splendid! LGTM.

@maoe
Copy link
Member Author

maoe commented Feb 11, 2017

I think it's better to disable write-merge for now because otherwise we have to check every travis build log to confirm nothing is actually broken.

@maoe maoe force-pushed the travis branch 4 times, most recently from 5a48fd3 to b535a3f Compare February 12, 2017 00:32
@maoe
Copy link
Member Author

maoe commented Feb 12, 2017

Travis now skips write-merge: https://travis-ci.org/maoe/ghc-events/builds/200771369

@maoe
Copy link
Member Author

maoe commented Feb 12, 2017

Reworded the last commit message. s/is/are/

import System.IO (IOMode(ReadMode), openBinaryFile)
import System.Exit (die)
import System.IO
import System.Exit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change these to non-selective imports? I see the case for System.Exit but not sure about System.IO.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the import list for System.IO.stderr, which is also used in die.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I missed that - fair enough.

@kvelicka
Copy link
Contributor

Only posted an insignificant question on one of the changes. Looks good!

@Mikolaj: shall I merge it or do we want someone else's opinion as well?

@Mikolaj
Copy link
Member

Mikolaj commented Feb 16, 2017

IMHO, if @simonmar doesn't object, let's merge. Great job, BTW.

@kvelicka
Copy link
Contributor

Right, pending on his call then.

@maoe
Copy link
Member Author

maoe commented Feb 24, 2017

Any objections?

@Mikolaj
Copy link
Member

Mikolaj commented Feb 24, 2017

I think you can safely assume there are none. :)

@maoe
Copy link
Member Author

maoe commented Feb 24, 2017

Okay, could we merge then?

@Mikolaj
Copy link
Member

Mikolaj commented Feb 24, 2017

O, you didn't have repo write access. My bad, I can actually add you. Done.

@maoe
Copy link
Member Author

maoe commented Feb 24, 2017

Great, thank you! I'm going to merge this then.

@maoe maoe merged commit 32c2ca0 into haskell:master Feb 24, 2017
@maoe maoe deleted the travis branch February 24, 2017 04:51
@maoe
Copy link
Member Author

maoe commented Feb 24, 2017

@Mikolaj Could you please enable Travis builds? I see ghc-events on https://travis-ci.org/profile/haskell but it's grayed out so I cannot enable it.

@Mikolaj
Copy link
Member

Mikolaj commented Feb 24, 2017

Right. Supposedly it should work now.

@maoe
Copy link
Member Author

maoe commented Feb 24, 2017

Thanks!

@Mikolaj
Copy link
Member

Mikolaj commented Feb 24, 2017

You are welcome.

maoe pushed a commit to maoe/ghc-events that referenced this pull request Mar 1, 2017
maoe pushed a commit to maoe/ghc-events that referenced this pull request Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants