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

[Gosu] Fix and re-enable Gosu for 2.0.0 #1155

Merged
merged 1 commit into from
Jun 25, 2017
Merged

Conversation

mpkorstanje
Copy link
Contributor

Summary

Re-enable Gosu!

Details

This PR updates Gosu support and re-enables the cucumber-gosu module.

Motivation and Context

Gosu has been broken for a while now, see #874, #1086

How Has This Been Tested?

Existing tests are passing again.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@mpkorstanje mpkorstanje changed the title Fix and re-enable Gosu for 2.0.0 [Gosu] Fix and re-enable Gosu for 2.0.0 Jun 18, 2017
@DPUkyle DPUkyle mentioned this pull request Jun 19, 2017
.travis.yml Outdated
@@ -19,13 +19,13 @@ cache:
matrix:
include:
- jdk: openjdk7
script: mvn -q install -P examples
script: mvn -q install
Copy link
Contributor

Choose a reason for hiding this comment

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

I was more into building the examples in all jobs in the matrix ...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That will happen now. I've setup the pom in such a way that all modules and projects that can be build, will be build.

Comes to mind I should probably push this change into #1154.

@mpkorstanje mpkorstanje force-pushed the DPUkyle-fix_gosu branch 2 times, most recently from 82c756e to c0a1029 Compare June 25, 2017 12:49
 - Gosu runtime now requires Java 8; how can we skip this module when Travis build with openjdk7 or oraclejdk7?
 - Thanks to @kausnz for supplying the clever reflection solution
@mpkorstanje mpkorstanje merged commit 3857145 into master Jun 25, 2017
@mpkorstanje mpkorstanje deleted the DPUkyle-fix_gosu branch June 25, 2017 22:41
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants