GitHub user KellenSunderland opened a pull request:
https://github.com/apache/incubator-joshua/pull/46
The update merges from master and applies some refactoring.
This PR has the merge from master with the Threading change. On top of
that merge I've got one commit that reduces the number of constructors for
JoshuaDecoder and gets rid of a bunch of now unused arguments. Because I've
removed these arguments, this is a breaking change. I'm assuming this is ok
for the 7 branch? I didn't include the breaking change in the pull on the
master branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KellenSunderland/incubator-joshua 7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-joshua/pull/46.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #46
----
commit 5ed36b09484ec18fe00a8cb20af9d0e1ba1ca4e7
Author: Lewis John McGibbney <[email protected]>
Date: 2016-08-24T02:36:09Z
Update examples README formatting and links.
commit 0744ebf56906dbe70292737cd50a39652407869d
Author: Lewis John McGibbney <[email protected]>
Date: 2016-08-24T03:01:06Z
Update examples README pipeline invocation parameters
commit 762d588efc820cc7e6b98fce454b9254d8d15518
Author: Lewis John McGibbney <[email protected]>
Date: 2016-08-28T01:17:36Z
Add Brew install badge to README
commit d1c9c074544d72ee5335bdd83fe415b45098ab08
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-29T08:08:10Z
JOSHUA-285 JOSHUA-296 Refactored threading in order to properly propagate
failures and remove custom code
commit 0bb293295e3670c7449815941566578facd247e9
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-29T11:53:53Z
Renamed DecoderThread to DecoderTask
commit 6d8f684836ddc25e40bb32f91d24d3f6e5eb745b
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-29T11:58:52Z
Renamed Translations class to TranslationResponseStream
commit 2a458c04f644861fccc3db521579e72ef335c656
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-29T13:46:35Z
Merge remote-tracking branch 'origin' into 7
commit 0e87046c9aa933b365638a88dce694b938ab84ef
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-29T13:55:50Z
Merge branch 'master' of
https://github.com/KellenSunderland/incubator-joshua into 7
commit f90cf3e4d947b32a27ef8f3d5f51d06677fd8d65
Author: Kellen Sunderland <[email protected]>
Date: 2016-08-25T09:50:43Z
Addressed todos from previous commits. Refactored entry points in Joshua
to remove redundancy, this is a breaking change
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---